/* =================================================================
   GOLDEN ENTREPRENEUR AWARDS — Premium Corporate Stylesheet
   Palette: Entrepreneur Navy + Innovation Blue + Premium Gold
   Vanilla CSS3 · Mobile-first responsive · No frameworks
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap');

:root {
  --entrepreneur-navy: #0b163d;
  --navy-soft: #11214f;
  --navy-700: #0e1b44;
  --innovation-blue: #2563eb;
  --blue-light: #4f83f1;
  --premium-gold: #c8a45d;
  --gold-deep: #b08d44;
  --warm-gold: #ead8a8;
  --pearl-white: #f8f8f5;
  --white: #ffffff;
  --charcoal: #20242c;
  --steel-grey: #6d7480;
  --steel-light: #9aa1ad;
  --line: #e6e7ea;
  --line-dark: rgba(255,255,255,0.12);

  --gold-gradient: linear-gradient(135deg, #b08d44 0%, #c8a45d 45%, #ead8a8 100%);
  --blue-gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  --navy-gradient: linear-gradient(135deg, #0b163d 0%, #11214f 100%);

  --shadow-sm: 0 2px 10px rgba(11,22,61,0.06);
  --shadow-md: 0 10px 30px rgba(11,22,61,0.10);
  --shadow-lg: 0 24px 60px rgba(11,22,61,0.16);
  --shadow-gold: 0 12px 30px rgba(200,164,93,0.28);

  --radius: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --transition: all .3s cubic-bezier(.22,.61,.36,1);

  --font-display: 'Fraunces', Georgia, serif;
  --font-head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --max-width: 1920px;
  --header-h: 76px;
}

/* ---- Reset & base ---- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--pearl-white);
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; object-position: top center; }
a { color: var(--innovation-blue); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-deep); }
ul { list-style: none; }
::selection { background: var(--premium-gold); color: var(--entrepreneur-navy); }
:focus-visible { outline: 3px solid var(--innovation-blue); outline-offset: 2px; }

/* ---- Typography ---- */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); line-height: 1.18; color: var(--entrepreneur-navy); font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.65rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: 1rem; color: var(--charcoal); }
p:last-child { margin-bottom: 0; }
.lead { font-size: 1.12rem; color: var(--steel-grey); }
.display { font-family: var(--font-display); font-weight: 600; }

.gold-text { color: var(--gold-deep); }
.blue-text { color: var(--innovation-blue); }
.text-center { text-align: center; }

/* ---- Layout ---- */
.container { width: 92%; max-width: var(--max-width); margin: 0 auto; padding: 0 0.75rem; }
.section { padding: 84px 0; position: relative; }
.section-sm { padding: 54px 0; }
.section-navy { background: var(--navy-gradient); color: var(--pearl-white); }
.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4 { color: var(--white); }
.section-navy p { color: rgba(255,255,255,0.82); }
.section-pearl { background: var(--pearl-white); }
.section-white { background: var(--white); }
.section-tint { background: linear-gradient(180deg, #fff 0%, #f1f3f8 100%); }

/* ---- Grid ---- */
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
@media (max-width: 1024px){ .grid-4{grid-template-columns:repeat(2,1fr);} .grid-3{grid-template-columns:repeat(2,1fr);} }
@media (max-width: 640px){ .grid-2,.grid-3,.grid-4{grid-template-columns:1fr;} }

/* ---- Section header ---- */
.section-header { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-header.left { margin-left: 0; text-align: left; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep);
  padding: 7px 16px; border: 1px solid rgba(200,164,93,.5); border-radius: 40px; margin-bottom: 16px;
}
.section-navy .eyebrow { color: var(--warm-gold); border-color: rgba(234,216,168,.4); }
.section-header h2 { margin-bottom: 14px; }
.divider { width: 64px; height: 3px; background: var(--gold-gradient); border-radius: 3px; margin: 16px auto 0; }
.section-header.left .divider { margin-left: 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 700; font-size: .92rem; letter-spacing: .01em;
  padding: 14px 28px; border-radius: 44px; border: 2px solid transparent; cursor: pointer;
  transition: var(--transition); white-space: nowrap; text-align: center;
}
.btn-lg { padding: 17px 36px; font-size: 1rem; }
.btn-gold { background: var(--gold-gradient); color: var(--entrepreneur-navy); box-shadow: var(--shadow-gold); }
.btn-gold:hover { color: var(--entrepreneur-navy); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(200,164,93,.4); }
.btn-blue { background: var(--blue-gradient); color: #fff; box-shadow: 0 10px 26px rgba(37,99,235,.32); }
.btn-blue:hover { color: #fff; transform: translateY(-3px); }
.btn-navy { background: var(--entrepreneur-navy); color: #fff; }
.btn-navy:hover { background: var(--navy-soft); color: #fff; transform: translateY(-3px); }
.btn-outline { background: transparent; color: var(--entrepreneur-navy); border-color: rgba(11,22,61,.25); }
.btn-outline:hover { border-color: var(--premium-gold); color: var(--gold-deep); }
.section-navy .btn-outline { color: #fff; border-color: rgba(255,255,255,.4); }
.section-navy .btn-outline:hover { border-color: var(--premium-gold); color: var(--warm-gold); }

/* ---- Announcement bar ---- */
.announce { background: var(--entrepreneur-navy); color: var(--warm-gold); text-align: center; font-size: .85rem; padding: 9px 16px; font-weight: 500; }
.announce a { color: var(--white); font-weight: 700; text-decoration: underline; }

/* ---- Header / nav ---- */
.site-header { position: sticky; top: 0; z-index: 900; background: rgba(248,248,245,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); transition: var(--transition); }
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(255,255,255,.96); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 44px; height: 44px; border-radius: 12px; background: var(--gold-gradient); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--entrepreneur-navy); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: var(--font-head); font-size: 1.04rem; font-weight: 800; color: var(--entrepreneur-navy); }
.brand-text span { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--steel-grey); font-weight: 600; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: block; padding: 10px 13px; font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--entrepreneur-navy); }
.nav-menu > li > a:hover, .nav-menu > li.active > a { color: var(--innovation-blue); }
.nav-menu .dropdown { position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--transition); }
.nav-menu li:hover > .dropdown, .nav-menu li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .dropdown a { display: block; padding: 9px 13px; border-radius: 6px; font-size: .84rem; font-weight: 500; color: var(--charcoal); }
.nav-menu .dropdown a:hover { background: var(--pearl-white); color: var(--innovation-blue); }
.nav-cta { background: var(--gold-gradient); color: var(--entrepreneur-navy) !important; border-radius: 40px; padding: 10px 20px !important; font-weight: 700 !important; box-shadow: var(--shadow-gold); }
.nav-cta:hover { transform: translateY(-2px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--entrepreneur-navy); border-radius: 2px; transition: var(--transition); }
.nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity: 0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1080px){
  .nav-toggle { display: flex; }
  .nav-menu { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px; max-height: 0; overflow: hidden; transition: max-height .4s ease; box-shadow: var(--shadow-md); }
  .nav-menu.open { max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .nav-menu > li > a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .nav-menu .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 14px; min-width: 0; }
  .nav-cta { text-align: center; margin-top: 8px; }
}

/* ---- Hero ---- */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, rgba(11,22,61,.92) 0%, rgba(11,22,61,.72) 45%, rgba(11,22,61,.45) 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 760px; padding: 80px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(234,216,168,.4); color: var(--warm-gold); font-weight: 600; font-size: .82rem; padding: 8px 18px; border-radius: 40px; margin-bottom: 22px; backdrop-filter: blur(6px); }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 .display { color: var(--warm-gold); }
.hero p { color: rgba(255,255,255,.86); font-size: 1.15rem; max-width: 620px; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 38px; margin-top: 44px; }
.hero-stats .num { font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; color: var(--warm-gold); }
.hero-stats .lbl { font-size: .8rem; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .08em; }

/* ---- Page hero (interior) ---- */
.page-hero { position: relative; padding: calc(var(--header-h) - 20px) 0 64px; color: #fff; overflow: hidden; }
.page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; z-index: 0; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(11,22,61,.94), rgba(11,22,61,.7)); z-index: 1; }
.page-hero .container { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 10px; }
.page-hero h1 { color: #fff; margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,.85); max-width: 680px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; margin-bottom: 18px; color: rgba(255,255,255,.7); }
.breadcrumb a { color: var(--warm-gold); }
.breadcrumb .sep { opacity: .5; }
.page-hero .btn-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }

/* ---- Cards ---- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); display: flex; flex-direction: column; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(200,164,93,.5); }
.card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--navy-soft); }
.card-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { color: var(--entrepreneur-navy); }
.card-body p { color: var(--steel-grey); font-size: .94rem; }
.card-tag { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }
.card-link { margin-top: auto; font-family: var(--font-head); font-weight: 700; font-size: .86rem; color: var(--innovation-blue); display: inline-flex; align-items: center; gap: 6px; }
.card-link:hover { gap: 11px; }

/* icon/feature cards */
.icard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: var(--transition); }
.icard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(200,164,93,.5); }
.icard .ic { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 14px; display: grid; place-items: center; font-size: 1.6rem; background: rgba(37,99,235,.08); color: var(--innovation-blue); }
.icard h4 { color: var(--entrepreneur-navy); margin-bottom: 7px; }
.icard p { font-size: .88rem; color: var(--steel-grey); }
.section-navy .icard { background: rgba(255,255,255,.05); border-color: var(--line-dark); }
.section-navy .icard h4 { color: #fff; }
.section-navy .icard p { color: rgba(255,255,255,.72); }
.section-navy .icard .ic { background: rgba(234,216,168,.14); color: var(--warm-gold); }

/* stat strip */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat { text-align: center; padding: 12px; }
.stat .num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; color: var(--gold-deep); line-height: 1; }
.section-navy .stat .num { color: var(--warm-gold); }
.stat .lbl { margin-top: 8px; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--steel-grey); }
.section-navy .stat .lbl { color: rgba(255,255,255,.7); }
@media (max-width:640px){ .stats{grid-template-columns:repeat(2,1fr);} }

/* feature split (image+text alternating) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: 2; }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.split-body .eyebrow { margin-bottom: 14px; }
.split-body ul.ticks { margin: 18px 0; display: grid; gap: 10px; }
.split-body ul.ticks li { position: relative; padding-left: 30px; color: var(--charcoal); }
.split-body ul.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: var(--gold-gradient); color: var(--entrepreneur-navy); border-radius: 50%; font-size: .7rem; font-weight: 800; display: grid; place-items: center; }
@media (max-width: 880px){ .split{grid-template-columns:1fr; gap:32px;} .split.rev .split-media{order:0;} }

/* ---- Tabs ---- */
/* Full-width sticky tab nav bar */
.tab-nav-bar { width: 100%; position: sticky; top: var(--header-h); z-index: 80; background: var(--entrepreneur-navy); box-shadow: 0 4px 24px rgba(11,22,61,0.30); }
.tab-nav { display: flex; flex-wrap: nowrap; justify-content: center; gap: 0; overflow-x: auto; scrollbar-width: none; padding: 0 2%; margin: 0 auto; max-width: var(--max-width); border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.tab-nav::-webkit-scrollbar { display: none; }
.tab-btn { font-family: var(--font-head); font-weight: 600; font-size: .88rem; letter-spacing: .01em; color: rgba(255,255,255,0.65); background: transparent; border: 0; border-bottom: 3px solid transparent; padding: 16px 22px; cursor: pointer; transition: var(--transition); white-space: nowrap; flex: 0 0 auto; }
.tab-btn:hover { color: var(--premium-gold); border-bottom-color: rgba(200,164,93,0.5); }
.tab-btn.active { color: var(--premium-gold); border-bottom-color: var(--premium-gold); }
.tab-content { margin-top: 0; }
.tab-panel { display: none; animation: fade .5s ease; padding-top: 3rem; padding-bottom: 1rem; scroll-margin-top: calc(var(--header-h) + 60px); }
.tab-panel.active { display: block; }
/* Legacy: tabs with nav inside wrapper (other pages) */
.tabs .tab-nav { position: sticky; top: var(--header-h); }
@media (max-width: 768px){ .tab-nav { justify-content: flex-start; padding: 0 1rem; } .tab-btn { padding: 14px 16px; font-size: .82rem; } }

/* ---- FAQ accordion ---- */
.faq-list { max-width: 840px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 24px; font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--entrepreneur-navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ico { color: var(--gold-deep); font-size: 1.5rem; flex-shrink: 0; transition: var(--transition); }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--steel-grey); }
.section-navy .faq-item { background: rgba(255,255,255,.05); border-color: var(--line-dark); }
.section-navy .faq-q { color: #fff; }
.section-navy .faq-a-inner { color: rgba(255,255,255,.75); }
/* Fee/Cost FAQ tab — two questions per row */
#faqs .faq-list { max-width: none; grid-template-columns: 1fr 1fr; align-items: start; gap: 14px; }
@media (max-width: 720px) { #faqs .faq-list { grid-template-columns: 1fr; } }
/* About page FAQ tab — two questions per row */
.about-tabs-section #faq .faq-list { max-width: none; grid-template-columns: 1fr 1fr; align-items: start; gap: 14px; }
@media (max-width: 720px) { .about-tabs-section #faq .faq-list { grid-template-columns: 1fr; } }

/* ---- Video grid ---- */
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.video-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); }
.video-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-meta { padding: 18px 22px; }
.video-meta h4 { color: var(--entrepreneur-navy); margin-bottom: 3px; font-size: 1.02rem; }
.video-meta span { font-size: .82rem; color: var(--gold-deep); font-weight: 600; }
@media (max-width:1024px){ .video-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .video-grid{grid-template-columns:1fr;} }

/* ---- Logo / winners marquee wall ---- */
.wall { overflow: hidden; position: relative; padding: 8px 0; }
.wall::before,.wall::after { content:""; position:absolute; top:0; bottom:0; width:140px; z-index:2; pointer-events:none; }
.wall::before { left:0; background: linear-gradient(90deg, var(--pearl-white), transparent); }
.wall::after { right:0; background: linear-gradient(270deg, var(--pearl-white), transparent); }
.section-navy .wall::before { background: linear-gradient(90deg, #0b163d, transparent); }
.section-navy .wall::after { background: linear-gradient(270deg, #0b163d, transparent); }
.wall-row { display: flex; gap: 22px; width: max-content; margin-bottom: 22px; }
.wall-row.left { animation: marquee-l 46s linear infinite; }
.wall-row.right { animation: marquee-r 46s linear infinite; }
.wall:hover .wall-row { animation-play-state: paused; }
.logo-cell { flex:0 0 auto; width: 168px; height: 96px; background:#fff; border:1px solid var(--line); border-radius: 12px; display:grid; place-items:center; padding:16px; box-shadow: var(--shadow-sm); }
.logo-cell img { max-width:100%; max-height:100%; object-fit:contain; object-position:top center; filter: grayscale(1); opacity:.7; transition: var(--transition); }
.logo-cell:hover img { filter:none; opacity:1; }
.win-cell { flex:0 0 auto; width: 172px; text-align:center; }
.win-cell .ph { width: 135px; height: 135px; margin:0 auto 9px; border-radius:50%; overflow:hidden; border:3px solid #fff; box-shadow: var(--shadow-md); }
.win-cell .ph img { width:100%; height:100%; object-fit:cover; object-position:top center; }
.win-cell b { display:block; font-family: var(--font-head); font-size:.85rem; color: var(--entrepreneur-navy); }
.section-navy .win-cell b { color:#fff; }
.win-cell span { font-size:.72rem; color: var(--gold-deep); font-weight:600; }
@keyframes marquee-l { from{transform:translateX(0);} to{transform:translateX(-50%);} }
@keyframes marquee-r { from{transform:translateX(-50%);} to{transform:translateX(0);} }

/* ---- Gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gallery-grid a { display:block; aspect-ratio: 1/1; overflow:hidden; border-radius: 12px; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; object-position:top center; transition: transform .6s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
@media (max-width:1024px){ .gallery-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:640px){ .gallery-grid{grid-template-columns:repeat(2,1fr);} }

/* ---- Winner package & fee cards ---- */
.wp-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); overflow:hidden; transition: var(--transition); }
.wp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.wp-card .wp-img { aspect-ratio: 4/3; overflow:hidden; background: var(--navy-soft); }
.wp-card .wp-img img { width:100%; height:100%; object-fit:cover; object-position:top center; }
.wp-card .wp-b { padding: 22px; }
.wp-card h3 { margin-bottom: 8px; }
.wp-card p { font-size:.92rem; color: var(--steel-grey); }
.fee-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 28px; text-align:center; transition: var(--transition); position:relative; }
.fee-card.feat { border-color: var(--premium-gold); box-shadow: var(--shadow-gold); }
.fee-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.fee-card .tier { font-family: var(--font-head); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; color: var(--innovation-blue); margin-bottom: 12px; }
.fee-card .price { font-family: var(--font-display); font-size: 2.4rem; font-weight:700; color: var(--entrepreneur-navy); line-height:1; }
.fee-card .price small { display:block; font-family: var(--font-body); font-size:.86rem; color: var(--steel-grey); margin-top:7px; }
.fee-card ul { text-align:left; margin: 22px 0; display:grid; gap:0; }
.fee-card ul li { padding: 9px 0 9px 26px; position:relative; border-bottom:1px solid var(--line); font-size:.9rem; color: var(--charcoal); }
.fee-card ul li::before { content:"✓"; position:absolute; left:0; color: var(--gold-deep); font-weight:800; }
.pop { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background: var(--gold-gradient); color: var(--entrepreneur-navy); font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; padding:5px 16px; border-radius:30px; }

/* ---- CTA band ---- */
.cta-band { background: var(--navy-gradient); color:#fff; border-radius: var(--radius-xl); padding: 56px; text-align:center; position:relative; overflow:hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 20%, rgba(200,164,93,.18), transparent 55%); }
.cta-band > * { position:relative; z-index:1; }
.cta-band h2 { color:#fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 620px; margin: 0 auto 26px; }
.cta-row { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
@media (max-width:640px){ .cta-band{padding:38px 24px;} }

/* ---- Process / timeline steps ---- */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; counter-reset: step; }
.step { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 22px; position:relative; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-size: 1.7rem; font-weight:700; color: var(--premium-gold); display:block; margin-bottom: 10px; }
.step h4 { color: var(--entrepreneur-navy); margin-bottom: 6px; }
.step p { font-size:.88rem; color: var(--steel-grey); }
.section-navy .step { background: rgba(255,255,255,.05); border-color: var(--line-dark); }
.section-navy .step h4 { color:#fff; }
.section-navy .step p { color: rgba(255,255,255,.72); }
/* How It Works (About page) — number & title on the same row */
#process .step { display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
#process .step::before { margin-bottom:0; line-height:1; }
#process .step h4 { margin-bottom:0; }
#process .step p { flex-basis:100%; margin-top:8px; }
@media (max-width:1024px){ .steps{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .steps{grid-template-columns:1fr;} }

.timeline { max-width: 820px; margin: 0 auto; display:grid; gap:0; }
.t-item { display:grid; grid-template-columns: 140px 1fr; gap: 26px; padding: 22px 0; border-bottom:1px solid var(--line); }
.t-item .t-when { font-family: var(--font-head); font-weight:700; color: var(--innovation-blue); }
.t-item h4 { margin-bottom: 5px; }
.section-navy .t-item { border-color: var(--line-dark); }
@media (max-width:560px){ .t-item{grid-template-columns:1fr; gap:6px;} }

/* ---- Blog layout ---- */
.blog-layout { display:grid; grid-template-columns: 1fr 340px; gap: 44px; align-items:start; }
.sidebar { position: sticky; top: calc(var(--header-h) + 16px); display:grid; gap: 22px; }
.widget { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.widget h4 { font-size: 1rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--warm-gold); }
.widget ul { display:grid; gap:9px; }
.widget ul li a { color: var(--charcoal); font-size:.9rem; font-weight:500; }
.widget ul li a:hover { color: var(--innovation-blue); }
.widget .btn { width:100%; margin-bottom: 10px; }
.widget-cta { background: var(--navy-gradient); color:#fff; text-align:center; }
.widget-cta h4 { color:#fff; border-color: rgba(234,216,168,.4); }
.widget-cta p { color: rgba(255,255,255,.82); font-size:.88rem; margin-bottom:14px; }
.wa-btn { display:inline-flex; align-items:center; gap:8px; background:#25d366; color:#fff; font-weight:700; padding:12px 20px; border-radius:40px; width:100%; justify-content:center; }
.wa-btn:hover { color:#fff; filter:brightness(1.05); }
@media (max-width:980px){ .blog-layout{grid-template-columns:1fr;} .sidebar{position:static;} }

.article-body { max-width: 760px; }
.article-body h2 { margin: 34px 0 14px; }
.article-body h3 { margin: 26px 0 10px; }
.article-body p { margin-bottom: 18px; color: var(--charcoal); }
.article-body ul:not(.ticks) { margin: 0 0 18px 22px; list-style: disc; color: var(--charcoal); }
.article-body img { border-radius: var(--radius-lg); margin: 24px 0; }

/* ---- Contact ---- */
.contact-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.contact-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; text-align:center; }
.contact-card .ic { width:58px; height:58px; margin:0 auto 14px; border-radius:14px; background: rgba(37,99,235,.08); color: var(--innovation-blue); display:grid; place-items:center; font-size:1.5rem; }
.contact-card a { font-weight:600; }
.map-wrap { border-radius: var(--radius-lg); overflow:hidden; border:1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe { width:100%; height:420px; border:0; display:block; }
@media (max-width:760px){ .contact-grid{grid-template-columns:1fr;} }

/* ---- Footer ---- */
.site-footer { background: var(--entrepreneur-navy); color: rgba(255,255,255,.72); padding: 64px 0 0; }
.footer-grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
.footer-brand .brand-text b { color:#fff; }
.footer-brand > p { margin: 18px 0; font-size:.9rem; max-width: 340px; }
.f-contact { display:grid; gap:9px; font-size:.88rem; }
.f-contact a { color: rgba(255,255,255,.8); display:flex; gap:9px; align-items:flex-start; }
.f-contact a:hover { color: var(--warm-gold); }
.socials { display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }
.socials a { width:52px; height:52px; border-radius:12px; background: rgba(255,255,255,.10); display:grid; place-items:center; color:#fff; font-weight:700; font-size:1.1rem; transition: var(--transition); }
.socials a:hover { background: var(--gold-gradient); color: var(--entrepreneur-navy); transform: translateY(-2px); }
.footer-col h5 { color:#fff; font-size:.82rem; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; }
.footer-col ul { display:grid; gap:10px; }
.footer-col ul li a { color: rgba(255,255,255,.72); font-size:.9rem; }
.footer-col ul li a:hover { color: var(--warm-gold); }
.footer-legal { padding: 22px 0; display:flex; flex-wrap:wrap; gap: 8px 18px; justify-content:center; border-bottom:1px solid var(--line-dark); }
.footer-legal a { color: rgba(255,255,255,.6); font-size:.8rem; }
.footer-legal a:hover { color: var(--warm-gold); }
.footer-bottom { padding: 20px 0; text-align:center; font-size:.82rem; color: rgba(255,255,255,.55); }
@media (max-width:980px){ .footer-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:560px){ .footer-grid{grid-template-columns:1fr;} }

/* ---- Misc ---- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 34px 0 14px; }
.prose h3 { margin: 24px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul:not(.ticks) { margin: 0 0 18px 22px; list-style: disc; }
.pill-list { display:flex; flex-wrap:wrap; gap:10px; }
.pill { background:#fff; border:1px solid var(--line); border-radius:40px; padding:8px 16px; font-size:.84rem; font-weight:600; color: var(--entrepreneur-navy); }
.section-navy .pill { background: rgba(255,255,255,.06); border-color: var(--line-dark); color:#fff; }
img[loading] { background: var(--navy-soft); }
.scroll-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; background: var(--entrepreneur-navy); color:#fff; border:0; cursor:pointer; opacity:0; visibility:hidden; transition: var(--transition); z-index: 800; box-shadow: var(--shadow-md); font-size:1.2rem; }
.scroll-top.show { opacity:1; visibility:visible; }
.scroll-top:hover { background: var(--gold-deep); }

@keyframes fade { from{opacity:0; transform: translateY(8px);} to{opacity:1; transform:none;} }
@media (prefers-reduced-motion: reduce){ *,*::before,*::after{ animation-duration:.001ms !important; transition-duration:.001ms !important; } .wall-row{animation:none !important;} }

/* About page tabs section — pull tab-nav-bar flush between header-section and content */
.about-tabs-section { padding-bottom: 0; }
.about-tabs-section > .container:last-of-type { padding-top: 0; padding-bottom: 72px; }


/* ============================================================
   FEE & WINNER PACKAGE TAB SYSTEM — Extended Components
   ============================================================ */

/* Notice / important info boxes */
.notice-box { border-left: 4px solid var(--premium-gold); background: #fffbf2; border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; margin: 22px 0; }
.notice-box.notice-red { border-left-color: #e53e3e; background: #fff5f5; }
.notice-box p { margin: 0; font-size: .92rem; color: var(--charcoal); }
.notice-box strong { color: var(--entrepreneur-navy); }

/* Benefit icon cards */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 32px 0; }
.benefit-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 24px; transition: var(--transition); }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--premium-gold); }
.benefit-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--gold-gradient); display: grid; place-items: center; font-size: 1.2rem; }
.benefit-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.benefit-card h4 { font-family: var(--font-head); font-size: .97rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0; }
.benefit-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.benefit-card ul li { font-size: .875rem; color: var(--steel-grey); padding-left: 18px; position: relative; }
.benefit-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--premium-gold); font-weight: 700; font-size: .75rem; top: 1px; }
@media (max-width: 1024px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .benefit-grid { grid-template-columns: 1fr; } }

/* Cost comparison cards (Tab 1) */
.cost-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.cost-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; }
.cost-card.cost-featured { border-color: var(--premium-gold); box-shadow: var(--shadow-gold); }
.cost-card h3 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0 0 6px; }
.cost-card .cost-label { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--premium-gold); margin-bottom: 14px; display: block; }
.cost-card p { font-size: .9rem; color: var(--steel-grey); margin: 0 0 18px; }
.cost-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.cost-card ul li { font-size: .875rem; color: var(--charcoal); padding-left: 22px; position: relative; }
.cost-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--premium-gold); font-weight: 800; }
.cost-card ul li.cross::before { content: "✗"; color: #e53e3e; }
@media (max-width: 640px) { .cost-compare { grid-template-columns: 1fr; } }

/* Pricing comparison table */
.pricing-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); margin: 28px 0; }
.pricing-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.pricing-table thead th { background: var(--entrepreneur-navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .82rem; padding: 16px 14px; text-align: center; white-space: nowrap; border-right: 1px solid rgba(255,255,255,0.12); }
.pricing-table thead th:first-child { text-align: left; min-width: 200px; background: var(--navy-700); }
.pricing-table thead th.feat-col { background: var(--premium-gold); color: var(--entrepreneur-navy); }
.pricing-table tbody tr:nth-child(even) { background: var(--pearl-white); }
.pricing-table tbody tr:hover { background: #fffbf0; }
.pricing-table td { padding: 13px 14px; font-size: .85rem; color: var(--charcoal); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.pricing-table td:first-child { text-align: left; font-weight: 600; color: var(--entrepreneur-navy); background: #fafafa; }
.pricing-table td.feat-col { background: #fffbee; color: var(--entrepreneur-navy); font-weight: 600; border-right: 2px solid var(--premium-gold); border-left: 2px solid var(--premium-gold); }
.pricing-table .price-row td { font-weight: 700; font-size: 1rem; color: var(--entrepreneur-navy); }
.pricing-table .price-row td.feat-col { color: var(--gold-deep); font-size: 1.1rem; }
.pricing-table .yes { color: #15803d; font-weight: 700; }
.pricing-table .no { color: #9aa1ad; }
.pricing-table tfoot td { background: var(--pearl-white); font-size: .8rem; color: var(--steel-grey); padding: 12px 14px; text-align: center; }
.pricing-table tfoot td:first-child { text-align: left; }

/* Winner Package inclusions grid */
.wp-inclusions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.wp-item-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); }
.wp-item-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.wp-item-img { aspect-ratio: 4/3; overflow: hidden; background: #f0f0ec; display: flex; align-items: center; justify-content: center; }
.wp-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.wp-item-body { padding: 22px 20px; }
.wp-item-body h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0 0 10px; }
.wp-item-body p { font-size: .875rem; color: var(--steel-grey); margin: 0; line-height: 1.65; }
@media (max-width: 1024px) { .wp-inclusions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .wp-inclusions-grid { grid-template-columns: 1fr; } }

/* Winner package fee pricing cards (above table) */
.wp-pkg-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 28px 0; }
.wp-pkg-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 18px 22px; text-align: center; position: relative; transition: var(--transition); }
.wp-pkg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.wp-pkg-card.wp-featured { border-color: var(--premium-gold); box-shadow: var(--shadow-gold); }
.wp-pkg-card .wp-pkg-name { font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--steel-grey); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.wp-pkg-card .wp-pkg-price { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0 0 4px; }
.wp-pkg-card .wp-pkg-best { font-size: .78rem; color: var(--steel-grey); margin: 0 0 18px; }
.wp-pkg-card .btn { width: 100%; justify-content: center; font-size: .8rem; padding: 10px 14px; }
@media (max-width: 1100px) { .wp-pkg-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .wp-pkg-cards { grid-template-columns: 1fr 1fr; gap: 12px; } }
@media (max-width: 400px) { .wp-pkg-cards { grid-template-columns: 1fr; } }

/* Important notes list */
.notes-section { margin: 32px 0; }
.notes-section h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.notes-list { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 12px; }
.notes-list li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px 14px 52px; font-size: .9rem; color: var(--charcoal); line-height: 1.6; position: relative; }
.notes-list li::before { content: attr(data-n); position: absolute; left: 14px; top: 13px; width: 26px; height: 26px; background: var(--gold-gradient); color: var(--entrepreneur-navy); border-radius: 50%; font-size: .73rem; font-weight: 800; display: grid; place-items: center; font-family: var(--font-head); }
.notes-list li strong { color: var(--entrepreneur-navy); }

/* Two-column FAQ sections */
.faq-section-heading { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: var(--entrepreneur-navy); margin: 0 0 20px; padding-bottom: 12px; border-bottom: 3px solid var(--premium-gold); display: inline-block; }
.faq-two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 40px; }
@media (max-width: 900px) { .faq-two-cols { grid-template-columns: 1fr; gap: 0; } }

/* Final CTA band in tabs */
.tab-cta-band { background: var(--navy-gradient); color: #fff; border-radius: var(--radius-xl); padding: 52px 48px; text-align: center; margin-top: 48px; }
.tab-cta-band h2 { font-family: var(--font-display); font-size: 1.8rem; color: #fff; margin: 0 0 14px; }
.tab-cta-band p { color: rgba(255,255,255,0.8); max-width: 640px; margin: 0 auto 28px; font-size: .95rem; line-height: 1.7; }
.tab-cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 640px) { .tab-cta-band { padding: 36px 24px; } .tab-cta-band h2 { font-size: 1.4rem; } }

/* Tab intro prose */
.tab-intro { max-width: 820px; margin: 0 0 32px; }
.tab-intro p { font-size: .95rem; color: var(--steel-grey); line-height: 1.8; margin-bottom: 12px; }
.tab-intro .merit-note { background: var(--entrepreneur-navy); color: var(--warm-gold); border-radius: var(--radius); padding: 14px 20px; font-size: .9rem; font-weight: 600; display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; }

/* Ticks for benefit-card style */
.ticks-plain { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ticks-plain li { font-size: .875rem; color: var(--charcoal); padding-left: 20px; position: relative; line-height: 1.55; }
.ticks-plain li::before { content: "✓"; position: absolute; left: 0; color: var(--premium-gold); font-weight: 700; font-size: .78rem; top: 1px; }

/* Scroll hint on mobile for tables */
.table-scroll-hint { display: none; font-size: .75rem; color: var(--steel-grey); text-align: right; margin-bottom: 6px; }
@media (max-width: 768px) { .table-scroll-hint { display: block; } }

/* ============================================================
   WINNER PACKAGE PRICING — Card layout (Tab 9)
   ============================================================ */
.wpp-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 36px 0 28px;
  align-items: stretch;
}

/* Base card */
.wpp-card {
  background: #fff;
  border: 1px solid #e4e0d8;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 32px 24px 24px;
}
.wpp-card + .wpp-card { border-left: none; }

/* Featured cards (Super Deluxe, Royal) */
.wpp-card.wpp-featured {
  border: 2px solid #b8973e;
  border-left: 2px solid #b8973e;
  z-index: 1;
  margin-top: -1px;
  margin-bottom: -1px;
}
.wpp-card.wpp-featured + .wpp-card.wpp-featured {
  border-left: none;
}

/* Badge pill */
.wpp-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #b8973e;
  color: #fff;
  font-family: var(--font-head);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 30px;
  white-space: nowrap;
}

/* Top section */
.wpp-top { margin-bottom: 20px; }
.wpp-name {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--entrepreneur-navy);
  margin: 0 0 8px;
}
.wpp-was {
  font-size: .82rem;
  color: #aaa;
  text-decoration: line-through;
  margin: 0 0 2px;
  font-family: var(--font-head);
}
.wpp-price {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  color: #b8973e;
  margin: 0 0 8px;
  line-height: 1;
}
.wpp-desc {
  font-size: .82rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

/* Inclusion list */
.wpp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  border-top: 1px solid #ede9e0;
  padding-top: 16px;
  display: grid;
  gap: 0;
}
.wpp-list li {
  font-size: .83rem;
  color: #3a3530;
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid #ede9e0;
  position: relative;
  line-height: 1.4;
}
.wpp-list li:last-child { border-bottom: none; }
.wpp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 11px;
  color: #b8973e;
  font-weight: 700;
  font-size: .8rem;
}

/* Footer / button */
.wpp-footer { margin-top: 24px; }
.wpp-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .85rem;
  padding: 13px 16px;
  border-radius: 40px;
  border: 2px solid #c8b87a;
  color: var(--entrepreneur-navy);
  background: #fff;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.wpp-btn:hover {
  background: #f5edd8;
  border-color: #b8973e;
}
.wpp-btn.wpp-btn-gold {
  background: #b8973e;
  border-color: #b8973e;
  color: #fff;
}
.wpp-btn.wpp-btn-gold:hover {
  background: #9e7e30;
  border-color: #9e7e30;
}

/* Responsive */
@media (max-width: 1200px) {
  .wpp-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .wpp-card + .wpp-card { border-left: 1px solid #e4e0d8; }
  .wpp-card.wpp-featured { margin: 0; border: 2px solid #b8973e; }
  .wpp-card.wpp-featured + .wpp-card.wpp-featured { border-left: 2px solid #b8973e; }
}
@media (max-width: 768px) {
  .wpp-cards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .wpp-card + .wpp-card { border-left: 1px solid #e4e0d8; }
}
@media (max-width: 480px) {
  .wpp-cards { grid-template-columns: 1fr; gap: 12px; }
  .wpp-price { font-size: 1.6rem; }
}

/* ============================================================
   Nominees / Winners Directory (nominees.html, winners.html)
   ============================================================ */
.dir-filters { display:flex; flex-wrap:wrap; gap:14px; align-items:flex-end; background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:20px 22px; box-shadow:var(--shadow-sm); margin-bottom:22px; }
.dir-filters .ffield { display:flex; flex-direction:column; gap:6px; }
.dir-filters label { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--steel-grey); }
.dir-filters select, .dir-filters input { font-family:inherit; font-size:.9rem; padding:10px 12px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--entrepreneur-navy); min-width:175px; }
.dir-filters .fsearch input { min-width:230px; }
.dir-filters .fclear { margin-left:auto; }
.dir-count { font-size:.9rem; color:var(--steel-grey); margin-bottom:14px; }
.dir-count b { color:var(--entrepreneur-navy); }
.dir-count a { color:var(--gold-deep); font-weight:600; }
.dir-table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; box-shadow:var(--shadow-sm); }
.dir-table { width:100%; border-collapse:collapse; font-size:.88rem; min-width:880px; }
.dir-table thead th { text-align:left; background:var(--entrepreneur-navy); color:#fff; font-family:var(--font-head); font-weight:600; font-size:.74rem; text-transform:uppercase; letter-spacing:.03em; padding:14px 16px; white-space:nowrap; position:sticky; top:0; z-index:1; }
.dir-table tbody td { padding:13px 16px; border-top:1px solid var(--line); vertical-align:middle; }
.dir-table tbody tr.row-main:hover { background:var(--pearl-white); }
.dir-num { color:var(--steel-grey); font-size:.8rem; }
.dir-photo-cell { width:58px; }
.dir-photo { width:46px; height:46px; border-radius:50%; object-fit:cover; object-position:top center; border:2px solid var(--premium-gold); background:var(--pearl-white); display:block; }
.dir-ph-fallback { width:46px; height:46px; border-radius:50%; display:grid; place-items:center; font-weight:700; color:#fff; background:linear-gradient(135deg,var(--premium-gold),var(--gold-deep)); font-size:1rem; }
.dir-name { font-weight:700; color:var(--entrepreneur-navy); }
.dir-sub { font-size:.78rem; color:var(--steel-grey); }
.dir-region { font-size:.76rem; color:var(--steel-grey); }
.dir-badge { display:inline-block; font-size:.72rem; font-weight:600; padding:3px 10px; border-radius:999px; background:rgba(109,116,128,.12); color:var(--entrepreneur-navy); white-space:nowrap; }
.dir-badge-gold { background:rgba(200,164,93,.16); color:var(--gold-deep); white-space:normal; }
.dir-cat { max-width:260px; }
.dir-links a { display:inline-grid; place-items:center; min-width:30px; height:28px; padding:0 6px; border-radius:7px; background:var(--pearl-white); color:var(--entrepreneur-navy); margin:2px 4px 2px 0; font-size:.7rem; font-weight:700; text-decoration:none; border:1px solid var(--line); }
.dir-links a:hover { background:var(--entrepreneur-navy); color:#fff; }
.dir-toggle { cursor:pointer; background:var(--entrepreneur-navy); color:#fff; border:0; border-radius:8px; padding:7px 13px; font-size:.78rem; font-weight:600; white-space:nowrap; transition:var(--transition); }
.dir-toggle:hover { background:var(--gold-deep); }
.dir-detail { display:none; }
.dir-detail.open { display:table-row; }
.dir-detail td { background:var(--pearl-white); padding:0; }
.dir-detail-inner { padding:20px 24px; display:grid; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); gap:14px 28px; border-top:2px solid var(--premium-gold); }
.dir-kv .k { font-size:.68rem; text-transform:uppercase; letter-spacing:.04em; color:var(--steel-grey); font-weight:700; margin-bottom:2px; }
.dir-kv .v { font-size:.88rem; color:var(--entrepreneur-navy); word-break:break-word; }
.dir-kv .v a { color:var(--gold-deep); }
.dir-empty { padding:46px 20px; text-align:center; color:var(--steel-grey); }
@media (max-width:640px){ .dir-filters .ffield { flex:1 1 140px; } .dir-filters select, .dir-filters input, .dir-filters .fsearch input { min-width:0; width:100%; } .dir-filters .fclear { margin-left:0; width:100%; } }

/* Directory — inline social/website links under designation */
.dir-links-inline { margin-top: 7px; }
.dir-links-inline a { margin: 0 5px 0 0; }
/* Directory — pagination */
.dir-pagination { display:flex; flex-wrap:wrap; gap:6px; justify-content:center; align-items:center; margin-top:24px; }
.pg-btn { min-width:38px; height:38px; padding:0 13px; border:1px solid var(--line); background:#fff; color:var(--entrepreneur-navy); border-radius:9px; font-family:var(--font-head); font-weight:600; font-size:.85rem; cursor:pointer; transition:var(--transition); }
.pg-btn:hover:not(:disabled):not(.active) { border-color:var(--premium-gold); color:var(--gold-deep); }
.pg-btn.active { background:var(--entrepreneur-navy); color:#fff; border-color:var(--entrepreneur-navy); }
.pg-btn:disabled { opacity:.45; cursor:not-allowed; }
.pg-gap { padding:0 4px; color:var(--steel-grey); }

/* Directory — link icons (website & social) */
.dir-links a { width:30px; padding:0; }
.dir-links svg { width:15px; height:15px; fill:currentColor; display:block; }

/* Nominees / Winners — disable text selection & copy (form fields excluded) */
.dir-noselect { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.dir-noselect input, .dir-noselect select, .dir-noselect textarea { -webkit-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text; }

/* Footer legal disclaimer */
.footer-disclaimer { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-dark); font-size: .72rem; line-height: 1.7; color: rgba(255,255,255,.55); text-align: justify; }
.footer-disclaimer strong { color: rgba(255,255,255,.78); }
.footer-disclaimer a { color: var(--warm-gold); text-decoration: underline; }
.footer-disclaimer a:hover { color: #fff; }

/* ---- Fixes: footer text visibility + centered section buttons ---- */
/* Footer description paragraph was inheriting dark --charcoal on navy (invisible) */
.site-footer p,
.site-footer .footer-brand > p { color: rgba(255,255,255,.75) !important; }
.footer-brand .brand-text span { color: rgba(255,255,255,.6); }
/* Center action buttons in full-width centered sections (e.g. "The Celebration") */
.section > .container > .btn-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* Testimonial videos — thumbnail facade, plays inline (no popup, no redirect) */
.video-facade { display:block; width:100%; padding:0; border:0; cursor:pointer; }
.video-facade img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.video-facade::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,22,61,.05), rgba(11,22,61,.35)); transition:var(--transition); }
.video-facade:hover::after { background:linear-gradient(180deg, rgba(11,22,61,.08), rgba(11,22,61,.5)); }
.video-play { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; width:62px; height:62px; border-radius:50%; background:var(--gold-gradient); color:var(--entrepreneur-navy); display:grid; place-items:center; font-size:1.35rem; padding-left:4px; box-shadow:var(--shadow-gold); transition:var(--transition); }
.video-facade:hover .video-play { transform:translate(-50%,-50%) scale(1.1); }
.video-frame.video-playing::after, .video-frame.video-playing .video-play { display:none; }
