:root {
  --ink: #0b1f33;
  --muted: #607184;
  --paper: #f4f8fb;
  --card: #ffffff;
  --navy: #071b30;
  --blue: #0e63e9;
  --blue-dark: #0848ad;
  --sun: #ffca42;
  --red: #e85156;
  --green: #159b77;
  --line: #dbe5ee;
  --shadow: 0 18px 55px rgba(14, 44, 78, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { left: 10px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.trust-strip {
  background: #061522;
  color: #c9d8e6;
  font-size: 12px;
  letter-spacing: .02em;
}
.trust-strip .container { display: flex; justify-content: center; gap: 24px; padding: 8px 0; }
.trust-strip span { display: inline-flex; align-items: center; gap: 7px; }
.trust-strip i { width: 7px; height: 7px; border-radius: 50%; background: #38c89e; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(219,229,238,.9);
  backdrop-filter: blur(16px);
}
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; font-size: 22px; }
.logo-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; color: #071b30; background: linear-gradient(135deg, var(--sun), #ffe99e); box-shadow: 0 8px 22px rgba(255,202,66,.35); }
.logo-mark svg { width: 23px; height: 23px; }
.logo b { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: #3c5369; text-decoration: none; font-size: 14px; font-weight: 750; }
.desktop-nav a:hover { color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff !important; background: var(--blue); box-shadow: 0 8px 22px rgba(14,99,233,.22); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  color: #fff;
  background: #071b30 url("manila-mobile-hero.webp") center/cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,32,.98) 0%, rgba(5,26,51,.93) 43%, rgba(5,29,55,.48) 72%, rgba(5,29,55,.22) 100%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; left: -180px; bottom: -250px; border-radius: 50%; background: rgba(14,99,233,.35); filter: blur(4px); }
.hero-grid { position: relative; z-index: 2; min-height: 660px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 70px; padding: 78px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #a9cfff; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--sun); }
.hero h1 { max-width: 720px; margin: 18px 0 20px; font-size: clamp(44px, 5.3vw, 74px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--sun); }
.hero-copy { max-width: 670px; margin: 0; color: #d5e2ee; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 850; cursor: pointer; box-shadow: 0 10px 28px rgba(14,99,233,.22); }
.button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button.secondary { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: blur(10px); }
.button.light { border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.hero-proof { align-self: end; display: grid; gap: 12px; padding-bottom: 12px; }
.proof-card { padding: 18px 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(6,22,40,.7); box-shadow: 0 18px 50px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.proof-card strong { display: block; margin-bottom: 4px; font-size: 15px; }
.proof-card p { margin: 0; color: #b9cad9; font-size: 13px; }
.proof-icon { float: left; width: 38px; height: 38px; margin: 1px 13px 0 0; display: grid; place-items: center; border-radius: 11px; color: var(--sun); background: rgba(255,202,66,.12); }

.quick-panel { position: relative; z-index: 4; margin-top: -58px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.quick-link { display: block; min-height: 150px; padding: 22px; background: #fff; text-decoration: none; transition: .2s ease; }
.quick-link:hover { position: relative; z-index: 2; background: #f8fbff; box-shadow: inset 0 -4px 0 var(--blue); }
.quick-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 20px; background: #e9f1ff; }
.quick-link:nth-child(2) .quick-icon { background: #fff3cb; }
.quick-link:nth-child(3) .quick-icon { background: #e4f7f0; }
.quick-link:nth-child(4) .quick-icon { background: #ffebec; }
.quick-link strong { display: block; margin-top: 15px; font-size: 16px; }
.quick-link span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }

.section { padding: 90px 0; }
.section.white { background: #fff; }
.section.dark { color: #fff; background: var(--navy); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.kicker { display: block; margin-bottom: 8px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section.dark .kicker { color: #7eb5ff; }
.section-head h2, .content-head h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); }
.section.dark .section-head > p { color: #aabfd2; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.feature-story { min-height: 460px; padding: 36px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius); color: #fff; background: linear-gradient(180deg, rgba(7,27,48,.08), rgba(7,27,48,.96)), url("editorial-hero.webp") center/cover no-repeat; box-shadow: var(--shadow); }
.feature-story h3 { max-width: 630px; margin: 12px 0 12px; font-size: 35px; line-height: 1.08; }
.feature-story p { max-width: 620px; margin: 0 0 22px; color: #d2e0eb; }
.mini-stories { display: grid; gap: 18px; }
.story-card { min-height: 140px; padding: 24px; display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; transition: .2s ease; }
.story-card:hover { border-color: #9fc4fa; transform: translateY(-2px); box-shadow: 0 12px 35px rgba(14,44,78,.09); }
.story-card .num { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #edf4ff; color: var(--blue); font-weight: 950; }
.story-card h3 { margin: 0 0 6px; font-size: 18px; line-height: 1.25; }
.story-card p { margin: 0; color: var(--muted); font-size: 14px; }

.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.promise { position: sticky; top: 112px; padding: 32px; border: 1px solid #1e3a54; border-radius: var(--radius); background: #0b2944; }
.promise h3 { margin: 12px 0 10px; font-size: 30px; }
.promise p { margin: 0; color: #b2c6d8; }
.promise-list { display: grid; gap: 15px; }
.promise-row { padding: 22px; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-bottom: 1px solid #234159; }
.promise-row:last-child { border-bottom: 0; }
.promise-row .check { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(56,200,158,.13); color: #38c89e; font-weight: 950; }
.promise-row h3 { margin: 0 0 5px; font-size: 18px; }
.promise-row p { margin: 0; color: #aabfd2; font-size: 14px; }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-card b { color: var(--blue); font-size: 12px; letter-spacing: .12em; }
.process-card h3 { margin: 12px 0 8px; }
.process-card p { margin: 0; color: var(--muted); }
.alert { margin-top: 26px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; border-left: 4px solid var(--red); border-radius: 10px; background: #fff0f1; color: #713b42; }
.alert strong { color: #982f3b; }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
summary { padding: 19px 22px; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--blue); font-size: 21px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

.cta-band { padding: 35px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: var(--radius); color: #fff; background: linear-gradient(115deg, #0b56c8, #0c2e62); box-shadow: var(--shadow); }
.cta-band h2 { margin: 0 0 5px; font-size: 28px; }
.cta-band p { margin: 0; color: #d1e2f6; }
.disclosure { margin-top: 14px; color: var(--muted); font-size: 12px; }

.site-footer { padding: 55px 0 28px; color: #b6c6d5; background: #061522; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-grid h3 { color: #fff; margin: 0 0 12px; }
.footer-grid p { max-width: 500px; margin: 0; }
.footer-grid a { display: block; margin: 7px 0; color: #c9d8e6; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 38px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #183149; font-size: 12px; }

/* Guide pages */
.content-hero { padding: 74px 0 62px; color: #fff; background: linear-gradient(120deg, #071b30, #0c3f79); }
.breadcrumb { margin-bottom: 20px; color: #abc2d8; font-size: 13px; }
.breadcrumb a { color: #d6e8fa; text-decoration: none; }
.content-head { max-width: 850px; }
.content-head p { max-width: 720px; margin: 18px 0 0; color: #cfdeeb; font-size: 18px; }
.updated { display: inline-flex; margin-top: 20px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #bcd1e4; font-size: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; padding: 64px 0 90px; align-items: start; }
.article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(14,44,78,.07); }
.article-body { padding: 38px; }
.article h2 { margin: 38px 0 12px; font-size: 28px; line-height: 1.2; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 25px 0 8px; font-size: 20px; }
.article p { color: #445b70; }
.article ul, .article ol { color: #445b70; padding-left: 22px; }
.article li { margin: 8px 0; }
.answer-box { padding: 19px 21px; border-left: 4px solid var(--blue); border-radius: 10px; background: #edf5ff; }
.answer-box p { margin: 0; color: #24435f; }
.danger-box { margin: 26px 0; padding: 19px 21px; border: 1px solid #ffc6ca; border-radius: 12px; background: #fff0f1; }
.danger-box strong { color: #a52d39; }
.check-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.check-table th, .check-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.check-table th { background: #f0f5f9; }
.side-card { margin-bottom: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.side-card h3 { margin: 0 0 9px; }
.side-card p { margin: 0; color: var(--muted); font-size: 14px; }
.side-card a { display: block; margin-top: 12px; color: var(--blue); text-decoration: none; font-weight: 800; }
.toc { position: sticky; top: 104px; }
.toc a { display: block; padding: 7px 0; color: #4f6578; text-decoration: none; font-size: 14px; }
.toc a:hover { color: var(--blue); }
.rich-guide-hero { padding: 58px 0; }
.rich-guide-grid { display: grid; grid-template-columns: 1.12fr .72fr; gap: 48px; align-items: center; }
.rich-guide-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.bonus-hero { background: linear-gradient(120deg, #271546, #674027); }
.games-hero { background: linear-gradient(120deg, #071b30, #4a204f); }
.guide-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 23px 0; }
.guide-choice-grid a { padding: 15px; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; background: #f8fbfe; }
.guide-choice-grid b, .guide-choice-grid span { display: block; }
.guide-choice-grid span { color: var(--muted); font-size: 12px; }
.referral-card { border-color: #f1d68c; background: #fffaf0; }
.referral-card small { display: block; margin-top: 8px; color: var(--muted); }
.referral-card .side-action { padding: 10px 12px; border-radius: 10px; color: #071b30; background: var(--sun); text-align: center; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .desktop-nav.open { position: absolute; display: grid; right: 20px; top: 70px; min-width: 230px; padding: 18px; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .trust-grid { grid-template-columns: 1fr; }
  .promise { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .rich-guide-grid { grid-template-columns: 1fr; }
  .rich-guide-grid img { max-width: 620px; }
  .toc { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .trust-strip .container span:nth-child(n+2) { display: none; }
  .hero { min-height: auto; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(4,17,32,.98), rgba(5,26,51,.8)); }
  .hero-grid { min-height: 620px; padding: 62px 0 110px; }
  .hero-copy { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; }
  .quick-grid, .process, .footer-grid { grid-template-columns: 1fr; }
  .quick-link { min-height: 120px; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 12px; }
  .feature-story { min-height: 420px; padding: 25px; }
  .feature-story h3 { font-size: 29px; }
  .cta-band, .footer-bottom { display: block; }
  .cta-band .button { margin-top: 20px; width: 100%; }
  .article-body { padding: 24px; }
  .check-table { font-size: 13px; }
  .guide-choice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Homepage V2 */
.hero-v2 { min-height: 690px; }
.hero-grid-v2 { min-height: 690px; grid-template-columns: 1.1fr .72fr; }
.hero-grid-v2 .hero-copy { max-width: 650px; }
.sun-button { color: #071b30; background: var(--sun); box-shadow: 0 12px 30px rgba(255,202,66,.26); }
.sun-button:hover { color: #071b30; background: #ffd765; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.hero-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d8e5ef; background: rgba(6,21,34,.44); font-size: 12px; }
.intent-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(3,17,31,.76); box-shadow: 0 28px 70px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.intent-panel-head { display: flex; align-items: center; gap: 11px; padding: 19px 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.intent-panel-head b, .intent-panel-head small { display: block; }
.intent-panel-head small { color: #9cb3c8; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #36c89c; box-shadow: 0 0 0 6px rgba(54,200,156,.12); }
.intent-panel > a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; min-height: 76px; padding: 14px 19px; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; text-decoration: none; transition: .2s ease; }
.intent-panel > a:last-child { border-bottom: 0; }
.intent-panel > a:hover { padding-left: 23px; background: rgba(255,255,255,.07); }
.intent-panel a b, .intent-panel a small { display: block; }
.intent-panel a small { color: #9fb3c5; font-size: 12px; }
.intent-panel a em { color: var(--sun); font-style: normal; font-size: 20px; }
.intent-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; font-weight: 900; }
.intent-icon.gold { color: #071b30; background: var(--sun); }
.intent-icon.violet { background: #7c51df; }
.intent-icon.green { background: #168d72; }
.intent-icon.blue { background: #1767da; }

.finder-wrap { position: relative; z-index: 5; margin-top: -58px; }
.finder-card { display: grid; grid-template-columns: .72fr 1.3fr; gap: 14px 28px; align-items: center; padding: 25px 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.finder-copy span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.finder-copy h2 { margin: 2px 0 0; font-size: 23px; letter-spacing: -.03em; }
.finder-input { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 54px; padding: 0 14px; border: 1px solid #c9d8e6; border-radius: 14px; background: #f8fbfe; }
.finder-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(14,99,233,.1); }
.finder-input > span { color: var(--blue); font-size: 26px; line-height: 1; }
.finder-input input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.finder-input button { border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 800; }
.search-chips { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.search-chips button { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #425a70; background: #fff; cursor: pointer; font-size: 12px; font-weight: 750; }
.search-chips button:hover { color: var(--blue); border-color: #9bbef0; background: #f4f8ff; }

.discovery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.discovery-card { position: relative; min-height: 270px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 19px; color: var(--ink); background: #fff; text-decoration: none; overflow: hidden; transition: .22s ease; }
.discovery-card::after { content: ""; position: absolute; width: 120px; height: 120px; top: -65px; right: -55px; border-radius: 50%; background: #e7f0ff; }
.discovery-card:hover { transform: translateY(-5px); border-color: #a8c7f3; box-shadow: 0 18px 38px rgba(11,47,85,.1); }
.discovery-card[hidden] { display: none; }
.card-badge { align-self: flex-start; padding: 5px 9px; border-radius: 999px; color: #31536f; background: #edf4fa; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.card-symbol { width: 45px; height: 45px; margin: 24px 0 18px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue); font-size: 22px; font-weight: 950; }
.brand-card .card-symbol { color: #071b30; background: var(--sun); }
.offer-card .card-symbol { background: #7c51df; }
.game-card .card-symbol { background: #e65d3c; }
.help-card .card-symbol { background: #168d72; }
.safety-card .card-symbol { background: #31506b; }
.discovery-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
.discovery-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.card-link { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 850; }
.no-results { padding: 34px; border: 1px dashed #b7c8d8; border-radius: 18px; text-align: center; background: #f8fbfd; }
.no-results p { margin: 4px 0 0; color: var(--muted); }

.game-showcase { background: linear-gradient(135deg, #edf5ff, #f5f0ff); }
.showcase-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.showcase-visual { position: relative; overflow: hidden; border-radius: 27px; background: #061522; box-shadow: 0 26px 60px rgba(9,38,70,.2); }
.showcase-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.showcase-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.showcase-visual > span { position: absolute; left: 18px; bottom: 18px; padding: 7px 11px; border-radius: 999px; color: #071b30; background: var(--sun); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.showcase-copy h2, .brand-spotlight h2 { margin: 8px 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -.045em; }
.showcase-copy > p, .brand-spotlight-copy > p { color: var(--muted); font-size: 17px; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 25px 0; }
.category-list a { padding: 14px; border: 1px solid #cfdeeb; border-radius: 13px; background: rgba(255,255,255,.75); text-decoration: none; }
.category-list b, .category-list span { display: block; }
.category-list span { color: var(--muted); font-size: 12px; }
.text-link { color: var(--blue); font-weight: 850; text-decoration: none; }

.brand-spotlight { display: grid; grid-template-columns: 1fr .85fr; gap: 54px; align-items: center; }
.spotlight-points { margin: 24px 0; padding: 0; list-style: none; }
.spotlight-points li { display: flex; align-items: center; gap: 13px; margin: 11px 0; color: #365068; }
.spotlight-points span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #edf4ff; font-size: 11px; font-weight: 900; }
.brand-spotlight-visual { position: relative; overflow: hidden; border-radius: 27px; background: var(--navy); box-shadow: var(--shadow); }
.brand-spotlight-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.visual-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; color: #fff; background: rgba(4,19,34,.82); backdrop-filter: blur(12px); }
.visual-caption b, .visual-caption span { display: block; }
.visual-caption span { color: #b7c9d8; font-size: 12px; }
.help-panel { margin: 0; padding: 35px 0 85px; background: #fff; }
.cta-label { display: block; margin-bottom: 7px; color: #bcd6f5; font-size: 10px; font-weight: 900; letter-spacing: .1em; }

@media (max-width: 1100px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .hero-grid-v2, .showcase-grid, .brand-spotlight { grid-template-columns: 1fr; }
  .intent-panel { max-width: 660px; }
  .finder-card { grid-template-columns: 1fr; }
  .search-chips { grid-column: 1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .hero-v2, .hero-grid-v2 { min-height: auto; }
  .hero-grid-v2 { padding-bottom: 94px; }
  .hero-v2 h1 { font-size: clamp(42px, 13vw, 58px); }
  .intent-panel > a { padding: 12px 14px; }
  .finder-wrap { margin-top: -42px; }
  .finder-card { padding: 20px; }
  .finder-input { min-height: 50px; }
  .discovery-grid, .category-list, .footer-grid { grid-template-columns: 1fr; }
  .discovery-card { min-height: 235px; }
  .showcase-grid, .brand-spotlight { gap: 30px; }
  .showcase-copy h2, .brand-spotlight h2 { font-size: 35px; }
}
