/*
Theme Name: Halo Pengusaha
Theme URI: https://halopengusaha.id/
Author: FranchiseHub
Description: Tema WordPress marketplace franchise dan kemitraan Indonesia, mobile-first dengan carousel franchise untuk Halo Pengusaha.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: halo-pengusaha
*/

:root{
--fh-orange:#ff5a16;--fh-orange-2:#ff7a2f;--fh-navy:#111b32;--fh-text:#172033;
--fh-muted:#687386;--fh-bg:#f8f9fb;--fh-line:#e7eaf0;--fh-card:#fff;
--fh-radius:20px;--fh-shadow:0 10px 30px rgba(17,27,50,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--fh-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.fh-container{width:min(1180px,calc(100% - 32px));margin:auto}
.fh-topbar{background:var(--fh-navy);color:#dbe2ef;font-size:12px}
.fh-topbar .fh-container{height:36px;display:flex;align-items:center;justify-content:space-between}
.fh-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--fh-line)}
.fh-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.fh-logo{font-size:25px;font-weight:900;letter-spacing:-1.4px;line-height:1}
.fh-logo span{color:var(--fh-orange)}
.fh-logo small{display:block;font-size:9px;color:var(--fh-muted);letter-spacing:.1px;margin-top:5px;font-weight:650}
.fh-menu{display:flex;gap:28px;align-items:center;font-size:13px;font-weight:750;color:#465064}
.fh-menu a:hover,.fh-menu .current{color:var(--fh-orange)}
.fh-search-icon{width:40px;height:40px;border:1px solid var(--fh-line);border-radius:50%;display:grid;place-items:center;font-size:19px}
.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:12px;border:0;font-weight:850;font-size:13px;cursor:pointer}
.fh-btn-orange{background:var(--fh-orange);color:#fff}
.fh-btn-dark{background:var(--fh-navy);color:#fff}
.fh-btn-light{background:#fff;border:1px solid var(--fh-line);color:var(--fh-text)}
.fh-mobile-toggle{display:none;background:none;border:0;font-size:25px}

.fh-hero{background:linear-gradient(135deg,#fff8f3,#fff 55%,#f8fbff);overflow:hidden}
.fh-hero-grid{min-height:490px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:35px}
.fh-eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--fh-orange);font-size:11px;letter-spacing:1.5px;font-weight:900;text-transform:uppercase}
.fh-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--fh-orange)}
.fh-hero h1{font-size:clamp(44px,5.4vw,70px);line-height:.98;letter-spacing:-4px;margin:15px 0 18px;max-width:680px}
.fh-hero p{color:var(--fh-muted);font-size:17px;line-height:1.65;max-width:610px;margin:0 0 24px}
.fh-hero-search{display:flex;max-width:650px;background:#fff;border:1px solid var(--fh-line);box-shadow:var(--fh-shadow);border-radius:15px;padding:6px}
.fh-hero-search input{min-width:0;flex:1;border:0;outline:0;padding:13px;font-size:14px}
.fh-hero-search button{border:0;border-radius:11px;background:var(--fh-orange);color:#fff;padding:0 25px;font-weight:850}
.fh-trending{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:14px;font-size:11px}
.fh-chip{background:#fff;border:1px solid var(--fh-line);padding:8px 11px;border-radius:999px;color:#556075}
.fh-hero-visual{height:420px;position:relative;display:flex;align-items:flex-end;justify-content:center}
.fh-hero-image{width:92%;height:100%;object-fit:cover;border-radius:28px;background:linear-gradient(135deg,#e9eef5,#ffd7b9);overflow:hidden}
.fh-hero-placeholder {
    width: 92%;
    height: 100%;
    min-height: 480px;

    border-radius: 28px;

    position: relative;
    overflow: hidden;

    background-image:
        linear-gradient(
            180deg,
            rgba(17, 26, 46, 0.03),
            rgba(17, 26, 46, 0.15)
        ),
        url("https://halopengusaha.com/wp-content/uploads/2026/09/ChatGPT-Image-9-Sep-2026-17.28.28.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow:
        0 25px 60px rgba(17, 26, 46, 0.12);

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

.fh-hero-placeholder:hover {
    transform: translateY(-6px);

    box-shadow:
        0 35px 75px rgba(17, 26, 46, 0.18);
}
.fh-float{position:absolute;left:0;bottom:55px;background:#fff;border-radius:17px;padding:18px;box-shadow:0 16px 40px rgba(17,27,50,.14);width:175px}
.fh-float strong{display:block;font-size:24px;margin:3px 0}.fh-float span{font-size:11px;color:var(--fh-muted)}

.fh-section{padding:48px 0}
.fh-section.alt{background:var(--fh-bg)}
.fh-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;gap:20px}
.fh-head h2{margin:0;font-size:30px;letter-spacing:-1.6px}
.fh-head p{margin:6px 0 0;color:var(--fh-muted);font-size:13px}
.fh-link{color:var(--fh-orange);font-size:12px;font-weight:850;white-space:nowrap}
.fh-categories{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}
.fh-category{background:#fff;border:1px solid var(--fh-line);border-radius:17px;padding:16px 7px;text-align:center;transition:.2s}
.fh-category:hover{transform:translateY(-3px);box-shadow:var(--fh-shadow)}
.fh-category .icon{font-size:24px;display:block;margin-bottom:8px}
.fh-category strong{font-size:11px;display:block}.fh-category small{font-size:9px;color:var(--fh-muted)}

.fh-carousel-wrap{position:relative}
.fh-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 15px}
.fh-carousel::-webkit-scrollbar{display:none}
.fh-card{flex:0 0 225px;background:#fff;border:1px solid var(--fh-line);border-radius:18px;overflow:hidden;scroll-snap-align:start;box-shadow:0 5px 18px rgba(17,27,50,.035)}
.fh-card-img{height:145px;position:relative;background:linear-gradient(135deg,#f4d9c7,#e6edf7);overflow:hidden}
.fh-card-img img{width:100%;height:100%;object-fit:cover}
.fh-card-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:19px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--fh-orange),#ffb16d)}
.fh-card:nth-child(3n) .fh-card-placeholder{background:linear-gradient(135deg,#17213a,#4b5874)}
.fh-card:nth-child(3n+1) .fh-card-placeholder{background:linear-gradient(135deg,#f3a15b,#ff6b35)}
.fh-badge{position:absolute;left:10px;top:10px;background:#fff;padding:6px 8px;border-radius:8px;font-size:9px;font-weight:900;color:var(--fh-orange)}
.fh-card-body{padding:13px}
.fh-cat-label{font-size:9px;color:var(--fh-orange);font-weight:900;background:#fff1ea;padding:5px 7px;border-radius:999px}
.fh-card h3{font-size:15px;margin:9px 0 6px}
.fh-meta{font-size:10px;color:var(--fh-muted);display:flex;justify-content:space-between;gap:5px}
.fh-price{margin-top:12px;font-size:15px;font-weight:900}.fh-price small{font-size:9px;color:var(--fh-muted);font-weight:500}
.fh-card .fh-btn{width:100%;margin-top:11px;padding:10px;font-size:11px;background:#fff;border:1px solid #ff9a70;color:var(--fh-orange)}
.fh-arrow{position:absolute;z-index:2;top:44%;width:38px;height:38px;border-radius:50%;border:1px solid var(--fh-line);background:#fff;box-shadow:var(--fh-shadow);font-size:20px;cursor:pointer}
.fh-prev{left:-18px}.fh-next{right:-18px}
.fh-dots{display:flex;justify-content:center;gap:6px;margin-top:3px}.fh-dot{width:7px;height:7px;background:#d6dbe3;border-radius:50%}.fh-dot.active{background:var(--fh-orange);width:19px;border-radius:10px}

.fh-banner{border-radius:23px;background:linear-gradient(110deg,#151d31,#26324d);color:#fff;padding:31px 35px;display:flex;justify-content:space-between;align-items:center;gap:25px;overflow:hidden}
.fh-banner h2{margin:0 0 7px;font-size:28px;letter-spacing:-1.2px}.fh-banner p{margin:0;color:#c7cfdb;font-size:13px}
.fh-banner .fh-btn{background:var(--fh-orange);color:#fff}

.fh-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--fh-line);border:1px solid var(--fh-line);border-radius:20px;overflow:hidden}
.fh-benefit{background:#fff;padding:25px 20px}.fh-benefit .ico{font-size:25px}.fh-benefit h3{font-size:14px;margin:9px 0 5px}.fh-benefit p{font-size:11px;line-height:1.5;color:var(--fh-muted);margin:0}

.fh-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.fh-article{border:1px solid var(--fh-line);border-radius:18px;overflow:hidden;background:#fff}.fh-article .pic{height:145px;background:linear-gradient(135deg,#e9edf4,#ffd5bd);display:grid;place-items:center;font-size:40px}.fh-article-body{padding:15px}.fh-article h3{font-size:14px;margin:0 0 8px}.fh-article time{font-size:10px;color:var(--fh-muted)}

.fh-footer{background:var(--fh-navy);color:#cbd3df;margin-top:30px}.fh-footer-main{padding:45px 0;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.fh-footer h3{color:#fff;font-size:13px}.fh-footer p,.fh-footer a{font-size:11px;line-height:1.8;color:#aeb8c7}.fh-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:10px;display:flex;justify-content:space-between}

@media(max-width:1000px){.fh-categories{grid-template-columns:repeat(5,1fr)}.fh-menu{gap:15px}.fh-card{flex-basis:220px}}
@media(max-width:760px){
.fh-topbar{display:none}.fh-nav{height:64px}.fh-menu{display:none}.fh-mobile-toggle{display:block}.fh-nav>.fh-btn-orange{display:none}
.fh-hero-grid{grid-template-columns:1fr;min-height:auto;padding:35px 0 15px}.fh-hero h1{font-size:45px;letter-spacing:-2.5px}.fh-hero p{font-size:15px}.fh-hero-visual{height:300px}.fh-float{left:8px;bottom:20px;width:160px;padding:14px}
.fh-categories{grid-template-columns:repeat(5,1fr);gap:7px}.fh-category{padding:13px 4px}.fh-category .icon{font-size:20px}.fh-category small{display:none}
.fh-section{padding:34px 0}.fh-head h2{font-size:25px}.fh-head p{font-size:11px}.fh-card{flex-basis:205px}.fh-card-img{height:135px}
.fh-arrow{display:none}.fh-banner{padding:25px 22px;flex-direction:column;align-items:flex-start}.fh-banner h2{font-size:24px}
.fh-benefits{grid-template-columns:1fr 1fr}.fh-articles{grid-template-columns:1fr}
.fh-footer-main{grid-template-columns:1fr 1fr}.fh-footer-bottom{flex-direction:column;gap:8px}
}
@media(max-width:430px){.fh-container{width:calc(100% - 22px)}.fh-categories{grid-template-columns:repeat(5,1fr)}.fh-category strong{font-size:9px}.fh-hero h1{font-size:41px}.fh-hero-search button{padding:0 18px}.fh-card{flex-basis:82vw}}

.fh-logo-image{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.fh-logo-image img{width:190px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.fh-logo-image small{margin-top:-2px}
.fh-logo-footer img{filter:brightness(0) invert(1);opacity:.96;width:175px}
@media(max-width:760px){.fh-logo-image img{width:160px}.fh-logo-image small{font-size:8px}}

.fh-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
@media(max-width:1000px){.fh-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.fh-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== HALO PENGUSAHA ARTICLE / CATEGORY PAGES ===== */
.hp-article-hero,.hp-category-hero{padding:82px 0 55px;background:linear-gradient(135deg,#fff8f3,#fff 60%,#f8fbff);text-align:center}
.hp-article-hero h1,.hp-category-hero h1{margin:12px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-2px;color:var(--fh-navy)}
.hp-article-hero h1 span,.hp-category-hero h1 span{color:var(--fh-orange)}
.hp-article-hero p,.hp-category-hero p{max-width:680px;margin:auto;color:var(--fh-muted);font-size:16px;line-height:1.8}
.hp-article-kicker{color:var(--fh-orange);font-size:11px;font-weight:900;letter-spacing:2.4px}
.hp-article-list,.hp-category-list{padding:65px 0 90px;background:var(--fh-bg)}
.hp-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.hp-post-card{background:#fff;border:1px solid var(--fh-line);border-radius:22px;overflow:hidden;opacity:0;animation:hpPostIn .65s ease forwards;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}
.hp-post-card:nth-child(1){animation-delay:.05s}.hp-post-card:nth-child(2){animation-delay:.12s}.hp-post-card:nth-child(3){animation-delay:.19s}.hp-post-card:nth-child(4){animation-delay:.26s}.hp-post-card:nth-child(5){animation-delay:.33s}.hp-post-card:nth-child(6){animation-delay:.40s}.hp-post-card:nth-child(7){animation-delay:.47s}
.hp-post-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(17,27,50,.12);border-color:rgba(255,90,22,.25)}
.hp-post-card.is-featured{grid-column:span 2;display:grid;grid-template-columns:1.12fr .88fr}
.hp-post-media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#e9edf4}
.hp-post-card.is-featured .hp-post-media{height:100%;min-height:380px}
.hp-post-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.hp-post-card:hover .hp-post-media img{transform:scale(1.08)}
.hp-post-cat{position:absolute;left:18px;bottom:18px;background:#fff;padding:8px 12px;border-radius:999px;color:var(--fh-orange);font-size:10px;font-weight:900;letter-spacing:1px}
.hp-post-body{padding:25px 27px 28px}
.hp-post-card.is-featured .hp-post-body{display:flex;flex-direction:column;justify-content:center;padding:38px}
.hp-post-meta{display:flex;gap:8px;margin-bottom:12px;color:#98a0ad;font-size:10px;font-weight:800;letter-spacing:.6px}
.hp-post-body h2{font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.3;margin:0 0 12px;color:var(--fh-navy)}
.hp-post-card.is-featured .hp-post-body h2{font-size:31px}
.hp-post-body h2 a{transition:color .25s}.hp-post-body h2 a:hover{color:var(--fh-orange)}
.hp-post-body p{margin:0;color:var(--fh-muted);font-size:14px;line-height:1.75}
.hp-read-more{display:inline-flex;gap:7px;margin-top:20px;color:var(--fh-orange);font-size:13px;font-weight:900}
.hp-read-more span{transition:transform .3s}.hp-read-more:hover span{transform:translateX(4px)}
.hp-post-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ff7a2f,#ffb16d);color:#fff;font-weight:900}
.hp-pagination{margin-top:45px;text-align:center}.hp-pagination ul{display:flex;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}.hp-pagination a,.hp-pagination span{display:inline-flex;padding:10px 13px;border:1px solid var(--fh-line);border-radius:10px;background:#fff;font-size:12px}.hp-pagination .current{background:var(--fh-orange);color:#fff;border-color:var(--fh-orange)}
.hp-empty{text-align:center;background:#fff;padding:70px 25px;border-radius:20px}.hp-empty h2{margin:0 0 8px}.hp-empty p{margin:0;color:var(--fh-muted)}
.hp-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.hp-category-card{background:#fff;border:1px solid var(--fh-line);border-radius:18px;padding:25px 18px;transition:.35s;display:flex;flex-direction:column;gap:7px}
.hp-category-card:hover{transform:translateY(-6px);box-shadow:var(--fh-shadow);border-color:rgba(255,90,22,.3)}
.hp-category-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff1ea;color:var(--fh-orange);font-weight:900}
.hp-category-card strong{font-size:15px}.hp-category-card small{color:var(--fh-muted);font-size:11px}
@keyframes hpPostIn{from{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:1000px){.hp-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-post-card.is-featured{grid-column:span 2}.hp-category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.hp-article-hero,.hp-category-hero{padding:60px 0 40px}.hp-article-hero h1,.hp-category-hero h1{font-size:40px}.hp-article-hero p,.hp-category-hero p{font-size:14px}.hp-article-list,.hp-category-list{padding:45px 0 65px}.hp-article-grid{grid-template-columns:1fr;gap:18px}.hp-post-card.is-featured{grid-column:span 1;display:block}.hp-post-card.is-featured .hp-post-media{height:auto;min-height:0}.hp-post-card.is-featured .hp-post-body{padding:25px 24px 28px}.hp-post-card.is-featured .hp-post-body h2{font-size:26px}.hp-category-grid{grid-template-columns:repeat(2,1fr)}}


/* Filter kategori di halaman Daftar Franchise */
.fh-active-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 22px;padding:12px 16px;border:1px solid rgba(255,90,22,.18);border-radius:12px;background:#fff7f2;color:var(--fh-muted);font-size:13px}
.fh-active-filter strong{color:var(--fh-navy)}
.fh-active-filter a{margin-left:auto;color:var(--fh-orange);font-weight:800;text-decoration:none}
.fh-active-filter a:hover{text-decoration:underline}
@media(max-width:700px){.fh-active-filter a{margin-left:0;width:100%}}

/* Active menu page */
.fh-menu a.current{
    color:var(--fh-orange);
    position:relative;
}
.fh-menu a.current::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-29px;
    height:3px;
    border-radius:99px;
    background:var(--fh-orange);
}
@media(max-width:900px){
    .fh-menu a.current::after{display:none}
}

/* =========================================================
   HALO PENGUSAHA - SINGLE ARTICLE / NEWS DETAIL
========================================================= */
.hp-single-page{background:#f7f8fa}
.hp-single-hero{padding:72px 0 58px;background:linear-gradient(135deg,#fff8f3 0%,#fff 58%,#f5f8ff 100%);border-bottom:1px solid #edf0f4}
.hp-single-hero-inner{max-width:1000px}
.hp-breadcrumb{display:inline-flex;align-items:center;margin-bottom:28px;color:#7d8592;font-size:13px;font-weight:700;text-decoration:none;transition:color .25s,transform .25s}
.hp-breadcrumb:hover{color:var(--fh-orange);transform:translateX(-3px)}
.hp-single-category{display:inline-flex;padding:8px 13px;border-radius:999px;background:#fff0e8;color:var(--fh-orange);font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}
.hp-single-hero h1{max-width:920px;margin:18px 0 20px;color:var(--fh-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.4vw,72px);line-height:1.06;letter-spacing:-2.2px}
.hp-single-meta{display:flex;align-items:center;gap:9px;color:#8d96a4;font-size:12px;font-weight:700}
.hp-single-content-section{padding:55px 0 100px}
.hp-single-layout{display:grid;grid-template-columns:minmax(0,820px) 300px;gap:42px;align-items:start}
.hp-single-article{min-width:0}
.hp-single-featured{margin:0 0 38px;border-radius:24px;overflow:hidden;background:#e9edf4;box-shadow:0 20px 55px rgba(17,27,50,.10)}
.hp-single-featured img{display:block;width:100%;height:auto;max-height:570px;object-fit:cover}
.hp-single-content{padding:0 10px;color:#3f4855;font-size:17px;line-height:1.9}
.hp-single-content>p:first-child{font-size:19px;line-height:1.85;color:#303947}
.hp-single-content p{margin:0 0 24px}
.hp-single-content h2{margin:42px 0 16px;color:var(--fh-navy);font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.25}
.hp-single-content h3{margin:34px 0 13px;color:var(--fh-navy);font-family:Georgia,"Times New Roman",serif;font-size:24px}
.hp-single-content strong{color:#202a3c}
.hp-single-content a{color:var(--fh-orange);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.hp-single-content a:hover{color:#d94d16}
.hp-single-content ul,.hp-single-content ol{margin:0 0 25px;padding-left:26px}
.hp-single-content li{margin-bottom:9px}
.hp-single-content blockquote{position:relative;margin:38px 0;padding:28px 30px 28px 34px;border-left:4px solid var(--fh-orange);border-radius:0 16px 16px 0;background:#fff5ef;color:#273145;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.55}
.hp-single-content img{max-width:100%;height:auto;border-radius:16px}
.hp-single-content figure{margin:34px 0}
.hp-single-content figcaption{margin-top:10px;color:#9098a5;font-size:12px;text-align:center}
.hp-page-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:35px 10px;padding-top:25px;border-top:1px solid #e4e8ed;font-size:12px}
.hp-page-links a,.hp-page-links span{display:inline-flex;padding:8px 11px;border:1px solid #dfe4ea;border-radius:8px;background:#fff;text-decoration:none}
.hp-single-share{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:40px 10px 0;padding:20px 0;border-top:1px solid #e3e7ec}
.hp-single-share>span{margin-right:5px;color:#7d8694;font-size:12px;font-weight:800}
.hp-single-share a{display:inline-flex;padding:9px 13px;border:1px solid #dfe4ea;border-radius:999px;background:#fff;color:#4f5968;font-size:11px;font-weight:800;text-decoration:none;transition:all .25s}
.hp-single-share a:hover{border-color:var(--fh-orange);color:var(--fh-orange);transform:translateY(-2px)}
.hp-single-sidebar{position:sticky;top:25px;display:grid;gap:20px}
.hp-sidebar-card{padding:25px;background:#fff;border:1px solid #e4e8ed;border-radius:20px;box-shadow:0 12px 35px rgba(17,27,50,.05)}
.hp-sidebar-cta{background:linear-gradient(145deg,#111a2e,#1d2942);border-color:transparent;color:#fff}
.hp-sidebar-kicker{display:block;margin-bottom:12px;color:#ff8a5b;font-size:10px;font-weight:900;letter-spacing:1.6px}
.hp-sidebar-cta h3{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.3}
.hp-sidebar-cta p{margin:12px 0 20px;color:#b9c0cb;font-size:13px;line-height:1.7}
.hp-sidebar-cta>a{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:11px;background:var(--fh-orange);color:#fff;font-size:12px;font-weight:900;text-decoration:none;transition:transform .25s,background .25s}
.hp-sidebar-cta>a:hover{background:#ff6b2d;transform:translateY(-2px)}
.hp-sidebar-title{margin-bottom:18px;color:var(--fh-navy);font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:700}
.hp-related-list{display:grid;gap:16px}
.hp-related-item{display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center;color:inherit;text-decoration:none}
.hp-related-thumb{display:block;width:68px;height:58px;overflow:hidden;border-radius:10px;background:#eef1f5}
.hp-related-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hp-related-item:hover .hp-related-thumb img{transform:scale(1.08)}
.hp-related-thumb>span{display:grid;place-items:center;height:100%;color:#fff;background:var(--fh-orange);font-size:13px;font-weight:900}
.hp-related-text{min-width:0}
.hp-related-text strong{display:-webkit-box;overflow:hidden;color:#253047;font-size:12px;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.hp-related-text small{display:block;margin-top:5px;color:#9aa2ae;font-size:10px}
.hp-sidebar-empty{margin:0;color:#8b94a0;font-size:13px}

@media(max-width:1050px){.hp-single-layout{grid-template-columns:minmax(0,1fr) 270px;gap:28px}.hp-single-content{font-size:16px}}
@media(max-width:800px){.hp-single-hero{padding:55px 0 42px}.hp-single-hero h1{font-size:43px;letter-spacing:-1.3px}.hp-single-layout{grid-template-columns:1fr}.hp-single-sidebar{position:static;grid-template-columns:1fr 1fr}.hp-single-featured{border-radius:18px}.hp-single-content{padding:0;font-size:16px}.hp-single-content>p:first-child{font-size:17px}.hp-single-share{margin-left:0;margin-right:0}}
@media(max-width:560px){.hp-single-content-section{padding:35px 0 65px}.hp-single-hero{padding:45px 0 35px}.hp-single-hero h1{font-size:36px;line-height:1.1}.hp-single-meta{font-size:10px}.hp-single-sidebar{grid-template-columns:1fr}.hp-single-content h2{font-size:27px}.hp-single-content blockquote{margin-left:0;margin-right:0;padding:23px 22px;font-size:19px}.hp-single-share{gap:7px}}

/* =========================================
   STANDARD PAGE / CONTACT PAGE
========================================= */
.fh-page {
    background: #fff;
    padding: 70px 20px 100px;
    min-height: 55vh;
}

.fh-page-container {
    max-width: 1180px;
    margin: 0 auto;
}

.fh-page-content {
    width: 100%;
}

.fh-page-header {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.fh-page-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff5a1f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fh-page-header h1 {
    margin: 0;
    color: #111a2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
}

.fh-page-body {
    max-width: 1000px;
    margin: 0 auto;
    color: #4f5868;
    font-size: 17px;
    line-height: 1.85;
}

.fh-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.fh-page-body h2,
.fh-page-body h3,
.fh-page-body h4 {
    color: #111a2e;
    line-height: 1.25;
    margin-top: 38px;
    margin-bottom: 15px;
}

.fh-page-body a {
    color: #ff5a1f;
    font-weight: 700;
}

.fh-page-empty {
    text-align: center;
    padding: 80px 20px;
}

@media (max-width: 700px) {
    .fh-page {
        padding: 50px 16px 70px;
    }

    .fh-page-header {
        margin-bottom: 30px;
    }

    .fh-page-header h1 {
        font-size: 40px;
    }

    .fh-page-body {
        font-size: 16px;
    }
}

/* HALO PENGUSAHA - FRANCHISE ARCHIVE */
.fh-franchise-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.fh-franchise-grid .fh-card{flex:none;width:auto;min-width:0;border-radius:20px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.fh-franchise-grid .fh-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(17,27,50,.11);border-color:rgba(255,90,22,.25)}
.fh-franchise-grid .fh-card-img{height:190px}
.fh-franchise-grid .fh-card-body{padding:17px}
.fh-franchise-grid .fh-card h3{font-size:17px;line-height:1.25;letter-spacing:-.4px}
.fh-franchise-grid .fh-badge{border-radius:999px;box-shadow:0 5px 16px rgba(17,27,50,.1)}
@media(max-width:1000px){.fh-franchise-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.fh-franchise-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fh-franchise-grid .fh-card-img{height:160px}.fh-franchise-grid .fh-card-body{padding:13px}}
@media(max-width:480px){.fh-franchise-grid{grid-template-columns:1fr}.fh-franchise-grid .fh-card-img{height:200px}}
