:root {
  --ink: #162033;
  --muted: #677185;
  --line: #e6e9f1;
  --paper: #ffffff;
  --soft: #f7f8fc;
  --navy: #17234d;
  --purple: #7046e8;
  --purple-dark: #5831c8;
  --green: #25aa68;
  --blue: #247ee8;
  --orange: #f28a2b;
  --yellow: #f4bc25;
  --coral: #ec657a;
  --teal: #16a8a1;
  --indigo: #5058d8;
  --aqua: #1aa6c9;
  --shadow-sm: 0 10px 30px rgba(24, 35, 67, .08);
  --shadow-md: 0 22px 60px rgba(35, 43, 77, .13);
  --shadow-lg: 0 32px 90px rgba(27, 33, 65, .18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1220px;
  --rail-width: 96px;
  --font: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  --display: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--font); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6vw, 6.2rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.7rem); }
h3 { font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
p { color: var(--muted); }
button { cursor: pointer; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 16px; border-radius: 10px; background: var(--navy); color: white; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--purple); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 9px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.8); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--purple); color: white; box-shadow: 0 12px 26px rgba(112,70,232,.25); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 16px 36px rgba(112,70,232,.32); }
.button-secondary { color: var(--purple); background: white; border-color: rgba(112,70,232,.25); }
.button-secondary:hover { border-color: var(--purple); box-shadow: var(--shadow-sm); }
.button-text { min-height: auto; padding: 8px 0; border: 0; border-radius: 0; background: transparent; color: var(--purple); }
.button-yellow { background: #ffd84c; color: #2c2551; }
.button-white { background: white; color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: white; background: transparent; }
.button-compact { min-height: 42px; padding: 0 17px; font-size: .88rem; }
.button-full { width: 100%; }
.button-whatsapp { color: #137c43; background: #e8f9ee; border-color: #bcebcf; min-height: 43px; font-size: .82rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-weight: 800; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.round-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; color: white; background: var(--navy); }

.brand img { width: 154px; height: auto; }
.home-header, .inner-header-bar { display: flex; align-items: center; justify-content: space-between; }
.home-header { position: absolute; z-index: 80; top: 0; left: var(--rail-width); right: 0; height: 92px; padding: 0 4.5vw; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-link, .account-link { font-size: .88rem; font-weight: 800; }
.menu-button { display: inline-flex; }

.home-rail { position: fixed; z-index: 90; top: 0; left: 0; bottom: 0; width: var(--rail-width); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 18px 10px; border-right: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(20px); }
.rail-link { width: 72px; min-height: 56px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 5px; padding: 8px 6px; border-radius: 16px; color: #677185; transition: background .2s ease, color .2s ease, transform .2s ease; }
.rail-link span { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: var(--purple); background: #f0ebff; }
.rail-link small { font-size: .62rem; font-weight: 800; }
.rail-link:hover, .rail-link.active { color: var(--purple); background: #f6f2ff; transform: translateX(2px); }
.rail-link[data-theme="green"] span { color: var(--green); background: #e9f8ef; }
.rail-link[data-theme="indigo"] span { color: var(--indigo); background: #eef0ff; }
.rail-link[data-theme="blue"] span { color: var(--blue); background: #eaf4ff; }
.rail-link[data-theme="orange"] span { color: var(--orange); background: #fff1e5; }
.rail-link[data-theme="yellow"] span { color: #b77900; background: #fff7d9; }
.rail-link[data-theme="coral"] span { color: var(--coral); background: #fff0f3; }
.rail-link[data-theme="teal"] span { color: var(--teal); background: #e7f8f7; }
.rail-link[data-theme="purple"] span { color: var(--purple); background: #f0ebff; }
.home-layout .site-footer, .home-layout .home-main { margin-left: var(--rail-width); }

.inner-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(231,233,241,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(20px); }
.inner-header-bar { width: min(var(--container), calc(100% - 48px)); height: 80px; margin: auto; }
.inner-brand img { width: 142px; }
.desktop-navigation { display: flex; align-items: center; gap: 27px; }
.desktop-navigation > a, .nav-group > button { border: 0; padding: 27px 0; color: #465068; background: transparent; font-size: .88rem; font-weight: 800; }
.desktop-navigation > a:hover, .nav-group > button:hover { color: var(--purple); }
.nav-group { position: relative; }
.nav-group > button { display: flex; align-items: center; gap: 6px; }
.nav-group > button .icon { width: 13px; transition: transform .2s; }
.nav-group.open > button .icon { transform: rotate(180deg); }
.mega-menu { position: absolute; top: calc(100% - 5px); left: 50%; width: min(900px, 82vw); display: grid; grid-template-columns: .72fr 1.5fr; gap: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .22s ease; }
.nav-group:hover .mega-menu, .nav-group.open .mega-menu, .nav-group:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-intro { padding: 20px; border-radius: 18px; color: white; background: linear-gradient(145deg, var(--purple), #9e6cff); }
.mega-intro .eyebrow { color: rgba(255,255,255,.8); }
.mega-intro h2 { margin-bottom: 12px; font-size: 1.75rem; }
.mega-intro p { margin: 0; color: rgba(255,255,255,.82); font-size: .88rem; }
.mega-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mega-link { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 16px; transition: background .2s, transform .2s; }
.mega-link:hover { background: var(--soft); transform: translateX(3px); }
.mega-link .card-icon { width: 42px; height: 42px; }
.mega-link strong, .mega-link small { display: block; }
.mega-link strong { margin-bottom: 3px; font-size: .88rem; }
.mega-link small { color: var(--muted); font-size: .68rem; }

.site-drawer[hidden] { display: none; }
.site-drawer { position: fixed; z-index: 999; inset: 0; display: flex; justify-content: flex-end; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(11,16,40,.55); backdrop-filter: blur(5px); }
.drawer-panel { position: relative; width: min(430px, 94vw); height: 100%; overflow-y: auto; padding: 28px; background: white; box-shadow: -20px 0 60px rgba(10,20,48,.2); animation: drawerIn .25s ease both; }
@keyframes drawerIn { from { transform: translateX(100%); } }
.drawer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-navigation { display: grid; gap: 5px; padding: 20px 0; }
.drawer-navigation a { display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 12px; border-radius: 12px; font-weight: 800; }
.drawer-navigation a:hover { color: var(--purple); background: #f6f2ff; }
.drawer-navigation .icon { color: var(--purple); }
.drawer-footer { display: grid; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }

.content-section, .platform-stats, .teen-spotlight, .page-closing-cta { width: min(var(--container), calc(100% - 56px)); margin-left: auto; margin-right: auto; }
.content-section { padding-top: 95px; padding-bottom: 95px; }
.soft-section { position: relative; }
.soft-section::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--soft); }
.section-heading { margin-bottom: 42px; }
.centered-heading { max-width: 790px; margin-left: auto; margin-right: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { max-width: 660px; margin-bottom: 0; font-size: 1.04rem; }
.centered-heading p { margin-left: auto; margin-right: auto; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > div { max-width: 720px; }
.split-heading > p { max-width: 410px; }
.split-heading h2 a:hover, .panel-heading h2 a:hover, .commercial-card h3 a:hover, .partner-copy h2 a:hover { color: var(--purple); }

.ecosystem-hero { position: relative; min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; padding: 120px 5vw 70px; overflow: hidden; background: linear-gradient(135deg, #fff 0 45%, #effbff 45% 100%); }
.ecosystem-hero::after { content: ""; position: absolute; right: -100px; bottom: -150px; width: 520px; height: 520px; border-radius: 50%; background: rgba(49,183,218,.1); }
.ecosystem-copy { position: relative; z-index: 3; max-width: 610px; }
.ecosystem-copy h1 { margin-bottom: 25px; font-weight: 850; }
.ecosystem-copy h1 span { color: var(--purple); }
.ecosystem-copy h1 em { color: var(--orange); font-style: normal; }
.ecosystem-copy > p { max-width: 590px; font-size: 1.1rem; }
.hero-buttons, .section-actions, .commercial-actions, .teen-actions, .closing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 32px; color: #576177; font-size: .77rem; font-weight: 800; }
.hero-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust-row .icon { color: var(--green); }
.ecosystem-world { position: relative; z-index: 2; width: min(600px, 100%); min-height: 560px; margin-left: auto; }
.ecosystem-world > img { position: absolute; z-index: 2; right: 3%; bottom: 4%; width: 73%; filter: drop-shadow(0 25px 25px rgba(32,58,85,.19)); }
.world-halo { position: absolute; right: 4%; top: 4%; width: 86%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #fff 0 20%, #b8edfb 21% 56%, rgba(184,237,251,0) 57%); opacity: .92; }
.world-bubble { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 17px; border: 4px solid white; border-radius: 999px; color: white; box-shadow: var(--shadow-md); font-weight: 850; animation: floatBubble 5s ease-in-out infinite; }
.world-bubble.green { background: var(--green); }.world-bubble.indigo { background: var(--indigo); }.world-bubble.blue { background: var(--blue); }.world-bubble.orange { background: var(--orange); }
.world-bubble .icon { width: 18px; }
.bubble-1 { left: 2%; top: 20%; }.bubble-2 { right: 8%; top: 13%; animation-delay: -.8s; }.bubble-3 { right: -1%; top: 43%; animation-delay: -1.7s; }.bubble-4 { left: 4%; top: 55%; animation-delay: -2.4s; }
@keyframes floatBubble { 50% { transform: translateY(-10px) rotate(1deg); } }
.world-path { position: absolute; z-index: 1; width: 150px; height: 150px; border: 2px dashed rgba(112,70,232,.25); border-radius: 50%; }
.path-one { left: 3%; top: 26%; }.path-two { right: 3%; bottom: 12%; }
.hero-cloud { position: absolute; height: 26px; border-radius: 999px; background: white; box-shadow: 23px -13px 0 2px white, 48px -2px 0 -2px white; opacity: .8; animation: cloudMove 12s ease-in-out infinite; }
.cloud-one { width: 75px; left: 39%; top: 18%; }.cloud-two { width: 55px; right: 10%; top: 12%; animation-delay: -4s; }.cloud-three { width: 68px; right: 29%; bottom: 19%; animation-delay: -8s; }
@keyframes cloudMove { 50% { transform: translateX(18px); } }
.hero-scroll { position: absolute; z-index: 4; bottom: 25px; left: 50%; display: inline-flex; align-items: center; gap: 7px; transform: translateX(-50%); color: #667086; font-size: .75rem; font-weight: 800; }
.hero-scroll .icon { animation: bounceDown 2s infinite; }
@keyframes bounceDown { 50% { transform: translateY(5px); } }

.audience-selector { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: white; box-shadow: var(--shadow-md); }
.audience-tabs { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--line); background: #fbfbfe; }
.audience-tab { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 12px; border: 0; border-right: 1px solid var(--line); color: #687187; background: transparent; font-size: .75rem; font-weight: 800; }
.audience-tab:last-child { border-right: 0; }
.audience-tab .icon { width: 22px; height: 22px; }
.audience-tab.active { color: white; background: var(--purple); }
.audience-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 45px; min-height: 235px; padding: 40px 48px; }
.audience-panel h3 { margin-bottom: 12px; font-size: 2rem; }
.audience-panel p { margin-bottom: 0; }
.panel-kicker { color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.recommended-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.recommended-link { display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; min-height: 60px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 14px; font-size: .8rem; font-weight: 850; transition: transform .2s, box-shadow .2s, border-color .2s; }
.recommended-link:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: currentColor; }
.recommended-link > .icon:first-child { width: 36px; height: 36px; padding: 8px; border-radius: 10px; color: white; background: var(--purple); }
.recommended-link.green > .icon:first-child { background: var(--green); }.recommended-link.indigo > .icon:first-child { background: var(--indigo); }.recommended-link.blue > .icon:first-child { background: var(--blue); }.recommended-link.orange > .icon:first-child { background: var(--orange); }.recommended-link.yellow > .icon:first-child { color: #5d4500; background: var(--yellow); }.recommended-link.coral > .icon:first-child { background: var(--coral); }.recommended-link.teal > .icon:first-child { background: var(--teal); }.recommended-link.purple > .icon:first-child { background: var(--purple); }.recommended-link.aqua > .icon:first-child { background: var(--aqua); }.recommended-link.navy > .icon:first-child { background: var(--navy); }

.carousel-shell { position: relative; --visible: 4; --gap: 18px; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; gap: var(--gap); transform: translate3d(0,0,0); transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.carousel-track > * { flex: 0 0 calc((100% - (var(--visible) - 1) * var(--gap)) / var(--visible)); min-width: 0; }
.carousel-arrow { position: absolute; z-index: 5; top: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); background: white; box-shadow: var(--shadow-sm); transform: translateY(-50%); }
.carousel-arrow .icon { width: 18px; }
.carousel-arrow.prev { left: -22px; }.carousel-arrow.next { right: -22px; }.carousel-arrow.prev .icon { transform: rotate(90deg); }.carousel-arrow.next .icon { transform: rotate(-90deg); }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 25px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #d7dbea; transition: width .2s, background .2s; }
.carousel-dots button.active { width: 24px; background: var(--purple); }

.destination-card { position: relative; min-height: 355px; border-radius: 25px; color: white; overflow: hidden; box-shadow: var(--shadow-sm); }
.destination-card::after { content: ""; position: absolute; right: -42px; bottom: -65px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.13); }
.destination-card.green { background: linear-gradient(145deg, #28b96f, #188c50); }.destination-card.indigo { background: linear-gradient(145deg, #5b66eb, #3d45ad); }.destination-card.blue { background: linear-gradient(145deg, #2f91f3, #1768c3); }.destination-card.orange { background: linear-gradient(145deg, #ff9e3a, #e66f18); }.destination-card.yellow { color: #4b3800; background: linear-gradient(145deg, #ffd45a, #edb219); }.destination-card.coral { background: linear-gradient(145deg, #f47e91, #d64e67); }.destination-card.teal { background: linear-gradient(145deg, #23bcb5, #10837e); }.destination-card.purple { background: linear-gradient(145deg, #8359ed, #5a34c6); }
.destination-card-link { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; padding: 28px; }
.card-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; color: white; background: var(--purple); }
.card-icon .icon { width: 28px; height: 28px; }
.card-icon.green { background: var(--green); }.card-icon.indigo { background: var(--indigo); }.card-icon.blue { background: var(--blue); }.card-icon.orange { background: var(--orange); }.card-icon.yellow { color: #604500; background: var(--yellow); }.card-icon.coral { background: var(--coral); }.card-icon.teal { background: var(--teal); }.card-icon.purple { background: var(--purple); }.card-icon.navy { background: var(--navy); }.card-icon.aqua { background: var(--aqua); }
.destination-card .card-icon { color: inherit; background: rgba(255,255,255,.18); }
.destination-eyebrow { margin-top: 32px; font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; opacity: .76; }
.destination-card h3 { margin: 8px 0 14px; font-size: 1.8rem; }
.destination-card p { color: inherit; font-size: .87rem; opacity: .88; }
.destination-action { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 850; }
.destination-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

.platform-stats { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 28px; margin-bottom: 28px; padding: 28px 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-item { min-width: 0; display: grid; grid-template-columns: 33px auto; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding: 6px 15px; border-right: 1px solid var(--line); }
.stat-item:last-child { border-right: 0; }
.stat-item > .icon { grid-row: 1 / 3; width: 30px; height: 30px; color: var(--purple); }
.stat-item strong { display: block; color: var(--purple); font-size: 1.25rem; font-weight: 900; line-height: 1; }
.stat-item span { display: none; }
.stat-item small { color: var(--muted); font-size: .65rem; line-height: 1.3; }

.service-tabs { border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-md); }
.service-tab-list { display: grid; grid-template-columns: repeat(5, 1fr); background: #fbfbfd; border-bottom: 1px solid var(--line); }
.service-tab { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px; border: 0; border-right: 1px solid var(--line); color: #606a80; background: transparent; font-size: .77rem; font-weight: 850; }
.service-tab:last-child { border-right: 0; }.service-tab.active { color: white; background: var(--purple); }
.service-panel { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 440px; }
.service-panel-media { position: relative; overflow: hidden; }
.service-panel-media img { width: 100%; height: 100%; object-fit: cover; }
.service-panel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,22,44,.26), transparent 55%); }
.service-panel-media > span { position: absolute; z-index: 2; left: 25px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; color: white; background: rgba(13,22,44,.64); backdrop-filter: blur(10px); font-size: .7rem; font-weight: 800; }
.service-panel-copy { padding: 52px; }
.service-panel-copy h3 { margin-bottom: 17px; font-size: clamp(2rem, 3vw, 3rem); }
.check-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: #475167; font-size: .9rem; }
.check-list .icon { margin-top: 3px; color: var(--green); }

.event-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 8px 25px rgba(30,42,73,.06); }
.event-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.event-image { position: relative; display: block; height: 200px; overflow: hidden; }
.event-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.event-card:hover img { transform: scale(1.04); }
.event-image span, .event-image time { position: absolute; top: 13px; padding: 7px 10px; border-radius: 999px; background: white; font-size: .63rem; font-weight: 900; }
.event-image span { left: 12px; color: var(--purple); }.event-image time { right: 12px; color: var(--navy); }
.event-card-copy { padding: 20px; }
.event-card-copy > small { color: var(--green); font-weight: 850; }
.event-card h3 { margin: 8px 0 15px; font-size: 1.16rem; }
.event-card h3 a:hover { color: var(--purple); }
.event-card-copy p { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; font-size: .73rem; }
.event-card-copy p .icon { color: var(--purple); }
.event-card-copy .text-link { margin-top: 10px; font-size: .76rem; }

.directory-commerce-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.ticker-panel, .products-panel, .news-panel, .update-channel-card, .professional-content-card, .creators-showcase { border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-sm); }
.ticker-panel, .products-panel, .news-panel, .creators-showcase { padding: 28px; }
.panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-heading h2 { margin: 0; font-size: 1.7rem; }
.panel-heading .eyebrow { margin-bottom: 7px; }
.panel-heading .text-link { white-space: nowrap; font-size: .75rem; }
.vertical-ticker, .news-ticker { overflow: hidden; }
.ticker-track { transition: transform .52s cubic-bezier(.22,.61,.36,1); }
.profile-row { min-height: 76px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; padding: 10px 5px; border-bottom: 1px solid var(--line); }
.profile-row:last-child { border-bottom: 0; }.profile-row:hover strong { color: var(--purple); }
.profile-row .card-icon { width: 42px; height: 42px; border-radius: 13px; }.profile-row .card-icon .icon { width: 21px; }
.profile-copy strong, .profile-copy small { display: block; }.profile-copy strong { margin-bottom: 2px; font-size: .82rem; }.profile-copy small { color: var(--muted); font-size: .65rem; }
.profile-rating { display: inline-flex; align-items: center; gap: 4px; color: #d18b00; font-size: .73rem; font-weight: 900; }
.compact-carousel { --gap: 12px; }
.product-card { padding: 11px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.product-image { height: 145px; display: block; margin-bottom: 12px; border-radius: 12px; overflow: hidden; background: var(--soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.product-card:hover img { transform: scale(1.04); }
.product-card > span { color: var(--purple); font-size: .61rem; font-weight: 850; text-transform: uppercase; }
.product-card h3 { min-height: 45px; margin: 6px 0; font-size: .95rem; }
.product-card h3 a:hover { color: var(--purple); }
.product-card p { min-height: 37px; margin-bottom: 10px; color: var(--orange); font-size: .7rem; font-weight: 800; }

.supply-display-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.commercial-card { position: relative; min-height: 440px; display: flex; align-items: stretch; border-radius: 30px; overflow: hidden; color: white; box-shadow: var(--shadow-md); }
.commercial-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,19,42,.93) 0 55%, rgba(12,19,42,.3)); }
.supply-card { background: #e37622; }.display-card { background: #6150dc; }
.commercial-card img { width: 100%; height: 100%; object-fit: cover; }
.commercial-copy { position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; width: 65%; display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.commercial-copy .eyebrow { color: rgba(255,255,255,.72); }.commercial-copy h3 { margin-bottom: 15px; font-size: 2rem; }.commercial-copy p { color: rgba(255,255,255,.8); font-size: .9rem; }
.commercial-icon { width: 55px; height: 55px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 18px; color: white; background: rgba(255,255,255,.15); }
.commercial-icon .icon { width: 28px; height: 28px; }.commercial-card .button-primary { background: white; color: var(--navy); box-shadow: none; }.commercial-card .button-text { color: white; }

.teen-spotlight { position: relative; display: grid; grid-template-columns: 1fr .9fr; min-height: 565px; margin-top: 95px; margin-bottom: 95px; border-radius: 36px; overflow: hidden; color: white; background: linear-gradient(135deg, #08756f, #19aaa2); box-shadow: var(--shadow-lg); }
.teen-spotlight::before { content: ""; position: absolute; left: -100px; bottom: -170px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.teen-copy { position: relative; z-index: 2; align-self: center; padding: 60px; }.teen-copy h2 { max-width: 650px; font-size: clamp(2.4rem, 4.5vw, 4.4rem); }.teen-copy p { max-width: 600px; color: rgba(255,255,255,.82); }.teen-mini-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }.teen-mini-stats span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .72rem; }.teen-media { position: relative; min-height: 500px; }.teen-media > img { width: 100%; height: 100%; object-fit: cover; }.teen-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #13938d, transparent 45%); }
.floating-resource { position: absolute; z-index: 3; right: 24px; bottom: 24px; width: calc(100% - 48px); display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; gap: 12px; padding: 14px; border-radius: 17px; color: var(--navy); background: rgba(255,255,255,.92); backdrop-filter: blur(15px); box-shadow: var(--shadow-md); }.floating-resource > .icon:first-child { width: 40px; height: 40px; padding: 9px; border-radius: 12px; color: white; background: var(--purple); }.floating-resource small, .floating-resource strong { display: block; }.floating-resource small { color: var(--muted); font-size: .62rem; }.floating-resource strong { font-size: .8rem; }

.updates-content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.news-row { min-height: 118px; display: grid; grid-template-columns: 145px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.news-row:last-child { border-bottom: 0; }.news-thumb { border-radius: 14px; overflow: hidden; }.news-thumb img { width: 100%; height: 100%; object-fit: cover; }.news-row span { color: var(--purple); font-size: .62rem; font-weight: 850; text-transform: uppercase; }.news-row h3 { margin: 5px 0; font-size: 1rem; }.news-row h3 a:hover { color: var(--purple); }.news-row p { margin-bottom: 4px; font-size: .74rem; }.news-row small { color: var(--muted); font-size: .65rem; }
.update-channel-card { padding: 44px; color: white; background: linear-gradient(150deg, var(--purple), #9a68f2); }.update-channel-card h2 { margin-bottom: 15px; font-size: 2.2rem; }.update-channel-card p { color: rgba(255,255,255,.82); }.channel-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }.channel-list span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .69rem; font-weight: 800; }

.content-creators-section { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.professional-content-card { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; }.professional-content-card > div { padding: 38px; }.professional-content-card > img { width: 100%; height: 100%; object-fit: cover; }.professional-content-card h2 { font-size: 2.2rem; }.professional-content-card .check-list { margin-bottom: 24px; }.creators-showcase { padding: 28px; }
.mini-creator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.mini-creator { position: relative; min-height: 150px; border-radius: 15px; overflow: hidden; color: white; }.mini-creator::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,19,39,.88), transparent 70%); }.mini-creator img { width: 100%; height: 100%; object-fit: cover; }.mini-creator > span { position: absolute; z-index: 2; top: 10px; right: 10px; width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--purple); background: white; }.mini-creator > div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 13px; }.mini-creator small, .mini-creator strong, .mini-creator em { display: block; }.mini-creator small { font-size: .58rem; font-weight: 850; text-transform: uppercase; }.mini-creator strong { font-size: .83rem; }.mini-creator em { font-size: .62rem; font-style: normal; opacity: .8; }

.partner-closing { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; }.partner-image { position: relative; min-height: 430px; border-radius: 30px; overflow: hidden; background: var(--soft); }.partner-image img { width: 100%; height: 100%; object-fit: cover; }.partner-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }.partner-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 28px 0; }.partner-link-grid a { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; font-size: .78rem; font-weight: 850; }.partner-link-grid a:hover { color: var(--purple); border-color: var(--purple); box-shadow: var(--shadow-sm); }

.inner-main { overflow: hidden; }
.inner-hero { position: relative; min-height: 520px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; padding: 75px max(5vw, calc((100vw - var(--container))/2)); color: white; overflow: hidden; }
.inner-hero.green { background: linear-gradient(135deg, #118750, #39c47b); }.inner-hero.indigo { background: linear-gradient(135deg, #323aa6, #626df1); }.inner-hero.blue { background: linear-gradient(135deg, #1765bd, #38a2f7); }.inner-hero.orange { background: linear-gradient(135deg, #d85f14, #ffa342); }.inner-hero.yellow { color: #392d0b; background: linear-gradient(135deg, #efb11a, #ffe06a); }.inner-hero.coral { background: linear-gradient(135deg, #c94862, #f78496); }.inner-hero.teal { background: linear-gradient(135deg, #0b756f, #20b7af); }.inner-hero.purple { background: linear-gradient(135deg, #5030bd, #8d63ef); }.inner-hero.navy { background: linear-gradient(135deg, #101a41, #2d3c7b); }.inner-hero.aqua { background: linear-gradient(135deg, #117995, #2cb7d5); }
.hero-shape { position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); }.hero-shape-one { width: 420px; height: 420px; right: -100px; top: -160px; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }.hero-shape-two { width: 190px; height: 190px; left: 36%; bottom: -110px; }
.inner-hero-copy { position: relative; z-index: 2; max-width: 780px; }.inner-hero .eyebrow { color: rgba(255,255,255,.75); }.inner-hero.yellow .eyebrow { color: rgba(57,45,11,.7); }.inner-hero h1 { margin: 15px 0 22px; font-size: clamp(3.3rem, 5.8vw, 6.2rem); }.inner-hero p { max-width: 700px; color: rgba(255,255,255,.82); font-size: 1.08rem; }.inner-hero.yellow p { color: rgba(57,45,11,.75); }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 24px; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 800; }.inner-hero.yellow .breadcrumbs { color: rgba(57,45,11,.62); }
.inner-hero .button-primary { color: var(--navy); background: white; box-shadow: none; }.inner-hero .button-secondary { color: white; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.35); }.inner-hero.yellow .button-secondary { color: #392d0b; border-color: rgba(57,45,11,.28); }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.quick-links a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .68rem; font-weight: 800; }.quick-links a:hover { background: rgba(255,255,255,.12); }.inner-hero.yellow .quick-links a { border-color: rgba(57,45,11,.22); }
.inner-hero-visual { position: relative; z-index: 2; min-height: 350px; display: flex; align-items: center; justify-content: center; }.hero-icon-orbit { position: relative; width: 280px; height: 280px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.05), 0 0 0 70px rgba(255,255,255,.025); animation: slowSpin 18s linear infinite; }.hero-icon-main { width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; border-radius: 34px; color: inherit; background: rgba(255,255,255,.19); transform: rotate(0deg); backdrop-filter: blur(10px); }.hero-icon-main .icon { width: 55px; height: 55px; }.orbit-dot { position: absolute; width: 18px; height: 18px; border: 4px solid rgba(255,255,255,.7); border-radius: 50%; background: transparent; }.orbit-dot-one { top: 16px; left: 54px; }.orbit-dot-two { right: 14px; bottom: 80px; }.orbit-dot-three { left: 26px; bottom: 47px; }
@keyframes slowSpin { to { transform: rotate(360deg); } }.hero-word-stack { position: absolute; right: 4%; bottom: 4%; display: grid; gap: 4px; text-align: right; font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }

.feature-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.feature-card { min-height: 285px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 8px 25px rgba(30,42,73,.05); transition: transform .25s, box-shadow .25s, border-color .25s; }.feature-card:hover { transform: translateY(-5px); border-color: rgba(112,70,232,.3); box-shadow: var(--shadow-md); }.feature-card-link { height: 100%; display: flex; flex-direction: column; padding: 25px; }.feature-card h3 { margin: 28px 0 12px; font-size: 1.35rem; }.feature-card p { font-size: .86rem; }.feature-card .text-link { margin-top: auto; font-size: .77rem; }.card-meta { margin-top: 20px; color: var(--purple); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }.split-feature.reverse .split-media { order: 2; }.split-media { position: relative; min-height: 510px; border-radius: 32px; overflow: hidden; background: var(--soft); box-shadow: var(--shadow-md); }.split-media img { width: 100%; height: 100%; object-fit: cover; }.media-badge { position: absolute; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; color: white; background: rgba(20,29,54,.68); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 850; }.split-copy h2 { margin-bottom: 20px; }.split-copy > p { font-size: 1.02rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; }.process-card { position: relative; min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }.process-card > span { display: block; margin-bottom: 35px; color: var(--purple); font-size: 2.6rem; font-weight: 900; letter-spacing: -.08em; opacity: .35; }.process-card h3 { margin-bottom: 12px; }.process-card p { font-size: .85rem; }
.filter-toolbar { display: grid; grid-template-columns: 1fr 240px auto; gap: 10px; padding: 14px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }.filter-toolbar label { position: relative; }.filter-toolbar input, .filter-toolbar select { width: 100%; height: 46px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; outline: none; }.filter-toolbar input:focus, .filter-toolbar select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(112,70,232,.11); }.search-control .icon { position: absolute; left: 14px; top: 14px; color: var(--muted); }.search-control input { padding-left: 43px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.listing-card { display: flex; flex-direction: column; min-height: 365px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s; }.listing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }.listing-card[hidden] { display: none; }.listing-card-head { display: flex; align-items: start; justify-content: space-between; gap: 10px; }.listing-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }.listing-tags span, .listing-tags b { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 999px; font-size: .57rem; font-weight: 850; }.listing-tags span { color: var(--purple); background: #f0ebff; }.listing-tags b { color: #167347; background: #e9f8ef; }.listing-card h3 { margin: 26px 0 12px; font-size: 1.3rem; }.listing-card h3 a:hover { color: var(--purple); }.listing-card > p { font-size: .84rem; }.listing-meta { display: grid; gap: 7px; margin: auto 0 20px; color: var(--muted); font-size: .69rem; }.listing-meta span { display: flex; gap: 7px; align-items: center; }.listing-meta .icon { color: var(--purple); }.no-results { padding: 25px; border-radius: 15px; text-align: center; background: var(--soft); }
.faq-list { max-width: 850px; margin: auto; }.faq-item { border-bottom: 1px solid var(--line); background: transparent; }.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 1rem; font-weight: 850; list-style: none; cursor: pointer; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: white; box-shadow: var(--shadow-sm); }.faq-item[open] summary span .icon { transform: rotate(180deg); }.faq-item div { padding: 0 50px 22px 0; }.faq-item div p { margin: 0; }
.creator-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }.creator-card { min-height: 320px; border-radius: 20px; overflow: hidden; background: var(--navy); }.creator-card > a { position: relative; height: 100%; display: block; color: white; }.creator-card img { width: 100%; height: 100%; object-fit: cover; }.creator-card > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,16,40,.92), transparent 65%); }.creator-card .play-button { position: absolute; z-index: 2; top: 15px; right: 15px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--purple); background: white; }.creator-card > a > div { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; }.creator-card small { color: #ffd15b; font-size: .62rem; font-weight: 850; text-transform: uppercase; }.creator-card h3 { margin: 4px 0; }.creator-card p { margin: 0; color: rgba(255,255,255,.75); font-size: .68rem; }
.form-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 65px; }.form-intro { position: sticky; top: 115px; }.form-intro h2 { margin-bottom: 20px; }.form-trust { display: grid; gap: 10px; margin-top: 25px; }.form-trust span { display: flex; align-items: center; gap: 8px; color: #4f5a70; font-size: .77rem; font-weight: 800; }.form-trust .icon { color: var(--green); }.professional-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-md); }.professional-form label > span { display: block; margin-bottom: 7px; color: #414b60; font-size: .72rem; font-weight: 850; }.professional-form input, .professional-form textarea, .professional-form select { width: 100%; padding: 13px 14px; border: 1px solid #dfe2eb; border-radius: 12px; outline: none; }.professional-form input:focus, .professional-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(112,70,232,.1); }.form-wide { grid-column: 1 / -1; }.form-consent { display: flex !important; align-items: flex-start; gap: 9px; }.form-consent input { width: auto; margin-top: 4px; }.form-consent span { margin: 0 !important; font-weight: 600 !important; }.form-submit { grid-column: 1 / -1; justify-self: start; }.form-status { grid-column: 1 / -1; margin: 0; color: var(--green); font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }.contact-card h3 { margin: 24px 0 8px; }.contact-card p { min-height: 50px; font-size: .83rem; }.contact-card > a { display: inline-flex; align-items: center; gap: 7px; color: var(--purple); font-size: .75rem; font-weight: 850; }
.page-closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 70px; margin-bottom: 85px; padding: 45px 50px; border-radius: 30px; color: white; background: var(--purple); box-shadow: var(--shadow-lg); }.page-closing-cta.green { background: var(--green); }.page-closing-cta.indigo { background: var(--indigo); }.page-closing-cta.blue { background: var(--blue); }.page-closing-cta.orange { background: var(--orange); }.page-closing-cta.yellow { color: #352900; background: var(--yellow); }.page-closing-cta.coral { background: var(--coral); }.page-closing-cta.teal { background: var(--teal); }.page-closing-cta.navy { background: var(--navy); }.page-closing-cta.aqua { background: var(--aqua); }.page-closing-cta h2 { max-width: 680px; margin-bottom: 10px; font-size: 2.4rem; }.page-closing-cta p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.78); }.page-closing-cta.yellow p { color: rgba(53,41,0,.7); }

.site-footer { color: white; background: #111a3d; }.footer-update-band { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 50px; padding: 45px max(5vw, calc((100vw - var(--container))/2)); background: linear-gradient(100deg, #6c43e6, #8e55eb 55%, #5c36c8); }.footer-update-copy h2 { margin-bottom: 8px; font-size: 2rem; }.footer-update-copy p { margin: 0; color: rgba(255,255,255,.72); }.footer-subscribe { display: flex; gap: 8px; padding: 7px; border-radius: 999px; background: white; }.footer-subscribe input { flex: 1; min-width: 0; padding: 0 15px; border: 0; outline: none; }.footer-subscribe .button { min-height: 45px; }
.footer-main { width: min(var(--container), calc(100% - 56px)); display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 45px; margin: auto; padding: 65px 0 48px; }.footer-brand-block img { width: 160px; filter: brightness(0) invert(1); opacity: .96; }.footer-brand-block p { max-width: 330px; margin: 20px 0; color: rgba(255,255,255,.62); font-size: .82rem; }.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; }.footer-trust span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .64rem; }.footer-column { display: grid; align-content: start; gap: 9px; }.footer-column h3 { margin-bottom: 12px; color: white; font-size: .88rem; }.footer-column a { color: rgba(255,255,255,.62); font-size: .76rem; }.footer-column a:hover { color: white; }.footer-bottom { width: min(var(--container), calc(100% - 56px)); display: flex; justify-content: space-between; gap: 25px; margin: auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .66rem; }
.mobile-bottom-nav { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --rail-width: 82px; }
  .desktop-navigation { gap: 17px; }.desktop-navigation > a, .nav-group > button { font-size: .8rem; }
  .ecosystem-hero { grid-template-columns: 1fr 1fr; padding-left: 4vw; padding-right: 4vw; }.ecosystem-world { min-height: 520px; }
  .audience-tabs { grid-template-columns: repeat(3, 1fr); }.audience-tab:nth-child(3) { border-right: 0; }.audience-tab:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .platform-stats { grid-template-columns: repeat(3, 1fr); }.stat-item:nth-child(3) { border-right: 0; }.stat-item:nth-child(-n+3) { border-bottom: 1px solid var(--line); padding-bottom: 15px; }.stat-item:nth-child(n+4) { padding-top: 15px; }
  .feature-card-grid { grid-template-columns: repeat(3, 1fr); }.creator-gallery { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }.footer-column:nth-last-child(-n+2) { margin-top: 10px; }
}

@media (max-width: 960px) {
  :root { --rail-width: 0px; }
  .home-layout .site-footer, .home-layout .home-main { margin-left: 0; }.home-rail { display: none; }.home-header { left: 0; padding: 0 24px; }.header-link { display: none; }
  .desktop-navigation, .account-link { display: none; }.inner-header-bar { width: calc(100% - 32px); }
  .ecosystem-hero { min-height: auto; grid-template-columns: 1fr; padding: 130px 24px 65px; background: linear-gradient(180deg, white 0 44%, #effbff 44% 100%); }.ecosystem-copy { margin: auto; text-align: center; }.ecosystem-copy .eyebrow { justify-content: center; }.ecosystem-copy > p { margin-left: auto; margin-right: auto; }.hero-buttons, .hero-trust-row { justify-content: center; }.ecosystem-world { width: min(580px, 100%); margin: auto; }.hero-scroll { display: none; }
  .audience-panel { grid-template-columns: 1fr; }.recommended-links { grid-template-columns: repeat(3, 1fr); }
  .service-panel { grid-template-columns: 1fr; }.service-panel-media { min-height: 360px; }.service-panel-copy { padding: 40px; }
  .directory-commerce-grid, .updates-content-grid, .content-creators-section, .partner-closing, .split-feature, .form-section { grid-template-columns: 1fr; }.split-feature.reverse .split-media { order: 0; }.form-intro { position: static; }.partner-image { min-height: 350px; }
  .supply-display-grid { grid-template-columns: 1fr; }.commercial-card { min-height: 400px; }.teen-spotlight { grid-template-columns: 1fr; }.teen-media { min-height: 420px; }.teen-media::after { background: linear-gradient(0deg, #13938d, transparent 50%); }
  .professional-content-card { grid-template-columns: 1fr 1fr; }
  .inner-hero { grid-template-columns: 1fr; min-height: auto; padding: 70px 32px; }.inner-hero-visual { display: none; }
  .feature-card-grid { grid-template-columns: repeat(2, 1fr); }.process-grid { grid-template-columns: repeat(2, 1fr); }.listing-grid { grid-template-columns: repeat(2, 1fr); }
  .page-closing-cta { align-items: flex-start; flex-direction: column; }
  .footer-update-band { grid-template-columns: 1fr; }.footer-main { grid-template-columns: repeat(2, 1fr); }.footer-brand-block { grid-column: 1 / -1; }
  .mobile-bottom-nav { position: fixed; z-index: 100; left: 14px; right: 14px; bottom: 12px; height: 66px; display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px 10px; border: 1px solid rgba(226,229,239,.9); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(20,28,60,.2); backdrop-filter: blur(18px); }.mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #768096; }.mobile-bottom-nav a.active { color: var(--purple); }.mobile-bottom-nav a small { font-size: .58rem; font-weight: 800; }.mobile-bottom-nav button { display: flex; align-items: center; justify-content: center; border: 0; background: transparent; }.mobile-bottom-nav button span { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; border-radius: 17px; color: white; background: var(--purple); box-shadow: 0 10px 22px rgba(112,70,232,.32); }.site-footer { padding-bottom: 82px; }
}

@media (max-width: 720px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }.content-section { width: calc(100% - 30px); padding-top: 70px; padding-bottom: 70px; }.platform-stats, .teen-spotlight, .page-closing-cta { width: calc(100% - 30px); }
  .brand img { width: 132px; }.home-header { height: 78px; }.header-actions .button { display: none; }
  .ecosystem-hero { padding-top: 105px; }.ecosystem-world { min-height: 420px; }.ecosystem-world > img { right: 8%; width: 78%; }.world-bubble { min-height: 42px; padding: 0 11px; border-width: 3px; font-size: .67rem; }.bubble-1 { left: 0; top: 21%; }.bubble-2 { right: 1%; top: 9%; }.bubble-3 { right: -3%; top: 44%; }.bubble-4 { left: 0; top: 59%; }
  .audience-tabs { grid-template-columns: repeat(2, 1fr); }.audience-tab:nth-child(3) { border-right: 1px solid var(--line); }.audience-tab:nth-child(2n) { border-right: 0; }.audience-tab:nth-child(-n+4) { border-bottom: 1px solid var(--line); }.audience-panel { padding: 30px 22px; }.recommended-links { grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 12px; }.section-heading h2 { font-size: 2.25rem; }
  .carousel-arrow { display: none; }.carousel-shell { --gap: 13px; }.carousel-dots { margin-top: 18px; }
  .platform-stats { grid-template-columns: repeat(2, 1fr); padding: 18px 6px; }.stat-item:nth-child(3) { border-right: 1px solid var(--line); }.stat-item:nth-child(2n) { border-right: 0; }.stat-item:nth-child(-n+4) { border-bottom: 1px solid var(--line); }.stat-item:nth-child(n+3) { padding-top: 15px; }.stat-item:nth-child(4) { padding-bottom: 15px; }.stat-item small { font-size: .58rem; }
  .service-tab-list { overflow-x: auto; display: flex; }.service-tab { flex: 0 0 145px; border-bottom: 0; }.service-panel-media { min-height: 280px; }.service-panel-copy { padding: 28px 22px; }.service-panel-copy h3 { font-size: 2rem; }
  .directory-commerce-grid { gap: 18px; }.ticker-panel, .products-panel, .news-panel, .creators-showcase { padding: 20px 17px; }.profile-row { grid-template-columns: 42px 1fr; }.profile-rating { grid-column: 2; }.panel-heading { align-items: flex-start; }.panel-heading .text-link { display: none; }
  .commercial-card { min-height: 440px; }.commercial-card::after { background: linear-gradient(0deg, rgba(12,19,42,.94) 0 70%, rgba(12,19,42,.2)); }.commercial-copy { top: auto; width: 100%; height: 76%; padding: 27px 22px; }.commercial-copy h3 { font-size: 1.7rem; }
  .teen-copy { padding: 38px 24px; }.teen-copy h2 { font-size: 2.5rem; }.teen-media { min-height: 370px; }
  .news-row { grid-template-columns: 100px 1fr; }.news-row p { display: none; }.update-channel-card { padding: 30px 24px; }.professional-content-card { grid-template-columns: 1fr; }.professional-content-card > div { padding: 27px 22px; }.professional-content-card > img { height: 260px; }.mini-creator-grid { grid-template-columns: 1fr; }.mini-creator { min-height: 190px; }
  .partner-link-grid { grid-template-columns: 1fr; }
  .inner-hero { padding: 55px 22px; }.inner-hero h1 { font-size: 3.2rem; }.quick-links { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }.quick-links a { flex: 0 0 auto; }
  .feature-card-grid, .listing-grid, .process-grid, .creator-gallery, .contact-grid { grid-template-columns: 1fr; }.split-media { min-height: 360px; }.filter-toolbar { grid-template-columns: 1fr; }.professional-form { grid-template-columns: 1fr; padding: 23px 18px; }.professional-form label, .form-wide, .form-submit, .form-status { grid-column: 1; }
  .page-closing-cta { padding: 35px 24px; }.page-closing-cta h2 { font-size: 2rem; }
  .footer-update-band { padding: 40px 22px; }.footer-subscribe { align-items: stretch; flex-direction: column; border-radius: 18px; }.footer-subscribe input { min-height: 46px; }.footer-main { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; gap: 34px 20px; }.footer-bottom { width: calc(100% - 40px); flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .carousel-track, .ticker-track { transform: none !important; }
}

/* Connected form states */
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-alert{padding:14px 16px;border:1px solid #e9a0a0;background:#fff2f2;color:#8b2020;border-radius:12px;font-weight:700}
.field-error{display:block;margin-top:7px;color:#a01f2f;font-size:.84rem;font-weight:700}
.professional-form [aria-invalid="true"]{border-color:#c83448!important;box-shadow:0 0 0 3px rgba(200,52,72,.11)!important}
.professional-form button[aria-busy="true"],.footer-subscribe button[aria-busy="true"]{cursor:wait;opacity:.72}
.footer-consent-note{grid-column:1/-1;display:block;color:rgba(255,255,255,.78);font-size:.72rem;line-height:1.45;margin-top:4px}
