/* ==========================================================================
   TheInfoMania — Consolidated Custom Styles
   tf-styles.css
   
   Sections:
   01. Shared destination article system (tf-* classes)
   02. Affiliate / Where to Stay section
   03. Kodaikanal-specific extras
   04. Chikkamagaluru layout system (guide-* classes)
   05. Yercaud layout system
   06. Homepage (index.html)
   07. Blog listing page
   08. About page
   09. Contact page
   10. Privacy Policy page
   ========================================================================== */


/* ==========================================================================
   01. SHARED DESTINATION ARTICLE SYSTEM
   Used by: coorg, ooty, munnar, hampi, kodaikanal
   ========================================================================== */

.tf-article { max-width: 980px; margin: 0 auto; }
.tf-article h1 { font-size: clamp(28px, 4vw, 46px); line-height: 1.12; margin-bottom: 18px; }
.tf-article h2 { font-size: 28px; line-height: 1.25; margin: 48px 0 16px; }
.tf-article h3 { font-size: 20px; margin: 28px 0 10px; font-weight: 700; }
.tf-article p,
.tf-article li { font-size: 16px; line-height: 1.9; color: #555; }
.tf-article ul { padding-left: 22px; }
.tf-article li { margin-bottom: 8px; }

.tf-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 26px; }
.tf-pill {
    display: inline-block; padding: 7px 14px;
    border: 1px solid #d8c48e; border-radius: 30px;
    font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
    color: #6f5a25; background: #fffdf7;
}

/* tf-lead: canonical definition — destination pages use this */
.tf-lead {
    font-size: 18px; line-height: 1.85; color: #444;
    max-width: 840px; margin: 0 auto 24px;
}

.tf-gallery img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; }

.tf-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0 42px; }
.tf-fact { background: #faf8f2; border: 1px solid #eee5cf; border-radius: 10px; padding: 20px; }
.tf-fact strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #8a7134; margin-bottom: 6px; }
.tf-fact span { color: #333; font-size: 14px; line-height: 1.6; }

.tf-highlight { background: #111; color: #fff; border-radius: 12px; padding: 28px; margin: 32px 0; }
.tf-highlight h3 { color: #d5b767; margin-top: 0; }
.tf-highlight p,
.tf-highlight li { color: #eee; }

.tf-callout {
    border-left: 4px solid #c6a15b; background: #faf8f2;
    padding: 20px 24px; margin: 26px 0; border-radius: 0 10px 10px 0;
}

.tf-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.tf-table th,
.tf-table td { border: 1px solid #e8e1d2; padding: 13px; text-align: left; vertical-align: top; }
.tf-table th { background: #faf8f2; font-size: 12px; text-transform: uppercase; letter-spacing: .7px; }

.tf-faq { padding: 20px 0; border-bottom: 1px solid #eee; }
.tf-faq strong { display: block; font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #222; }

/* Kodaikanal unique extras (author box, CTA, button) */
.tf-author { display: flex; align-items: flex-start; gap: 20px; background: #faf8f2; border: 1px solid #eee5cf; border-radius: 12px; padding: 24px; margin: 40px 0; }
.tf-author-mark { width: 48px; height: 48px; min-width: 48px; background: #161616; color: #c6a15b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; }
.tf-cta { background: #161616; border-radius: 14px; padding: 36px; text-align: center; margin: 40px 0 20px; }
.tf-cta h2 { color: #fff; margin-top: 0; margin-bottom: 12px; font-size: 26px; }
.tf-cta p { color: rgba(255,255,255,.8); margin-bottom: 22px; }
.tf-btn {
    display: inline-block; padding: 13px 28px; border-radius: 4px;
    font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    text-decoration: none; margin: 5px; transition: background .2s ease, color .2s ease;
    background: #fff; color: #161616;
}
.tf-btn:hover { background: #c6a15b; color: #fff; }
.tf-btn.gold { background: #c6a15b; color: #fff; }
.tf-btn.gold:hover { background: #fff; color: #161616; }

@media (max-width: 767px) {
    .tf-facts { grid-template-columns: 1fr 1fr; }
    .tf-gallery img { height: 290px; }
    .tf-author { flex-direction: column; }
}
@media (max-width: 480px) {
    .tf-facts { grid-template-columns: 1fr; }
}


/* ==========================================================================
   02. AFFILIATE / WHERE TO STAY SECTION
   Used by: coorg, ooty, munnar, hampi, kodaikanal, chikkamagaluru, yercaud
   ========================================================================== */

.affiliate-section {
    background: #faf8f2; border: 1px solid #eee5cf;
    border-radius: 14px; padding: 32px; margin: 40px 0;
}
.affiliate-section h2 { font-size: 24px; margin: 0 0 10px; }
.affiliate-section p { font-size: 15px; color: #555; margin-bottom: 20px; }

.stay-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 20px; }
.stay-card { background: #fff; border: 1px solid #e8e1d2; border-radius: 10px; padding: 20px; }
.stay-card h4 { font-size: 15px; font-weight: 700; margin: 0 0 6px; color: #222; }
.stay-card .stay-type {
    font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
    color: #8a7134; margin-bottom: 8px; display: block;
}
.stay-card p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 14px; }
.stay-card a {
    display: block; text-align: center; padding: 10px;
    background: #161616; color: #fff; border-radius: 6px;
    font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    text-decoration: none; transition: background .2s;
}
.stay-card a:hover { background: #c6a15b; color: #fff; }
.affiliate-disclosure { font-size: 12px; color: #999; font-style: italic; margin-top: 14px; }
.affiliate-disclosure a { color: #c6a15b; }

@media (max-width: 767px) {
    .stay-cards { grid-template-columns: 1fr; }
}


/* ==========================================================================
   03. CHIKKAMAGALURU LAYOUT SYSTEM (guide-* classes)
   Used by: chikkamagaluru.html only
   ========================================================================== */

html, body, body * { font-family: 'Montserrat', sans-serif !important; }

.travel-header { background: #fff; }
.travel-header .navbar-nav { align-items: center; }
.travel-header .nav-link { color: #202020 !important; letter-spacing: 2px; text-transform: uppercase; padding: 12px 18px !important; }
.travel-header .nav-link:hover,
.travel-header .nav-link.active { color: #b99a50 !important; }

.guide-hero { padding: 130px 20px 35px; text-align: center; }
.guide-kicker { color: #b99a50; font-size: 15px; font-weight: 700; letter-spacing: 2.5px; margin-bottom: 30px; }
.guide-hero h1 { max-width: 1150px; color: #171717; font-size: 28px; line-height: 1.12; margin: 20px 0; }
.guide-intro { max-width: 980px; margin: 0 auto; color: #666; font-size: 20px; line-height: 1.9; }
.gold-line { width: 70px; height: 1px; background: #b99a50; margin: 28px auto; }
.guide-byline { color: #555; font-size: 15px; font-weight: 600; }

.guide-gallery { max-width: 1120px; margin: 30px auto 0; }
.guide-gallery img { width: 100%; height: 520px; object-fit: cover; border-radius: 8px; }

.guide-content { max-width: 1050px; margin: 65px auto 0; }
.guide-content h2 { color: #1b1b1b; font-size: 31px; line-height: 1.3; font-weight: 700; margin: 55px 0 18px; }
.guide-content h3 { color: #2a2a2a; font-size: 22px; line-height: 1.4; font-weight: 700; margin: 32px 0 12px; }
.guide-content p,
.guide-content li { color: #555; font-size: 17px; line-height: 1.9; }
.guide-content ul,
.guide-content ol { padding-left: 24px; }

.highlight-box { margin: 35px 0; padding: 28px 30px; border-left: 3px solid #b99a50; background: #faf8f3; }
.highlight-box p { margin: 0; }

.quick-facts { margin: 45px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
/* Note: .fact is also used inside .quick-facts on chikkamagaluru only */
.quick-facts .fact { padding: 22px 15px; text-align: center; border-right: 1px solid #e5e5e5; }
.quick-facts .fact:last-child { border-right: 0; }
.quick-facts .fact strong { display: block; color: #222; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.quick-facts .fact span { color: #666; font-size: 14px; line-height: 1.6; }

.place-card { padding: 23px 0; border-bottom: 1px solid #e7e7e7; }
.place-card h3 { margin-top: 0; }
.place-card p { margin-bottom: 8px; }

.itinerary { background: #faf8f3; padding: 32px; margin-top: 25px; }

.guide-faq-item { border-bottom: 1px solid #e5e5e5; padding: 22px 0; }
.guide-faq-item h3 { margin: 0 0 8px; font-size: 19px; }

.author-box { margin: 60px 0; padding: 28px; background: #fafafa; text-align: center; }

.related-links { padding: 35px 0 55px; text-align: center; }
.related-links a {
    display: inline-block; margin: 6px 8px; padding: 11px 17px;
    border: 1px solid #b99a50; color: #8f7437;
    text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .7px;
}
.related-links a:hover { background: #b99a50; color: #fff; }

.travel-footer { padding: 42px 20px 30px; border-top: 1px solid #e2e2e2; background: #fff; }
.travel-footer a { color: #333; text-decoration: none; margin: 0 12px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.travel-footer a:hover { color: #b99a50; }
.copyright { margin-top: 22px; color: #777; font-size: 12px; }

@media (max-width: 991px) {
    .travel-header .navbar { min-height: 100px; }
    .travel-header .logo img { max-height: 100px; }
    .travel-header .nav-link { padding: 10px 0 !important; }
    .guide-intro { font-size: 17px; }
    .guide-gallery img { height: 360px; }
    .quick-facts .fact { border-right: 0; border-bottom: 1px solid #e5e5e5; }
}
@media (max-width: 576px) {
    .guide-kicker { font-size: 11px; letter-spacing: 1.7px; }
    .guide-hero h1 { font-size: 26px; }
    .guide-intro { font-size: 16px; line-height: 1.75; }
    .guide-gallery img { height: 250px; }
    .guide-content h2 { font-size: 24px; }
    .guide-content p,
    .guide-content li { font-size: 16px; }
    .itinerary { padding: 22px; }
}


/* ==========================================================================
   04. YERCAUD LAYOUT SYSTEM
   Used by: yercaud.html only
   ========================================================================== */

:root {
    --gold: #c6a15b;
    --dark: #161616;
    --muted: #666;
    --cream: #f8f6f1;
    --border: #e8e2d7;
}

.wrap { max-width: 1080px; margin: auto; padding: 0 20px; }
.hero { padding: 130px 0 35px; text-align: center; }
.hero h1 { font-size: 30px; line-height: 1.12; margin: 20px 0; }
.lead { max-width: 820px; margin: auto; color: #555; font-size: 18px; line-height: 1.8; margin-bottom: 25px; }
.gallery img { width: 100%; height: 470px; object-fit: cover; border-radius: 16px; }
.content { padding: 28px 0; }
.toc,
.facts,
.tip { border: 1px solid var(--border); border-radius: 14px; padding: 25px; background: var(--cream); }
.author { border: 1px solid var(--border); border-radius: 14px; padding: 25px; background: #171717; color: #fff; }
.toc a { display: block; padding: 7px 0; color: #222; font-weight: 600; }
.toc a:hover { color: var(--gold); text-decoration: none; }
.content h2 { font-size: 32px; margin: 25px 0 18px; }
.content h3 { font-size: 22px; margin-top: 28px; }
.content p,
.content li { font-size: 16px; line-height: 1.85; color: #4f4f4f; }
.content ul { padding-left: 22px; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fact { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
.fact strong { display: block; margin-bottom: 6px; }
.place { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 24px; box-shadow: 0 8px 25px rgba(0,0,0,.05); height: 100%; }
.place img { width: 100%; height: 210px; object-fit: cover; }
.place div { padding: 20px; }
.place h3 { margin-top: 0; }
.season { width: 100%; border-collapse: collapse; margin-top: 15px; }
.season th,
.season td { border: 1px solid var(--border); padding: 13px; text-align: left; }
.season th { background: var(--cream); }
.day { border-left: 3px solid var(--gold); padding-left: 22px; margin: 24px 0; }
.day h3 { margin-top: 0; }
.author p { color: #ddd; }
.cta { background: var(--gold); border-radius: 16px; padding: 35px; text-align: center; margin: 35px 0 55px; }
.cta h2 { margin-top: 0; }
.source { font-size: 12px; color: #777; margin-top: 25px !important; }

@media (max-width: 767px) {
    .hero { padding-top: 45px; }
    .gallery img { height: 290px; }
    .content h2 { font-size: 28px; }
    .lead { font-size: 16px; }
    .facts-grid { grid-template-columns: 1fr; }
}


/* ==========================================================================
   05. HOMEPAGE (index.html)
   ========================================================================== */

.tf-section { padding-top: 90px; padding-bottom: 90px; }
.tf-narrow { max-width: 1000px; margin: 0 auto; }
/* Homepage tf-lead overrides destination value for the intro paragraph */
.tf-intro .tf-lead { font-size: 19px; line-height: 1.8; color: inherit; max-width: none; margin: 0; }
.tf-muted,
.tf-section-intro { max-width: 820px; margin: 12px auto 0; color: #666; font-size: 16px; line-height: 1.8; }
.tf-actions .primary-btn { margin-bottom: 8px; }
.tf-card-row { align-items: stretch; }

.tf-destination-card,
.tf-guide-card,
.tf-blog-card {
    height: 100%; background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    transition: transform .3s ease, box-shadow .3s ease;
    overflow: hidden;
}
.tf-destination-card:hover,
.tf-guide-card:hover,
.tf-blog-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.tf-destination-card a,
.tf-guide-card a,
.tf-blog-card a { color: inherit; text-decoration: none; }

.tf-card-image,
.tf-guide-image { position: relative; overflow: hidden; }
.tf-card-image img,
.tf-guide-image img,
.tf-blog-card > a > img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s ease; }
.tf-destination-card:hover img,
.tf-guide-card:hover img,
.tf-blog-card:hover > a > img { transform: scale(1.04); }

.tf-card-tag {
    position: absolute; left: 18px; bottom: 18px; padding: 7px 12px;
    background: rgba(0,0,0,.78); color: #fff;
    font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
}
.tf-card-body,
.tf-guide-body,
.tf-blog-body { padding: 25px 25px 28px; }
.tf-card-body h3,
.tf-guide-body h3,
.tf-blog-body h3 { margin: 0 0 10px; font-size: 20px !important; line-height: 1.25; }
.tf-card-body p,
.tf-guide-body p,
.tf-blog-body p { margin: 0 0 18px; color: #666; line-height: 1.7; font-size: 14px; }

.tf-card-link { color: #b59a55; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.tf-card-link i { margin-left: 6px; transition: transform .2s ease; }
.tf-destination-card:hover .tf-card-link i,
.tf-guide-card:hover .tf-card-link i,
.tf-blog-card:hover .tf-card-link i { transform: translateX(4px); }

.tf-why { background: linear-gradient(rgba(19,19,19,.94), rgba(19,19,19,.94)), url('../assets/img/promo/chikmagalur.jpg') center/cover no-repeat; }

.tf-feature-card { height: 100%; padding: 32px 22px; border: 1px solid rgba(198,161,91,.35); background: rgba(255,255,255,.06); }
.tf-feature-icon { width: 58px; height: 58px; line-height: 58px; margin: 0 auto 20px; border: 1px solid #c6a15b; border-radius: 50%; color: #c6a15b; font-size: 20px; }
.tf-feature-card h4 { color: #fff; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.tf-feature-card p { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; margin: 0; }

.tf-guide-category,
.tf-blog-meta { display: block; color: #b59a55; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }

.tf-inspiration-card { position: relative; display: block; height: 300px; overflow: hidden; text-decoration: none; background: #111; }
.tf-inspiration-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s ease, opacity .3s ease; }
.tf-inspiration-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(0,0,0,.85)); }
.tf-inspiration-card div { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; text-align: left; }
.tf-inspiration-card span { display: block; color: #c6a15b; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 7px; }
.tf-inspiration-card strong { display: block; color: #fff; font-size: 20px; line-height: 1.2; font-weight: 500; }
.tf-inspiration-card:hover img { transform: scale(1.06); opacity: 1; }

.tf-creator { background: #171717; }
.tf-creator-photo { padding: 35px; border: 1px solid rgba(198,161,91,.35); text-align: center; }
.tf-creator-photo img { max-width: 290px; margin: auto; }
.tf-creator-copy { padding: 15px 20px; }
.tf-creator-copy h2 { font-size: 38px; margin: 15px 0 20px; }
.tf-creator-copy p { max-width: 650px; color: rgba(255,255,255,.8); line-height: 1.8; }

.tf-blog-card { border-radius: 2px; }
.tf-blog-body h3 { font-size: 23px; }

.tf-faq-item { text-align: left; padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.tf-faq-item:first-child { border-top: 1px solid rgba(0,0,0,.1); }
.tf-faq-item h4 { margin: 0 0 8px; font-size: 21px; }
.tf-faq-item p { margin: 0; color: #666; line-height: 1.8; font-size: 14px; }

.tf-newsletter { background: #171717; }
.tf-newsletter-box { max-width: 850px; margin: auto; padding: 45px 30px; border: 1px solid rgba(198,161,91,.4); }
.tf-newsletter-box h2 { font-size: 38px; margin: 15px 0; }
.tf-newsletter-box p { max-width: 650px; margin: auto; color: rgba(255,255,255,.78); line-height: 1.8; }

.tf-footer-brand { padding: 45px 0 25px; }
.tf-footer-logo { width: 180px; max-width: 60%; }
.tf-footer-brand p { margin: 15px 0 0; color: #777; font-size: 13px; }

@media (max-width: 767px) {
    .tf-section { padding-top: 60px; padding-bottom: 60px; }
    .tf-muted, .tf-section-intro { font-size: 14px; }
    .tf-card-image img, .tf-guide-image img, .tf-blog-card > a > img { height: 220px; }
    .tf-inspiration-card { height: 240px; }
    .tf-creator-copy h2, .tf-newsletter-box h2 { font-size: 31px; }
    .tf-actions .ml-10 { margin-left: 0 !important; }
    .tf-actions .primary-btn { display: block; width: 100%; max-width: 340px; margin: 10px auto 0; }
}


/* ==========================================================================
   06. BLOG LISTING PAGE (blog-page.html)
   ========================================================================== */

.blog-hero { padding: 100px 0 60px; text-align: center; background: #fff; }
.blog-hero h1 { font-size: clamp(28px, 4vw, 46px); font-weight: 600; margin: 16px 0; }
.blog-hero p { max-width: 680px; margin: 0 auto; font-size: 17px; line-height: 1.85; color: #555; }

.blog-filter { padding: 30px 0 0; text-align: center; }
.blog-filter button {
    margin: 4px; padding: 9px 18px; border-radius: 25px;
    border: 1px solid #c6a15b; background: transparent;
    color: #8a7134; font-size: 12px; font-weight: 600;
    letter-spacing: 1px; text-transform: uppercase;
    cursor: pointer; transition: all .2s ease;
}
.blog-filter button.active,
.blog-filter button:hover { background: #161616; color: #fff; border-color: #161616; }

.blog-card {
    background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 4px;
    box-shadow: 0 8px 28px rgba(0,0,0,.07); overflow: hidden; height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.blog-card a { color: inherit; text-decoration: none; display: block; }
.blog-card-img { position: relative; overflow: hidden; }
.blog-card-img img { width: 100%; height: 240px; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-tag {
    position: absolute; left: 16px; bottom: 16px; padding: 6px 12px;
    background: rgba(0,0,0,.75); color: #fff; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
}
.blog-card-body { padding: 24px 24px 28px; }
.blog-card-meta { display: block; color: #b59a55; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.blog-card-body h3 { font-size: 19px; line-height: 1.3; margin: 0 0 10px; font-weight: 600; }
.blog-card-body p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 18px; }
.blog-read-link { color: #b59a55; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.blog-read-link i { margin-left: 5px; transition: transform .2s ease; }
.blog-card:hover .blog-read-link i { transform: translateX(4px); }

.blog-featured {
    position: relative; border-radius: 14px; overflow: hidden;
    min-height: 420px; display: flex; align-items: flex-end; background: #111;
}
.blog-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .65; }
.blog-featured-content { position: relative; z-index: 2; padding: 45px 40px; max-width: 680px; }
.blog-featured-content .tag {
    display: inline-block; padding: 6px 14px; background: #c6a15b; color: #fff;
    font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    border-radius: 3px; margin-bottom: 18px;
}
.blog-featured-content h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); line-height: 1.2; margin: 0 0 14px; font-weight: 600; }
.blog-featured-content p { color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.7; margin: 0 0 24px; }

.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #b59a55; margin-bottom: 6px; }

.dest-summary { border: 1px solid #eee5cf; border-radius: 12px; padding: 28px; background: #faf8f2; height: 100%; }
.dest-summary h4 { font-size: 18px; font-weight: 600; margin: 0 0 10px; }
.dest-summary p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 18px; }
.dest-summary .tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.dest-tag { padding: 4px 10px; background: #fff; border: 1px solid #ddd6c4; border-radius: 20px; font-size: 11px; color: #6f5a25; font-weight: 600; }

@media (max-width: 767px) {
    .blog-featured { min-height: 340px; }
    .blog-featured-content { padding: 28px 22px; }
}


/* ==========================================================================
   07. ABOUT PAGE (about-page.html)
   ========================================================================== */

.about-page p { line-height: 1.9; }
.about-intro { max-width: 950px; margin: 0 auto; }
.about-intro h1 { font-weight: 600; letter-spacing: 0.5px; }
.about-intro .lead { font-size: 20px; line-height: 1.9; }
.about-block { max-width: 900px; margin: 0 auto; }
.about-block h2 { font-weight: 600; letter-spacing: 0.3px; }
.about-list { max-width: 760px; margin: 25px auto 0; padding: 0; list-style: none; }
.about-list li { padding: 12px 0; line-height: 1.7; }
.about-list li::before { content: "•"; color: #b89a4a; font-weight: 700; margin-right: 12px; }
.founder-section { max-width: 900px; margin: 0 auto; }
.founder-section h2 { font-weight: 600; }
.founder-name { font-weight: 700; }
.founder-note { max-width: 820px; margin: 25px auto 0; }
.content-card { height: 100%; padding: 35px 30px; border: 1px solid #eeeeee; background: #ffffff; }
.content-card h3 { font-weight: 600; margin-bottom: 18px; }
.content-card p { margin-bottom: 0; }
.why-section { max-width: 950px; margin: 0 auto; }
.why-section p { font-size: 17px; }
.about-cta { max-width: 800px; margin: 0 auto; }
.about-cta h2 { font-weight: 600; }
.about-cta .primary-btn { margin-top: 15px; }

@media (max-width: 767px) {
    .about-intro .lead { font-size: 17px; }
    .about-intro h1 { font-size: 32px; }
    .content-card { margin-bottom: 20px; }
}


/* ==========================================================================
   08. CONTACT PAGE (contact-page.html)
   ========================================================================== */

.contact-hero { padding: 90px 0 60px; text-align: center; }
.contact-hero h1 { font-size: clamp(30px, 5vw, 48px); font-weight: 600; }
.contact-hero p { max-width: 640px; margin: 20px auto 0; font-size: 17px; line-height: 1.85; color: #555; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1000px; margin: 0 auto; }

.contact-info-item { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 32px; }
.contact-icon { width: 48px; height: 48px; min-width: 48px; border: 1px solid #c6a15b; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #c6a15b; font-size: 18px; }
.contact-info-item h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; color: #8a7134; margin: 0 0 6px; }
.contact-info-item p { font-size: 15px; color: #444; margin: 0; line-height: 1.6; }
.contact-info-item a { color: #c6a15b; text-decoration: none; }
.contact-info-item a:hover { text-decoration: underline; }

.contact-form-wrap { background: #faf8f2; border: 1px solid #eee5cf; border-radius: 14px; padding: 36px; }
.contact-form-wrap h3 { font-size: 22px; font-weight: 600; margin-bottom: 24px; }
.cf-group { margin-bottom: 20px; }
.cf-group label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #666; margin-bottom: 8px; }
.cf-group input,
.cf-group textarea,
.cf-group select { width: 100%; padding: 13px 16px; border: 1px solid #ddd6c4; border-radius: 8px; font-size: 15px; font-family: inherit; background: #fff; color: #333; transition: border-color .2s ease; outline: none; }
.cf-group input:focus,
.cf-group textarea:focus,
.cf-group select:focus { border-color: #c6a15b; }
.cf-group textarea { resize: vertical; min-height: 130px; }
.cf-submit { width: 100%; padding: 15px; background: #161616; color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: background .25s ease; }
.cf-submit:hover { background: #c6a15b; }
.cf-note { font-size: 12px; color: #888; margin-top: 14px; text-align: center; line-height: 1.6; }

.contact-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.reason-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; padding: 24px 20px; text-align: center; }
.reason-card i { font-size: 24px; color: #c6a15b; margin-bottom: 14px; display: block; }
.reason-card h4 { font-size: 15px; font-weight: 600; margin: 0 0 8px; }
.reason-card p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }

#cf-success,
#cf-error { display: none; padding: 14px 18px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; font-weight: 600; }
#cf-success { background: #e9f7ef; color: #1e7d3e; border: 1px solid #b5dfca; }
#cf-error { background: #fdf0ef; color: #a33; border: 1px solid #f0c4c0; }

@media (max-width: 767px) {
    .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-reasons { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .contact-reasons { grid-template-columns: 1fr; }
}


/* ==========================================================================
   09. PRIVACY POLICY PAGE (privacy-policy.html)
   ========================================================================== */

.pp-wrap { max-width: 860px; margin: 0 auto; padding: 0 20px; }
.pp-hero { padding: 90px 0 50px; text-align: center; }
.pp-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 600; }
.pp-hero p { color: #666; font-size: 15px; margin-top: 12px; }
.pp-body { padding: 0 0 80px; }
.pp-body h2 { font-size: 22px; font-weight: 700; margin: 48px 0 14px; padding-top: 8px; border-top: 2px solid #f0ead8; }
.pp-body h2:first-child { border-top: none; margin-top: 0; }
.pp-body p,
.pp-body li { font-size: 15px; line-height: 1.9; color: #555; }
.pp-body ul { padding-left: 22px; }
.pp-body li { margin-bottom: 8px; }
.pp-body a { color: #c6a15b; }
.pp-callout { background: #faf8f2; border-left: 4px solid #c6a15b; padding: 18px 22px; margin: 24px 0; border-radius: 0 8px 8px 0; }
.pp-callout p { margin: 0; font-size: 14px; color: #6f5a25; }
.pp-toc { background: #faf8f2; border: 1px solid #eee5cf; border-radius: 12px; padding: 24px 28px; margin-bottom: 48px; }
.pp-toc strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #8a7134; margin-bottom: 12px; }
.pp-toc a { display: block; padding: 5px 0; color: #333; font-size: 14px; text-decoration: none; }
.pp-toc a:hover { color: #c6a15b; }
.pp-updated { display: inline-block; background: #f0ead8; color: #6f5a25; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; letter-spacing: 0.5px; margin-bottom: 10px; }


/* ==========================================================================
   11. NEW ARTICLE COMPONENTS
   Used by: comparison pages, seasonal guides, itinerary pages
   ========================================================================== */

/* Verdict / winner box — used on comparison pages */
.tf-verdict {
    background: #161616;
    color: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    margin: 40px 0;
}
.tf-verdict h3 { color: #c6a15b; margin-top: 0; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; }
.tf-verdict p { color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.8; margin: 0; }

/* Comparison table */
.tf-compare { width: 100%; border-collapse: collapse; margin: 28px 0; }
.tf-compare th,
.tf-compare td { border: 1px solid #e8e1d2; padding: 14px 16px; text-align: left; vertical-align: top; font-size: 15px; line-height: 1.7; }
.tf-compare thead th { background: #161616; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; border-color: #161616; }
.tf-compare tbody tr:nth-child(even) td { background: #faf8f2; }
.tf-compare .tf-col-a { border-left: 3px solid #c6a15b; }
.tf-compare .tf-col-b { border-left: 3px solid #6f9c5e; }

/* Season weather card grid */
.tf-season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.tf-season-card { border: 1px solid #eee5cf; border-radius: 12px; padding: 22px; background: #faf8f2; }
.tf-season-card .tf-season-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.tf-season-card h4 { font-size: 15px; font-weight: 700; margin: 0 0 8px; color: #222; }
.tf-season-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }
.tf-season-card.good { border-color: #a8d5a2; background: #f3faf2; }
.tf-season-card.ok { border-color: #f5d28a; background: #fffdf2; }
.tf-season-card.poor { border-color: #f0b8b8; background: #fdf4f4; }

/* Itinerary day block */
.tf-day { border-left: 4px solid #c6a15b; padding: 4px 0 4px 24px; margin: 28px 0; }
.tf-day h3 { font-size: 20px; font-weight: 700; margin: 0 0 12px; color: #161616; }
.tf-day ul { padding-left: 20px; margin: 0; }
.tf-day li { font-size: 16px; line-height: 1.85; color: #555; margin-bottom: 8px; }

/* Time block within itinerary */
.tf-time { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #8a7134; background: #fffdf7; border: 1px solid #d8c48e; border-radius: 20px; padding: 3px 10px; margin-bottom: 6px; }

/* Tip box — lighter than tf-callout, used for practical tips */
.tf-tip { background: #f3faf2; border-left: 4px solid #6f9c5e; padding: 18px 22px; margin: 24px 0; border-radius: 0 10px 10px 0; }
.tf-tip p { font-size: 15px; color: #3a5c35; margin: 0; line-height: 1.75; }

/* Warning box */
.tf-warning { background: #fffdf0; border-left: 4px solid #e8a020; padding: 18px 22px; margin: 24px 0; border-radius: 0 10px 10px 0; }
.tf-warning p { font-size: 15px; color: #7a5010; margin: 0; line-height: 1.75; }

/* Score badge — used on comparison pages */
.tf-score { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 30px; font-size: 14px; font-weight: 700; }
.tf-score.win { background: #e9f7ef; color: #1a6b38; border: 1px solid #a8d5a2; }
.tf-score.draw { background: #faf8f2; color: #6f5a25; border: 1px solid #d8c48e; }

/* Quick summary box */
.tf-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.tf-summary-card { border: 1px solid #eee5cf; border-radius: 12px; padding: 24px; background: #faf8f2; }
.tf-summary-card h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #8a7134; margin: 0 0 12px; }
.tf-summary-card ul { padding-left: 18px; margin: 0; }
.tf-summary-card li { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 6px; }

/* Photo caption style */
.tf-caption { font-size: 13px; color: #888; font-style: italic; text-align: center; margin-top: -6px; margin-bottom: 24px; }

/* Related articles row at bottom of pages */
.tf-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 40px 0 20px; }
.tf-related-card { border: 1px solid rgba(0,0,0,.08); border-radius: 10px; overflow: hidden; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.tf-related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.tf-related-card a { text-decoration: none; color: inherit; display: block; }
.tf-related-card img { width: 100%; height: 160px; object-fit: cover; }
.tf-related-card div { padding: 16px; }
.tf-related-card span { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #b59a55; margin-bottom: 6px; }
.tf-related-card h4 { font-size: 15px; font-weight: 600; margin: 0; color: #222; line-height: 1.3; }

/* Author strip */
.tf-author-strip { display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: #faf8f2; border: 1px solid #eee5cf; border-radius: 12px; margin: 40px 0; }
.tf-author-avatar { width: 48px; height: 48px; min-width: 48px; background: #161616; color: #c6a15b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; }
.tf-author-strip p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }
.tf-author-strip strong { color: #222; }

/* Responsive adjustments for new components */
@media (max-width: 767px) {
    .tf-season-grid { grid-template-columns: 1fr; }
    .tf-summary { grid-template-columns: 1fr; }
    .tf-related { grid-template-columns: 1fr; }
    .tf-compare th, .tf-compare td { font-size: 13px; padding: 10px 12px; }
}
@media (max-width: 480px) {
    .tf-season-grid { grid-template-columns: 1fr; }
}
