/* ============================================================
   GastroLink – Promotional Website Stylesheet
   Brand: Primary #000066 (navy blue), Accent #FF6600 (orange)
   Fonts: Raleway (headings), Inter (body) – Google Fonts
   ============================================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { font-family: 'Inter', 'Raleway', system-ui, -apple-system, sans-serif; font-size: 1rem; line-height: 1.6; color: #212B36; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: #FF6600; text-decoration: none; transition: color 0.2s; }
a:hover { color: #CC5200; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'Raleway', 'Inter', system-ui, sans-serif; color: #212B36; line-height: 1.2; }
h1 { font-size: 2.75rem; font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

/* ---- LAYOUT ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px) { .container { padding: 0 2rem; } }
@media (min-width: 1024px) { .container { padding: 0 2.5rem; } }
.skip-link { position: absolute; top: -40px; left: 0; background: #FF6600; color: #fff; padding: 8px 16px; z-index: 100; transition: top 0.2s; border-radius: 0 0 8px 0; }
.skip-link:focus { top: 0; }

/* ---- HEADER / NAV ---- */
.header { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__logo img { height: 48px; width: auto; }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle-bar { display: block; width: 22px; height: 2px; background: #212B36; margin: 5px 0; transition: 0.3s; border-radius: 2px; }
.nav__menu { display: flex; align-items: center; gap: 1.5rem; }
.nav__list { display: flex; gap: 0.125rem; }
.nav__link { color: #637381; font-weight: 500; font-size: 0.9rem; padding: 0.5rem 0.75rem; border-radius: 8px; transition: all 0.2s; display: flex; align-items: center; gap: 4px; background: none; border: none; cursor: pointer; font-family: inherit; line-height: inherit; }
.nav__link:hover { color: #000066; background: #F0F0FF; }
.nav__chevron { transition: transform 0.2s; }
.nav__item--dropdown { position: relative; }
.nav__dropdown { position: absolute; top: calc(100% + 8px); left: -8px; background: #fff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); padding: 0.5rem; min-width: 260px; opacity: 0; visibility: hidden; transform: translateY(4px); transition: all 0.2s ease; }
.nav__item--dropdown:hover .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__item--dropdown:hover .nav__chevron { transform: rotate(180deg); }
.nav__dropdown li a { display: block; padding: 0.625rem 0.875rem; color: #637381; font-size: 0.9rem; border-radius: 8px; transition: all 0.15s; }
.nav__dropdown li a:hover { background: #F5F5FF; color: #FF6600; }
.nav__actions { display: flex; gap: 0.5rem; align-items: center; }

/* ---- BUTTONS ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.625rem 1.75rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem; border: 2px solid transparent; cursor: pointer; transition: all 0.2s; text-decoration: none; font-family: inherit; text-transform: none; }
.btn--primary { background: #FF6600; color: #fff; border-color: #FF6600; box-shadow: 0 2px 8px rgba(255,102,0,0.3); }
.btn--primary:hover { background: #e65c00; border-color: #e65c00; color: #fff; box-shadow: 0 4px 16px rgba(255,102,0,0.4); transform: translateY(-1px); }
.btn--outline { background: transparent; color: #000066; border-color: #000066; }
.btn--outline:hover { background: #000066; color: #fff; border-color: #000066; }
.btn--ghost { background: transparent; color: #637381; border-color: #dfe3e8; }
.btn--ghost:hover { border-color: #000066; color: #000066; }
.btn--lg { padding: 0.75rem 2.25rem; font-size: 1rem; }
.btn--sm { padding: 0.375rem 1rem; font-size: 0.85rem; }
.btn--full { width: 100%; }

/* ---- HERO ---- */
.hero { background: linear-gradient(160deg, #000022 0%, #000044 20%, #000066 45%, #0a0a80 70%, #000077 100%); margin: 0; padding: 0; min-height: 560px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -20%; right: 5%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(255,102,0,0.06) 0%, transparent 55%); pointer-events: none; animation: heroGlow 10s ease-in-out infinite alternate; }
.hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(80,80,255,0.1) 0%, transparent 55%); pointer-events: none; animation: heroGlow 12s ease-in-out infinite alternate-reverse; }
@keyframes heroGlow { 0% { transform: translate(0, 0) scale(1); opacity: 0.8; } 100% { transform: translate(-15px, 15px) scale(1.08); opacity: 1; } }
.hero__layout { position: relative; z-index: 1; display: flex; align-items: center; gap: 3.5rem; padding: 4.5rem 2rem; max-width: 1200px; margin: 0 auto; }
.hero__content { flex: 1; text-align: left; }
.hero__visual { flex: 0 0 400px; display: none; position: relative; }
.hero__float-cloud { position: relative; width: 400px; height: 440px; }

/* ---- Central phone mockup ---- */
.hero__phone { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 160px; height: 280px; background: linear-gradient(160deg, #1a1a4e 0%, #0d0d3a 100%); border-radius: 28px; border: 2px solid rgba(255,255,255,0.12); box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.05), inset 0 1px 0 rgba(255,255,255,0.1); z-index: 5; overflow: hidden; }
.hero__phone::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 48px; height: 5px; background: rgba(255,255,255,0.1); border-radius: 3px; z-index: 2; }
.hero__phone-screen { padding: 22px 12px 12px; height: 100%; display: flex; flex-direction: column; }
.hero__phone-header { display: flex; align-items: center; justify-content: center; padding: 8px 0 12px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 10px; }
.hero__phone-logo { height: 18px; width: auto; opacity: 0.9; }
.hero__phone-list { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.hero__phone-row { height: 36px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; position: relative; overflow: hidden; }
.hero__phone-row::before { content: ''; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 5px; background: rgba(255,102,0,0.15); }
.hero__phone-row::after { content: ''; position: absolute; left: 36px; top: 50%; transform: translateY(-50%); width: 60%; height: 6px; border-radius: 3px; background: rgba(255,255,255,0.06); }

/* Glow ring behind phone */
.hero__float-cloud::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(255,102,0,0.1) 0%, transparent 70%); z-index: 0; animation: heroGlow 10s ease-in-out infinite alternate; }

/* ---- Floating icon base ---- */
.hero__float-icon { position: absolute; display: flex; align-items: center; justify-content: center; z-index: 3; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.hero__float-icon img { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2)); }

/* Large foreground icons — glass cards */
.hero__float-icon--lg { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(10px); box-shadow: 0 10px 36px rgba(0,0,0,0.25); z-index: 6; }
.hero__float-icon--lg { border-radius: 22px; padding: 16px; }
.hero__float-icon--lg:hover { box-shadow: 0 14px 44px rgba(255,102,0,0.3); background: rgba(255,255,255,0.16); }

/* Medium icons — subtle cards */
.hero__float-icon--md { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; padding: 14px; box-shadow: 0 6px 24px rgba(0,0,0,0.18); }
.hero__float-icon--md:hover { background: rgba(255,255,255,0.12); box-shadow: 0 10px 32px rgba(255,102,0,0.2); }

/* Small background icons — minimal, faded */
.hero__float-icon--sm { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 50%; padding: 10px; opacity: 0.6; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.hero__float-icon--sm:hover { opacity: 1; background: rgba(255,255,255,0.08); }

/* Large icon positions (around phone, close) */
.hero__float-icon--1  { top: 2%;  left: 52%;  animation: heroFloat1 5s ease-in-out infinite; }
.hero__float-icon--2  { top: 55%; left: 70%;  animation: heroFloat2 5.8s ease-in-out infinite; }
.hero__float-icon--3  { top: 72%; left: 10%;  animation: heroFloat3 6.2s ease-in-out infinite; }

/* Medium icon positions (mid distance) */
.hero__float-icon--4  { top: 0%;  left: 6%;   animation: heroFloat4 6s ease-in-out infinite; }
.hero__float-icon--5  { top: 26%; left: 75%;  animation: heroFloat5 5.5s ease-in-out infinite; }
.hero__float-icon--6  { top: 78%; left: 58%;  animation: heroFloat6 6.5s ease-in-out infinite; }
.hero__float-icon--7  { top: 38%; left: 0%;   animation: heroFloat1 6.8s ease-in-out infinite; }

/* Small icon positions (far, edges) */
.hero__float-icon--8  { top: 14%; left: 82%;  animation: heroFloat3 7s ease-in-out infinite; }
.hero__float-icon--9  { top: 90%; left: 38%;  animation: heroFloat5 6s ease-in-out infinite; }
.hero__float-icon--10 { top: 58%; left: 88%;  animation: heroFloat2 7.5s ease-in-out infinite; }
.hero__float-icon--11 { top: 88%; left: 80%;  animation: heroFloat4 6.5s ease-in-out infinite; }
.hero__float-icon--12 { top: 10%; left: 30%;  animation: heroFloat6 7.2s ease-in-out infinite; }

/* Varied float animations — gentle bob + subtle rotation */
@keyframes heroFloat1 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(3deg); } }
@keyframes heroFloat2 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(-4deg); } }
@keyframes heroFloat3 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-18px) rotate(2deg); } }
@keyframes heroFloat4 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(-3deg); } }
@keyframes heroFloat5 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(5deg); } }
@keyframes heroFloat6 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(-2deg); } }

@media (min-width: 768px) {
    .hero__layout { padding: 4.5rem 3rem; }
    .hero__visual { display: block; }
}
@media (min-width: 1024px) {
    .hero__layout { padding: 5rem 3.5rem; }
    .hero__visual { flex: 0 0 440px; }
    .hero__float-cloud { width: 440px; height: 480px; }
    .hero__phone { width: 180px; height: 310px; }
}
.hero__title { font-size: 2.5rem; color: #fff; font-weight: 800; margin-bottom: 1.25rem; line-height: 1.08; letter-spacing: -0.03em; }
.hero__title-accent { color: #FF6600; position: relative; }
@media (min-width: 768px) { .hero__title { font-size: 3rem; } }
@media (min-width: 1024px) { .hero__title { font-size: 3.5rem; } }
.hero__subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; line-height: 1.7; font-weight: 400; max-width: 480px; }
.hero__audience { display: inline-block; font-size: 0.7rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; background: rgba(255,102,0,0.12); border: 1px solid rgba(255,102,0,0.2); padding: 0.4rem 1.25rem; border-radius: 100px; }
.hero__actions { display: flex; gap: 0.875rem; margin-bottom: 3rem; flex-wrap: wrap; }
.hero__actions .btn--primary { background: linear-gradient(135deg, #FF6600, #FF7A1A); border-color: transparent; box-shadow: 0 4px 24px rgba(255,102,0,0.45); font-size: 1rem; padding: 0.9rem 2.5rem; border-radius: 12px; }
.hero__actions .btn--primary:hover { box-shadow: 0 8px 36px rgba(255,102,0,0.6); transform: translateY(-2px); }
.hero__actions .btn--ghost { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.18); backdrop-filter: blur(8px); box-shadow: none; font-size: 1rem; padding: 0.9rem 2.5rem; border-radius: 12px; }
.hero__actions .btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.35); color: #fff; transform: translateY(-2px); box-shadow: none; }
.hero__stats { display: flex; gap: 0; flex-wrap: wrap; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 1.25rem 0.5rem; backdrop-filter: blur(8px); }
.hero__stat { text-align: center; padding: 0 2rem; position: relative; flex: 1; }
.hero__stat + .hero__stat::before { content: ''; position: absolute; left: 0; top: 15%; height: 70%; width: 1px; background: rgba(255,255,255,0.1); }
.hero__stat-value { display: block; font-size: 1.75rem; font-weight: 800; color: #fff; font-family: 'Raleway', sans-serif; }
.hero__stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); font-weight: 400; }

/* ---- SECTIONS ---- */
.section__title { text-align: center; margin-bottom: 0.75rem; color: #212B36; position: relative; }
.section__subtitle { text-align: center; color: #919EAB; font-size: 1.05rem; max-width: 560px; margin: 0 auto 3rem; font-weight: 400; line-height: 1.7; }
.section__header { margin-bottom: 3rem; }

/* ---- FEATURES ---- */
.features { padding: 5rem 0; background: #fff; }
.features__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
.feature-card { display: block; padding: 2rem 1.75rem; background: #fff; border: 1px solid #eef0f2; border-radius: 16px; transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #212B36; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #FF6600, #FF8533); opacity: 0; transition: opacity 0.35s; }
.feature-card:hover { border-color: transparent; box-shadow: 0 12px 40px rgba(0,0,102,0.1); transform: translateY(-4px); color: #212B36; }
.feature-card:hover::before { opacity: 1; }
.feature-card__icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, #FFF0E6, #FFE0CC); color: #FF6600; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: transform 0.35s; }
.feature-card:hover .feature-card__icon { transform: scale(1.08); }
.feature-card__title { margin-bottom: 0.5rem; font-weight: 700; font-size: 1.1rem; }
.feature-card__text { font-size: 0.88rem; color: #919EAB; line-height: 1.65; font-weight: 400; }

/* ---- PLATFORM PREVIEW ---- */
.platform-preview { padding: 5rem 0; background: #FAFBFC; }
.platform-preview__layout { display: flex; align-items: center; gap: 4rem; }
.platform-preview__text { flex: 1; }
.platform-preview__text .section__title { text-align: left; margin-bottom: 1rem; }
.platform-preview__desc { color: #919EAB; font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; font-weight: 400; }
.platform-preview__list { list-style: none; margin-bottom: 2.5rem; }
.platform-preview__list li { padding: 0.6rem 0; color: #212B36; font-weight: 500; font-size: 0.95rem; display: flex; align-items: center; gap: 0.75rem; }
.platform-preview__list li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: #FF6600; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.platform-preview__visual { flex: 0 0 42%; }
.platform-preview__visual img { border-radius: 16px; box-shadow: 0 24px 64px rgba(0,0,0,0.12); }

/* ---- HOW IT WORKS ---- */
.how-it-works { padding: 5rem 0; background: #FAFBFC; }
.how-it-works__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: step; }
.how-it-works__step { text-align: center; padding: 2.5rem 1.75rem 2rem; position: relative; background: #fff; border-radius: 16px; border: 1px solid #eef0f2; transition: all 0.35s ease; }
.how-it-works__step:hover { box-shadow: 0 12px 40px rgba(0,0,102,0.08); transform: translateY(-3px); border-color: transparent; }
.how-it-works__step + .how-it-works__step::after { content: ''; position: absolute; left: -1.25rem; top: 50%; width: 0.5rem; height: 0.5rem; background: none; }
.how-it-works__number { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #000066, #1a1a8e); color: #fff; font-size: 1.25rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 6px 20px rgba(0,0,102,0.25); }
.how-it-works__step h3 { margin-bottom: 0.5rem; font-size: 1.15rem; color: #000066; }
.how-it-works__step p { color: #919EAB; font-size: 0.9rem; line-height: 1.65; font-weight: 400; }

/* ---- STATS SECTION ---- */
.stats-section { padding: 3.5rem 0; background: linear-gradient(135deg, #000044, #000066, #000088); position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.stats-section__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; z-index: 1; }
.stats-section__card { text-align: center; padding: 1.75rem 1rem; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; backdrop-filter: blur(4px); }
.stats-section__card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.15); transform: translateY(-2px); }
.stats-section__value { display: block; font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 0.25rem; font-family: 'Raleway', sans-serif; }
.stats-section__label { font-size: 0.85rem; color: rgba(255,255,255,0.7); font-weight: 400; }

/* ---- BENEFITS AUDIENCE ---- */
.benefits-audience { padding: 5rem 0; }
.benefits-audience--establishments { background: #FAFBFC; }
.benefits-audience--suppliers { background: #fff; }
.benefits-audience__header { text-align: center; margin-bottom: 3rem; }
.benefits-audience__header h2 { margin-bottom: 0.75rem; }
.benefits-audience__header p { color: #919EAB; font-size: 1.05rem; max-width: 560px; margin: 0 auto; font-weight: 400; }
.benefits-audience__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
.benefits-audience__card { padding: 1.75rem; border: 1px solid #eef0f2; border-radius: 16px; transition: all 0.35s ease; background: #fff; border-left: 4px solid #FF6600; position: relative; }
.benefits-audience__card:hover { border-color: transparent; border-left-color: #FF6600; box-shadow: 0 12px 40px rgba(0,0,0,0.07); transform: translateY(-3px); }
.benefits-audience__card h3 { color: #000066; margin-bottom: 0.5rem; font-weight: 700; font-size: 1.05rem; }
.benefits-audience__card p { font-size: 0.88rem; color: #919EAB; line-height: 1.65; font-weight: 400; }
.benefits-audience__icon { color: #FF6600; margin-bottom: 0.75rem; font-size: 1.5rem; }

/* ---- CATEGORIES SECTION ---- */
.categories-section { padding: 5rem 0; background: #fff; }
.categories-section__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.categories-section__item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 1.25rem 0.75rem; background: #FAFBFC; border: 1px solid #eef0f2; border-radius: 14px; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); cursor: default; }
.categories-section__item:hover { border-color: #FF6600; box-shadow: 0 8px 24px rgba(255,102,0,0.12); transform: translateY(-4px); background: #fff; }
.categories-section__item img { width: 40px; height: 40px; transition: transform 0.3s ease; }
.categories-section__item:hover img { transform: scale(1.12); }
.categories-section__item span { font-size: 0.78rem; color: #637381; font-weight: 500; text-align: center; }

/* ---- FAQ ---- */
.faq { padding: 5rem 0; background: #FAFBFC; }
.faq__list { max-width: 700px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid #eef0f2; }
.faq__question { padding: 1.25rem 0; font-weight: 600; font-size: 1rem; cursor: pointer; list-style: none; color: #212B36; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; }
.faq__question:hover { color: #000066; }
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after { content: '+'; font-size: 1.5rem; color: #FF6600; font-weight: 300; transition: transform 0.3s ease; flex-shrink: 0; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,102,0,0.08); }
details[open] .faq__question::after { content: '\2212'; background: rgba(255,102,0,0.15); }
.faq__answer { padding: 0 0 1.25rem; color: #637381; line-height: 1.7; font-size: 0.93rem; font-weight: 400; }
.faq__chevron { display: none; }

/* ---- CTA SECTION ---- */
.cta-section { padding: 5rem 0; background: linear-gradient(135deg, #FF6600 0%, #e65c00 40%, #CC5200 100%); color: #fff; overflow: hidden; position: relative; }
.cta-section::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); pointer-events: none; }
.cta-section::after { content: ''; position: absolute; bottom: -30%; left: -5%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 60%); pointer-events: none; }
.cta-section__layout { display: flex; align-items: center; gap: 3rem; position: relative; z-index: 1; }
.cta-section__text-col { flex: 1; text-align: center; }
.cta-section__visual { flex: 0 0 auto; display: none; }
.cta-section__visual img { max-height: 240px; width: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15)); }
@media (min-width: 768px) {
    .cta-section__visual { display: block; }
    .cta-section__text-col { text-align: left; }
}
.cta-section__title { color: #fff; margin-bottom: 0.75rem; font-size: 2rem; }
.cta-section__text { font-size: 1.05rem; margin-bottom: 2rem; opacity: 0.9; font-weight: 400; }
.cta-section .btn--primary { background: #000066; color: #fff; border-color: #000066; box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.cta-section .btn--primary:hover { background: #000044; border-color: #000044; box-shadow: 0 6px 24px rgba(0,0,0,0.3); }

/* ---- PAGE HERO (inner pages) ---- */
.section--page-hero { padding: 3rem 0 3.5rem; background: linear-gradient(160deg, #000033 0%, #000055 40%, #000077 70%, #000066 100%); position: relative; overflow: hidden; }
.section--page-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,102,0,0.06) 0%, transparent 60%); pointer-events: none; }
.section--page-hero::after { content: ''; position: absolute; bottom: -50%; left: -15%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(80,80,255,0.08) 0%, transparent 55%); pointer-events: none; }
.page-hero__title { font-size: 2.5rem; color: #fff; margin-bottom: 1rem; font-weight: 800; letter-spacing: -0.02em; position: relative; z-index: 1; }
.page-hero__intro { font-size: 1.1rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-weight: 400; max-width: 640px; position: relative; z-index: 1; }
.page-hero__grid { display: flex; align-items: center; gap: 3rem; position: relative; z-index: 1; }
.page-hero__content { flex: 1; }
.page-hero__content .btn { margin-top: 1.5rem; }
.page-hero__image { flex: 0 0 auto; display: none; }
.page-hero__image img { max-width: 200px; border-radius: 16px; filter: drop-shadow(0 12px 32px rgba(0,0,0,0.3)); }
@media (min-width: 768px) { .page-hero__image { display: block; } .page-hero__title { font-size: 2.75rem; } }

/* ---- SECTION BASE (inner pages) ---- */
.section--benefits { padding: 3rem 0; }
.section--related { padding: 3rem 0; }

/* ---- RELATED CARDS (inner pages) ---- */
.related__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.related-card { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border: 1px solid #eef0f2; border-radius: 14px; color: #212B36; transition: all 0.3s ease; text-decoration: none; }
.related-card:hover { border-color: transparent; box-shadow: 0 8px 32px rgba(0,0,102,0.08); transform: translateY(-2px); color: #212B36; }
.related-card__title { font-size: 1rem; font-weight: 600; margin: 0; }
.related-card__arrow { color: #FF6600; flex-shrink: 0; transition: transform 0.2s; }
.related-card:hover .related-card__arrow { transform: translateX(4px); }

/* ---- PAGE CONTENT ---- */
.page-content { padding: 3rem 0 5rem; }
.page-content__header { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.page-content__title { margin-bottom: 1rem; }
.page-content__intro { font-size: 1.1rem; color: #919EAB; line-height: 1.7; font-weight: 400; }
.page-content__header-icon { max-width: 160px; margin: 0 auto 1.5rem; }

/* ---- BENEFITS (inner pages) ---- */
.benefits { margin-bottom: 3rem; }
.benefits__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.benefit-card { padding: 1.75rem; border: 1px solid #eef0f2; border-radius: 14px; transition: all 0.3s ease; border-left: 3px solid #FF6600; }
.benefit-card:hover { border-color: transparent; border-left-color: #FF6600; box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.benefit-card__icon { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, #FFF0E6, #FFE0CC); color: #FF6600; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.benefit-card__title { color: #000066; margin-bottom: 0.5rem; font-weight: 700; }
.benefit-card__text { font-size: 0.88rem; color: #919EAB; line-height: 1.65; font-weight: 400; }

/* ---- PAGE CTA ---- */
.page-cta { text-align: center; padding: 3rem 0; margin-top: 3rem; border-top: 1px solid #eef0f2; }
.page-cta h2 { margin-bottom: 0.5rem; }
.page-cta p { color: #919EAB; margin-bottom: 1.5rem; font-weight: 400; }

/* ---- PAGE FAQ ---- */
.page-faq { margin-top: 3rem; }
.page-faq h2 { margin-bottom: 1.5rem; }

/* ---- RELATED PAGES ---- */
.related-pages { margin-top: 3rem; }
.related-pages h2 { margin-bottom: 1rem; }
.related-pages__grid { display: flex; gap: 1rem; flex-wrap: wrap; }
.related-pages__link { padding: 0.75rem 1.5rem; border: 1px solid #eef0f2; border-radius: 10px; color: #637381; font-weight: 500; transition: all 0.2s; }
.related-pages__link:hover { border-color: #FF6600; color: #FF6600; box-shadow: 0 2px 8px rgba(255,102,0,0.08); }

/* ---- BREADCRUMBS ---- */
.breadcrumbs { padding: 0; background: none; border: none; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.breadcrumbs__list { display: flex; gap: 0; font-size: 0.85rem; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; align-items: center; }
.breadcrumbs__item { display: flex; align-items: center; }
.breadcrumbs__item + .breadcrumbs__item::before { content: ''; display: inline-block; width: 16px; height: 16px; margin: 0 0.5rem; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4l4 4-4 4' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; flex-shrink: 0; }
.breadcrumbs__link { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; font-weight: 400; }
.breadcrumbs__link:hover { color: #FF6600; }
.breadcrumbs__item--current { color: rgba(255,255,255,0.9); font-weight: 500; }

/* ---- CATEGORY LIST ---- */
.section--category-pages { padding: 3rem 0 4rem; }
.category__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; }
.category-card { display: block; padding: 2rem 2rem 1.75rem; border: 1px solid #eef0f2; border-radius: 16px; color: #212B36; transition: all 0.35s ease; background: #fff; position: relative; overflow: hidden; text-decoration: none; }
.category-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #000066, #FF6600); opacity: 0; transition: opacity 0.35s; }
.category-card:hover { border-color: transparent; box-shadow: 0 12px 40px rgba(0,0,102,0.1); transform: translateY(-4px); color: #212B36; }
.category-card:hover::before { opacity: 1; }
.category-card__title { margin-bottom: 0.5rem; font-size: 1.25rem; color: #000066; }
.category-card__text { font-size: 0.88rem; color: #919EAB; margin-bottom: 1.25rem; line-height: 1.65; font-weight: 400; }
.category-card__link { color: #FF6600; font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.375rem; transition: gap 0.2s; }
.category-card:hover .category-card__link { gap: 0.625rem; }

/* ---- CONTACT PAGE ---- */
.section--contact-cards { padding: 3rem 0 2rem; }
.contact-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.contact-card { padding: 2.5rem 2rem; border: 1px solid #eef0f2; border-radius: 16px; text-align: center; transition: all 0.35s ease; background: #fff; }
.contact-card:hover { border-color: transparent; box-shadow: 0 12px 40px rgba(0,0,102,0.1); transform: translateY(-4px); }
.contact-card__icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; background: linear-gradient(135deg, #F0F0FF, #E0E0FF); color: #000066; }
.contact-card__title { font-size: 1.15rem; margin-bottom: 0.75rem; color: #000066; font-weight: 700; }
.contact-card__text { color: #919EAB; font-size: 0.88rem; line-height: 1.65; margin-bottom: 1.25rem; font-weight: 400; }
.contact-card__link { color: #FF6600; font-weight: 600; font-size: 0.93rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.25rem; transition: gap 0.2s; }
.contact-card__link:hover { gap: 0.5rem; color: #e65c00; }

.section--contact-reasons { padding: 2rem 0 3rem; }

/* ---- ABOUT PAGE ---- */
/* (uses page-hero__grid, page-hero__content, page-hero__image from PAGE HERO) */

/* ---- LEGAL PAGE ---- */
.legal-page { padding: 3rem 0 5rem; }
.legal-page h1 { margin-bottom: 0.5rem; }
.legal-page__updated { color: #C4CDD5; font-size: 0.9rem; margin-bottom: 2rem; }
.legal-page section { margin-bottom: 2rem; }
.legal-page section h2 { font-size: 1.25rem; margin-bottom: 0.75rem; }
.legal-page section p { color: #919EAB; line-height: 1.7; font-weight: 400; }

/* ---- ERROR PAGE ---- */
.error-page { display: flex; align-items: center; justify-content: center; min-height: 80vh; text-align: center; }
.error-page__mascot { max-width: 180px; margin: 0 auto 1.5rem; }
.error-page h1 { font-size: 6rem; color: #FF6600; margin-bottom: 0.5rem; font-weight: 800; }
.error-page p { font-size: 1.15rem; color: #919EAB; margin-bottom: 2rem; font-weight: 400; }

/* ---- FOOTER ---- */
.footer { background: linear-gradient(180deg, #000044 0%, #000033 100%); color: #fff; padding: 4rem 0 2.5rem; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer__brand img { height: 48px; width: auto; margin-bottom: 1rem; }
.footer__tagline { font-size: 0.88rem; color: rgba(255,255,255,0.6); font-weight: 400; line-height: 1.6; }
.footer__heading { color: rgba(255,255,255,0.5); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; font-weight: 600; }
.footer__heading--sub { margin-top: 1.5rem; }
.footer__links li, .footer__list li { margin-bottom: 0.5rem; }
.footer__links a, .footer__link { color: rgba(255,255,255,0.75); font-size: 0.88rem; transition: color 0.2s; font-weight: 400; }
.footer__links a:hover, .footer__link:hover { color: #fff; }
.footer__keywords { display: flex; flex-wrap: wrap; gap: 0.375rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 1.5rem; }
.footer__keyword { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.footer__keyword-sep { color: rgba(255,255,255,0.2); font-size: 0.72rem; }
.footer__tag { font-size: 0.72rem; color: rgba(255,255,255,0.4); padding: 0.25rem 0.75rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.82rem; }
.footer__bottom p, .footer__copyright { color: rgba(255,255,255,0.4); }
.footer__email .footer__link { color: rgba(255,255,255,0.6); }
.footer__email .footer__link:hover { color: #FF6600; }
.footer__lang { display: flex; gap: 1rem; }
.footer__lang a { color: rgba(255,255,255,0.5); font-size: 0.82rem; }
.footer__lang a:hover { color: #fff; }

/* ---- FOCUS / ACCESSIBILITY ---- */
a:focus-visible, .btn:focus-visible, .nav__link:focus-visible, summary:focus-visible { outline: 2px solid #FF6600; outline-offset: 2px; }
.nav__item--dropdown:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.feature-card:focus-within { border-color: transparent; box-shadow: 0 8px 32px rgba(0,0,102,0.08); transform: translateY(-3px); }
.category-card:focus-within { border-color: transparent; box-shadow: 0 8px 32px rgba(0,0,102,0.08); transform: translateY(-3px); }
.benefit-card:focus-within { border-color: transparent; border-left-color: #FF6600; box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.benefits-audience__card:focus-within { border-color: transparent; border-left-color: #FF6600; box-shadow: 0 8px 32px rgba(0,0,0,0.06); }

/* ---- COOKIE BANNER ---- */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #000044; color: #fff; padding: 1rem 1.25rem; z-index: 100; box-shadow: 0 -4px 24px rgba(0,0,0,0.15); border-top: 1px solid rgba(255,255,255,0.06); }
.cookie-banner__content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.cookie-banner__content p { font-size: 0.85rem; color: rgba(255,255,255,0.8); flex: 1; font-weight: 400; }
.cookie-banner__content p a { color: rgba(255,255,255,0.9); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 0.5rem; }
.cookie-banner__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.25); box-shadow: none; }
.cookie-banner__actions .btn--ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); color: #fff; box-shadow: none; transform: none; }

/* ---- RESPONSIVE: MOBILE ---- */
@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }

    .nav { height: 60px; }
    .nav__logo img { height: 40px; }
    .nav__toggle { display: block; z-index: 50; }
    .nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(2) { opacity: 0; }
    .nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    .nav__menu { position: fixed; top: 60px; left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; padding: 1.5rem; transform: translateX(100%); transition: transform 0.3s ease; z-index: 999; overflow-y: auto; gap: 1rem; box-shadow: -4px 0 20px rgba(0,0,0,0.1); -webkit-overflow-scrolling: touch; }
    .nav__menu.is-open { transform: translateX(0); }
    .nav__list { flex-direction: column; width: 100%; gap: 0; }
    .nav__link { padding: 0.75rem 0; font-size: 1rem; color: #637381; }
    .nav__link:hover { color: #FF6600; background: none; }
    .nav__dropdown { position: static; opacity: 0; visibility: hidden; transform: none; box-shadow: none; border: none; padding-left: 1rem; min-width: 0; max-height: 0; overflow: hidden; transition: all 0.3s ease; }
    .nav__item--dropdown.is-dropdown-open .nav__dropdown { opacity: 1; visibility: visible; max-height: 500px; padding-top: 0.5rem; }
    .nav__item--dropdown.is-dropdown-open .nav__chevron { transform: rotate(180deg); }
    .nav__actions { width: 100%; flex-direction: column; gap: 0.75rem; }
    .nav__actions .btn { width: 100%; justify-content: center; }

    .hero { min-height: auto; }
    .hero__layout { text-align: center; padding: 3rem 1.25rem 2.5rem; flex-direction: column; gap: 2rem; }
    .hero__title { font-size: 2.1rem; }
    .hero__subtitle { margin-left: auto; margin-right: auto; font-size: 1rem; }
    .hero__audience { font-size: 0.65rem; letter-spacing: 2px; }
    .hero__actions { justify-content: center; }
    .hero__actions .btn--primary,
    .hero__actions .btn--ghost { font-size: 0.9rem; padding: 0.75rem 1.75rem; }
    .hero__stats { gap: 0; justify-content: center; flex-wrap: nowrap; padding: 1rem 0.25rem; }
    .hero__stat { padding: 0 1rem; }
    .hero__stat-value { font-size: 1.35rem; }
    .hero__stat-label { font-size: 0.7rem; }

    .how-it-works__steps { grid-template-columns: 1fr; gap: 1rem; }

    .cta-section__layout { flex-direction: column; text-align: center; }
    .cta-section__title { font-size: 1.5rem; }

    .page-hero__grid { text-align: center; }

    .footer__grid { grid-template-columns: 1fr; text-align: center; }
    .footer__bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .footer__keywords { justify-content: center; }

    .contact-cards__grid { grid-template-columns: 1fr; }

    .page-hero__title { font-size: 1.75rem; }
    .page-hero__grid { flex-direction: column; gap: 1.5rem; }
    .contact-cards__grid { grid-template-columns: 1fr; }

    .platform-preview__layout { flex-direction: column; }
    .platform-preview__visual { flex: 0 0 auto; }
    .platform-preview__text .section__title { text-align: center !important; }
    .platform-preview__desc { text-align: center; }
    .platform-preview__list { display: flex; flex-direction: column; align-items: flex-start; }

    .stats-section__grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .stats-section__value { font-size: 2rem; }

    .categories-section__grid { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
    .categories-section__item { padding: 1rem 0.5rem; }
    .categories-section__item img { width: 32px; height: 32px; }
}

/* ---- RESPONSIVE: TABLET ---- */
@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-works__steps { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .how-it-works__step { padding: 1.5rem 1rem; }
    .contact-cards__grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* ---- REDUCED MOTION ---- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---- PRINT ---- */
@media print {
    .header, .footer, .cookie-banner, .skip-link, .nav__toggle { display: none; }
    body { color: #000; background: #fff; }
    a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #637381; }
    .hero { min-height: auto; padding: 2rem 0; background: none; }
    .hero__title, .hero__subtitle { color: #000; }
    .cta-section { background: none; color: #000; }
    .cta-section__title { color: #000; }
}
