/* ── Self-hosted fonts ────────────────────────────────────────────────────── */
/* latin-ext (Slovak diacritics: á č ď é í ľ ĺ ň ó ô ŕ š ť ú ý ž) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* JetBrains Mono latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* JetBrains Mono latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --fox-orange: #FF6B2C;
    --fox-amber: #FFAB40;
    --fox-dark: #0D0D0F;
    --fox-darker: #08080A;
    --fox-gray: #1A1A1F;
    --fox-light-gray: #2A2A32;
    --fox-text: #E8E8EC;
    --fox-text-muted: #9090A0;
    --gradient-fox: linear-gradient(135deg, var(--fox-orange) 0%, var(--fox-amber) 100%);
    --gradient-trekky: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background-color: var(--fox-dark); color: var(--fox-text); overflow-x: hidden; line-height: 1.6; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--fox-darker); }
::-webkit-scrollbar-thumb { background: var(--fox-orange); border-radius: 4px; }
::selection { background: var(--fox-orange); color: var(--fox-dark); }

.navbar { padding: 1rem 0; transition: all 0.4s ease; background: transparent; }
.navbar.scrolled { background: rgba(13, 13, 15, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 107, 44, 0.1); }
.navbar-brand { font-weight: 800; font-size: 1.8rem; letter-spacing: -1px; }
.navbar-brand .fox { background: var(--gradient-fox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.navbar-brand .dev { color: var(--fox-text); }
.nav-link { color: var(--fox-text-muted) !important; font-weight: 500; font-size: 0.95rem; padding: 0.5rem 1.25rem !important; transition: all 0.3s ease; position: relative; }
.nav-link:hover, .nav-link.active { color: var(--fox-text) !important; }
.nav-link:not(.dropdown-toggle)::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--gradient-fox); transition: all 0.3s ease; transform: translateX(-50%); }
.nav-link:not(.dropdown-toggle):hover::after, .nav-link:not(.dropdown-toggle).active::after { width: 30px; }
.dropdown-menu { background: rgba(26, 26, 31, 0.95); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 0.5rem 0; margin-top: 0; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }
.dropdown-item { color: var(--fox-text-muted, #9090A0); font-size: 0.9rem; padding: 0.5rem 1.25rem; transition: all 0.2s ease; }
.dropdown-item:hover, .dropdown-item:focus { background: rgba(255, 107, 44, 0.1); color: var(--fox-orange, #FF6B2C); }
@media (min-width: 992px) { .dropdown-hover:hover > .dropdown-menu { display: block; } .dropdown-hover > .dropdown-menu { margin-top: 0; } }

.btn-fox { background: var(--gradient-fox); border: none; padding: 0.75rem 2rem; font-weight: 600; border-radius: 50px; color: var(--fox-dark); transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(255, 107, 44, 0.3); display: inline-flex; align-items: center; justify-content: center; line-height: 1.4; }
.btn-fox:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255, 107, 44, 0.4); color: var(--fox-dark); }
.btn-fox-outline { background: transparent; border: 2px solid var(--fox-orange); padding: 0.75rem 2rem; font-weight: 600; border-radius: 50px; color: var(--fox-orange); transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; line-height: 1.4; }
.btn-fox-outline:hover { background: var(--gradient-fox); border-color: transparent; color: var(--fox-dark); transform: translateY(-2px); }

.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--fox-darker); }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 20% 20%, rgba(255, 107, 44, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(255, 171, 64, 0.1) 0%, transparent 50%); pointer-events: none; }
.hero-grid { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(255, 107, 44, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 107, 44, 0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%); }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255, 107, 44, 0.1); border: 1px solid rgba(255, 107, 44, 0.2); border-radius: 50px; font-size: 0.85rem; color: var(--fox-orange); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800; line-height: 1.1; letter-spacing: -2px; margin-bottom: 1.5rem; }
.hero h1 .gradient-text { background: var(--gradient-fox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-description { font-size: 1.25rem; color: var(--fox-text-muted); max-width: 540px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.stat-item { text-align: left; }
.stat-number { font-size: 2.5rem; font-weight: 800; background: var(--gradient-fox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.stat-label { font-size: 0.9rem; color: var(--fox-text-muted); margin-top: 0.5rem; }

/* Utility classes */
.text-fox { background: var(--gradient-fox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-badge-trekky { background: rgba(99,102,241,0.1) !important; border-color: rgba(99,102,241,0.2) !important; color: #8B5CF6 !important; }
.section-badge-rentit { background: rgba(58,170,53,0.1) !important; border-color: rgba(58,170,53,0.2) !important; color: #3aaa35 !important; }
.section-sub-label { color: var(--fox-text-muted); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.hero-web-stat { font-size: 1.5rem; font-weight: 700; color: var(--fox-orange); }
.hero-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--fox-orange); border: 2px solid var(--fox-gray); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700; color: var(--fox-dark); }
.hero-avatar + .hero-avatar { margin-left: -8px; }
.hero-clients-label { font-size: 0.85rem; color: var(--fox-text-muted); }

.hero-visual { position: relative; }
.hero-image-container { position: relative; padding: 2rem; }
.hero-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(255, 107, 44, 0.3) 0%, transparent 70%); filter: blur(60px); animation: pulse 4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; } 50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; } }
.hero-card { position: relative; background: var(--fox-gray); border-radius: 24px; padding: 2rem; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); }
.code-window { background: var(--fox-darker); border-radius: 16px; overflow: hidden; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; }
.code-header { display: flex; align-items: center; gap: 0.5rem; padding: 1rem 1.25rem; background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.code-dot { width: 12px; height: 12px; border-radius: 50%; }
.code-dot.red { background: #FF5F56; }
.code-dot.yellow { background: #FFBD2E; }
.code-dot.green { background: #27CA40; }
.code-body { padding: 1.5rem; line-height: 1.8; }
.code-line { display: flex; gap: 1rem; }
.line-number { color: var(--fox-text-muted); opacity: 0.5; }
.code-keyword { color: #FF79C6; }
.code-string { color: #F1FA8C; }
.code-function { color: #8BE9FD; }
.code-property { color: var(--fox-orange); }

section { padding: 6rem 0; position: relative; }
.section-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255, 107, 44, 0.1); border: 1px solid rgba(255, 107, 44, 0.2); border-radius: 50px; font-size: 0.85rem; color: var(--fox-orange); margin-bottom: 1rem; font-weight: 500; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -1px; margin-bottom: 1rem; }
.section-description { font-size: 1.1rem; color: var(--fox-text-muted); max-width: 600px; }

#services { background: var(--fox-dark); }
.service-card { background: var(--fox-gray); border-radius: 24px; padding: 2.5rem; height: 100%; border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-fox); transform: scaleX(0); transition: transform 0.4s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255, 107, 44, 0.2); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 64px; height: 64px; background: rgba(255, 107, 44, 0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: all 0.3s ease; }
.service-icon i { font-size: 1.75rem; color: var(--fox-orange); }
.service-card:hover .service-icon { background: var(--gradient-fox); }
.service-card:hover .service-icon i { color: var(--fox-dark); }
.service-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.service-description { color: var(--fox-text-muted); margin-bottom: 1.5rem; line-height: 1.7; }
.service-features { list-style: none; padding: 0; margin: 0; }
.service-features li { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; color: var(--fox-text-muted); font-size: 0.95rem; }
.service-features li i { color: var(--fox-orange); font-size: 0.8rem; }

#webcreator { background: var(--fox-darker); position: relative; overflow: hidden; }
#webcreator::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at right, rgba(255, 107, 44, 0.08) 0%, transparent 60%); pointer-events: none; }
.cms-features { display: grid; gap: 1.5rem; }
.cms-feature { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; background: var(--fox-gray); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.3s ease; }
.cms-feature:hover { border-color: rgba(255, 107, 44, 0.2); transform: translateX(8px); }
.cms-feature-icon { width: 48px; height: 48px; background: rgba(255, 107, 44, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cms-feature-icon i { font-size: 1.25rem; color: var(--fox-orange); }
.cms-feature h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.25rem; }
.cms-feature p { color: var(--fox-text-muted); font-size: 0.95rem; margin: 0; }
.cms-preview-card { background: var(--fox-gray); border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); }
.cms-preview-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.cms-preview-dots { display: flex; gap: 0.5rem; }
.cms-preview-body { padding: 1.5rem; }
.cms-toolbar { display: flex; gap: 0.5rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.cms-toolbar-btn { width: 36px; height: 36px; background: var(--fox-dark); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--fox-text-muted); transition: all 0.2s ease; cursor: pointer; }
.cms-toolbar-btn:hover { background: var(--fox-orange); color: var(--fox-dark); border-color: var(--fox-orange); }
.cms-content-block { background: var(--fox-dark); border-radius: 12px; padding: 1rem; margin-bottom: 0.75rem; border: 1px dashed rgba(255, 255, 255, 0.1); }
.cms-content-block.active { border-color: var(--fox-orange); border-style: solid; }

#trekky { background: var(--fox-dark); position: relative; overflow: hidden; }
@media (min-width: 992px) { #trekky { min-height: 100vh; display: flex; align-items: center; } #trekky > .container { width: 100%; } }
#trekky::before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at left, rgba(99, 102, 241, 0.1) 0%, transparent 60%); pointer-events: none; }
.trekky-card { background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%); border: 1px solid rgba(99, 102, 241, 0.2); border-radius: 24px; padding: 3rem; position: relative; overflow: hidden; }
.trekky-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-trekky); }
.trekky-logo { font-size: 3rem; font-weight: 800; background: var(--gradient-trekky); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; letter-spacing: -2px; }
.trekky-tagline { font-size: 1.25rem; color: var(--fox-text); margin-bottom: 1.5rem; font-weight: 600; }
.trekky-description { color: var(--fox-text-muted); font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem; }
.trekky-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2rem; }
.trekky-feature { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; background: rgba(99, 102, 241, 0.1); border-radius: 12px; font-size: 0.95rem; }
.trekky-feature i { color: #8B5CF6; font-size: 1.1rem; }
.btn-trekky { background: var(--gradient-trekky); border: none; padding: 0.875rem 2rem; font-weight: 600; border-radius: 50px; color: white; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3); text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-trekky:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4); color: white; }
.trekky-mockup { background: var(--fox-gray); border-radius: 20px; overflow: hidden; border: 1px solid rgba(99, 102, 241, 0.2); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); }
.trekky-mockup-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%); }
.trekky-mockup-title { color: white; font-weight: 600; font-size: 0.95rem; }
.trekky-mockup-body { padding: 1.5rem; }
.trekky-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.trekky-stat-box { background: var(--fox-dark); border-radius: 12px; padding: 1rem; text-align: center; }
.trekky-stat-value { font-size: 1.5rem; font-weight: 700; color: #8B5CF6; }
.trekky-stat-label { font-size: 0.75rem; color: var(--fox-text-muted); margin-top: 0.25rem; }
.trekky-project-list { background: var(--fox-dark); border-radius: 12px; padding: 1rem; }
.trekky-project-item { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem; border-radius: 8px; margin-bottom: 0.5rem; transition: background 0.2s; }
.trekky-project-item:hover { background: rgba(99, 102, 241, 0.1); }
.trekky-project-item:last-child { margin-bottom: 0; }
.trekky-project-name { display: flex; align-items: center; gap: 0.75rem; }
.trekky-project-dot { width: 8px; height: 8px; border-radius: 50%; }
.trekky-project-dot.green { background: #27CA40; }
.trekky-project-dot.blue { background: #6366F1; }
.trekky-project-dot.orange { background: var(--fox-orange); }
.trekky-project-time { font-size: 0.85rem; color: var(--fox-text-muted); font-family: 'JetBrains Mono', monospace; }

/* RentIT Section */
#rentit { background: var(--fox-darker); position: relative; overflow: hidden; padding: 6rem 0; }
#rentit::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at right, rgba(58, 170, 53, 0.08) 0%, transparent 60%); pointer-events: none; }
.rentit-card { background: linear-gradient(135deg, rgba(58, 170, 53, 0.08) 0%, rgba(58, 170, 53, 0.03) 100%); border: 1px solid rgba(58, 170, 53, 0.2); border-radius: 24px; padding: 3rem; position: relative; overflow: hidden; }
.rentit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #2e8a2a 0%, #3aaa35 100%); }
.rentit-logo { font-size: 3rem; font-weight: 800; color: var(--fox-text); margin-bottom: 1rem; letter-spacing: -2px; }
.rentit-logo span { color: #3aaa35; }
.rentit-tagline { font-size: 1.25rem; color: var(--fox-text); margin-bottom: 1.5rem; font-weight: 600; }
.rentit-description { color: var(--fox-text-muted); font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem; }
.rentit-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2rem; }
.rentit-feature { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; background: rgba(58, 170, 53, 0.08); border-radius: 12px; font-size: 0.95rem; }
.rentit-feature i { color: #3aaa35; font-size: 1.1rem; }
.btn-rentit { background: linear-gradient(135deg, #2e8a2a 0%, #3aaa35 100%); border: none; padding: 0.875rem 2rem; font-weight: 600; border-radius: 50px; color: #fff; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(58, 170, 53, 0.3); text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-rentit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(58, 170, 53, 0.4); color: #fff; }
.rentit-mockup { background: var(--fox-gray); border-radius: 20px; overflow: hidden; border: 1px solid rgba(58, 170, 53, 0.2); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); }
.rentit-mockup-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; background: linear-gradient(135deg, #2e8a2a 0%, #3aaa35 100%); }
.rentit-mockup-title { color: #fff; font-weight: 600; font-size: 0.95rem; }
.rentit-mockup-body { padding: 1.5rem; }
.rentit-price-card { background: var(--fox-dark); border-radius: 16px; padding: 2rem; }
.rentit-plan-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #3aaa35; margin-bottom: 1rem; }
.rentit-price-row { display: flex; align-items: baseline; gap: 0.25rem; margin-bottom: 0.5rem; }
.rentit-price { font-size: 2.5rem; font-weight: 800; color: var(--fox-text); }
.rentit-period { font-size: 1rem; color: var(--fox-text-muted); }
.rentit-price-note { font-size: 0.8rem; color: var(--fox-text-muted); margin-bottom: 1.5rem; }
.rentit-includes { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.rentit-includes li { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; font-size: 0.9rem; color: var(--fox-text-muted); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.rentit-includes li:last-child { border-bottom: none; }
.rentit-includes i { color: #3aaa35; font-size: 1rem; flex-shrink: 0; }
.rentit-mockup-btn { text-align: center; background: linear-gradient(135deg, #2e8a2a 0%, #3aaa35 100%); color: #fff; padding: 0.75rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }

#portfolio { background: var(--fox-darker); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.portfolio-item { position: relative; border-radius: 24px; overflow: hidden; background: var(--fox-gray); border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease; }
.portfolio-item:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.portfolio-item.featured { grid-column: span 2; }
.portfolio-item.featured .portfolio-image { height: 300px; }
.portfolio-item.trekky-featured { background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, var(--fox-gray) 50%); border-color: rgba(99, 102, 241, 0.2); }
.portfolio-item.trekky-featured .portfolio-category { background: rgba(99, 102, 241, 0.2); color: #8B5CF6; }
.portfolio-item.trekky-featured .portfolio-placeholder { color: #8B5CF6; }
.portfolio-image { position: relative; height: 220px; background: linear-gradient(135deg, var(--fox-gray) 0%, var(--fox-light-gray) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.portfolio-placeholder { font-size: 4rem; color: var(--fox-orange); opacity: 0.3; }
.portfolio-content { padding: 2rem; }
.portfolio-category { display: inline-block; padding: 0.25rem 0.75rem; background: rgba(255, 107, 44, 0.1); color: var(--fox-orange); border-radius: 50px; font-size: 0.8rem; font-weight: 500; margin-bottom: 0.75rem; }
.portfolio-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; }
.portfolio-description { color: var(--fox-text-muted); font-size: 0.95rem; margin: 0; }

#blog { background: var(--fox-dark); }
.blog-card { background: var(--fox-gray); border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); border-color: rgba(255, 107, 44, 0.2); }
.blog-image { height: 200px; background: linear-gradient(135deg, var(--fox-light-gray) 0%, var(--fox-gray) 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.blog-image-icon { font-size: 3rem; color: var(--fox-orange); opacity: 0.3; }
.blog-content { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; font-size: 0.85rem; color: var(--fox-text-muted); flex-wrap: wrap; }
.blog-category { display: inline-block; padding: 0.25rem 0.75rem; background: rgba(255, 107, 44, 0.1); color: var(--fox-orange); border-radius: 50px; font-size: 0.8rem; font-weight: 500; }
.blog-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.4; }
.blog-card:hover .blog-title { color: var(--fox-orange); }
.blog-excerpt { color: var(--fox-text-muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; flex: 1; }
.blog-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--fox-orange); text-decoration: none; font-weight: 600; }
.blog-link:hover { gap: 0.75rem; color: var(--fox-amber); }
.blog-featured { position: relative; }
.blog-featured .blog-card { background: linear-gradient(135deg, rgba(255, 107, 44, 0.1) 0%, var(--fox-gray) 30%); }
.blog-featured .blog-image { height: 280px; }
.blog-featured-badge { position: absolute; top: 1rem; right: 1rem; background: var(--gradient-fox); padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; color: var(--fox-dark); z-index: 2; }

#pricing { background: var(--fox-darker); position: relative; }
.pricing-card { background: var(--fox-gray); border-radius: 24px; padding: 2.5rem; border: 1px solid rgba(255, 255, 255, 0.05); height: 100%; transition: all 0.4s ease; position: relative; }
.pricing-card.featured { border-color: var(--fox-orange); background: linear-gradient(180deg, rgba(255, 107, 44, 0.1) 0%, var(--fox-gray) 30%); }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gradient-fox); padding: 0.5rem 1.5rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; color: var(--fox-dark); }
.pricing-name { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.pricing-description { color: var(--fox-text-muted); margin-bottom: 1.5rem; }
.pricing-price { font-size: 3rem; font-weight: 800; margin-bottom: 0.5rem; }
.pricing-features { list-style: none; padding: 0; margin: 2rem 0; }
.pricing-features li { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li i { color: var(--fox-orange); }

#testimonials { background: var(--fox-dark); }
.testimonial-card { background: var(--fox-gray); border-radius: 24px; padding: 2.5rem; border: 1px solid rgba(255, 255, 255, 0.05); height: 100%; }
.testimonial-quote { font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar { width: 56px; height: 56px; background: var(--gradient-fox); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.25rem; color: var(--fox-dark); }
.testimonial-name { font-weight: 600; margin-bottom: 0.25rem; }
.testimonial-company { color: var(--fox-text-muted); font-size: 0.9rem; }
.testimonial-stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.testimonial-stars i { color: var(--fox-amber); }

#contact { background: var(--fox-darker); position: relative; overflow: hidden; }
.contact-card { background: var(--fox-gray); border-radius: 24px; padding: 3rem; border: 1px solid rgba(255, 255, 255, 0.05); }
.contact-info-item { display: flex; align-items: center; gap: 1rem; padding: 1.5rem; background: var(--fox-dark); border-radius: 16px; margin-bottom: 1rem; transition: all 0.3s ease; }
.contact-info-item:hover { transform: translateX(8px); border-left: 3px solid var(--fox-orange); }
.contact-info-icon { width: 48px; height: 48px; background: rgba(255, 107, 44, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon i { font-size: 1.25rem; color: var(--fox-orange); }
.contact-info-label { font-size: 0.85rem; color: var(--fox-text-muted); margin-bottom: 0.25rem; }
.contact-info-value { font-weight: 600; font-size: 1.1rem; }
.form-control { background: var(--fox-dark); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 1rem 1.25rem; color: var(--fox-text); font-size: 1rem; }
.form-control:focus { background: var(--fox-dark); border-color: var(--fox-orange); box-shadow: 0 0 0 3px rgba(255, 107, 44, 0.1); color: var(--fox-text); }
.form-control::placeholder { color: var(--fox-text-muted); }
.form-label { font-weight: 500; margin-bottom: 0.5rem; }

footer { background: var(--fox-darker); padding: 4rem 0 2rem; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.footer-brand { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.footer-description { color: var(--fox-text-muted); max-width: 300px; line-height: 1.7; }
.footer-title { font-weight: 700; margin-bottom: 1.5rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.75rem; }
.footer-links a { color: var(--fox-text-muted); text-decoration: none; transition: all 0.3s ease; }
.footer-links a:hover { color: var(--fox-orange); padding-left: 8px; }
.social-links { display: flex; gap: 1rem; }
.social-link { width: 44px; height: 44px; background: var(--fox-gray); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--fox-text-muted); text-decoration: none; transition: all 0.3s ease; }
.social-link:hover { background: var(--gradient-fox); color: var(--fox-dark); transform: translateY(-4px); }
.footer-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copyright { color: var(--fox-text-muted); font-size: 0.9rem; }

.floating-shapes { position: fixed; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.floating-shape { position: absolute; border-radius: 50%; background: var(--gradient-fox); opacity: 0.03; animation: float 20s ease-in-out infinite; }
.floating-shape:nth-child(1) { width: 300px; height: 300px; top: 10%; right: 10%; }
.floating-shape:nth-child(2) { width: 200px; height: 200px; bottom: 20%; left: 5%; animation-delay: -5s; }
.floating-shape:nth-child(3) { width: 150px; height: 150px; top: 50%; left: 30%; animation-delay: -10s; }
@keyframes float { 0%, 100% { transform: translate(0, 0); } 25% { transform: translate(20px, -30px); } 50% { transform: translate(-10px, 20px); } 75% { transform: translate(30px, 10px); } }

.grecaptcha-badge { visibility: hidden !important; }
.scroll-top { position: fixed; bottom: 2rem; left: 2rem; width: 50px; height: 50px; background: var(--gradient-fox); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--fox-dark); text-decoration: none; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 1000; box-shadow: 0 4px 20px rgba(255, 107, 44, 0.3); }
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { transform: translateY(-4px); color: var(--fox-dark); }

.navbar-toggler { border: none; padding: 0.5rem; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 107, 44, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

@media (max-width: 991px) {
    .navbar-collapse { background: var(--fox-gray); border-radius: 16px; padding: 1rem; margin-top: 1rem; border: 1px solid rgba(255, 255, 255, 0.05); }
    .hero { min-height: auto; padding: 8rem 0 4rem; }
    .hero h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .hero-description { font-size: 1rem; margin-bottom: 1.5rem; }
    .hero-stats { gap: 1.5rem; margin-top: 2rem; padding-top: 2rem; }
    .stat-number { font-size: 1.75rem; }
    .stat-label { font-size: 0.8rem; }
    .hero-visual { margin-top: 2rem; }
    .hero-card { padding: 1rem; }
    .code-window { font-size: 0.75rem; }
    .code-body { padding: 1rem; line-height: 1.6; }
    .hero-glow { width: 250px; height: 250px; }
    .trekky-features { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-item.featured { grid-column: span 1; }
}
@media (max-width: 768px) {
    section { padding: 4rem 0; }
    .hero { padding: 7rem 0 3rem; }
    .hero h1 { font-size: 2rem; margin-bottom: 1rem; }
    .hero-badge { font-size: 0.75rem; padding: 0.4rem 0.8rem; margin-bottom: 1rem; }
    .hero-description { font-size: 0.95rem; line-height: 1.6; }
    .hero-buttons { flex-direction: column; gap: 0.75rem; }
    .hero-buttons .btn { width: 100%; text-align: center; }
    .hero-stats { flex-direction: column; gap: 1rem; }
    .stat-item { flex: none; display: flex; align-items: baseline; gap: 0.5rem; }
    .stat-number { font-size: 1.5rem; }
    .stat-label { margin-top: 0; }
    .hero-image-container { padding: 1rem; }
    .hero-card { padding: 0.75rem; border-radius: 16px; }
    .code-window { font-size: 0.7rem; border-radius: 12px; }
    .code-header { padding: 0.75rem 1rem; }
    .code-dot { width: 10px; height: 10px; }
    .code-body { padding: 0.75rem; }
    .code-line { gap: 0.5rem; }
    .trekky-stat-row { grid-template-columns: 1fr; }
    .trekky-card { padding: 1.5rem; }
    .contact-card { padding: 1.5rem; }
}
@media (max-width: 576px) {
    .hero h1 { font-size: 1.75rem; }
    .stat-number { font-size: 1.25rem; }
    .section-title { font-size: 1.5rem; }
    .service-card { padding: 1.5rem; }
    .cms-feature { padding: 1rem; }
}

/* Portfolio Section Styles */
#portfolio {
    background: var(--fox-dark, #0D0D0F);
    padding: 100px 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 107, 44, 0.1);
    border: 1px solid rgba(255, 107, 44, 0.2);
    border-radius: 50px;
    color: var(--fox-orange, #FF6B2C);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--fox-text, #E8E8EC);
}

.section-description {
    color: var(--fox-text-muted, #9090A0);
    font-size: 1.1rem;
    max-width: 600px;
}

/* Portfolio Filter */
.portfolio-filter {
    margin-bottom: 2rem;
}

.filter-list {
    padding: 0;
    margin: 0;
}

.filter-item {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    margin: 0.25rem;
    background: var(--fox-gray, #1A1A1F);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    color: var(--fox-text-muted, #9090A0);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-item:hover,
.filter-item.active {
    background: var(--fox-orange, #FF6B2C);
    color: var(--fox-dark, #0D0D0F);
    border-color: var(--fox-orange, #FF6B2C);
}

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.portfolio-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--fox-gray, #1A1A1F);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 107, 44, 0.2);
}

.portfolio-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--fox-gray, #1A1A1F) 0%, var(--fox-light-gray, #2A2A32) 100%);
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 107, 44, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--fox-dark, #0D0D0F);
    color: var(--fox-text, #E8E8EC);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-link:hover {
    background: var(--fox-text, #E8E8EC);
    color: var(--fox-dark, #0D0D0F);
    transform: scale(1.1);
}

.portfolio-link-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

.portfolio-link-wrapper:hover {
    color: inherit;
}

.portfolio-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--fox-dark, #0D0D0F);
    color: var(--fox-text, #E8E8EC);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-view-btn:hover {
    background: var(--fox-text, #E8E8EC);
    color: var(--fox-dark, #0D0D0F);
    transform: scale(1.05);
}

.portfolio-content {
    padding: 1.5rem;
}

.portfolio-category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 107, 44, 0.1);
    color: var(--fox-orange, #FF6B2C);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.portfolio-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--fox-text, #E8E8EC);
}

.portfolio-description {
    color: var(--fox-text-muted, #9090A0);
    font-size: 0.9rem;
    margin: 0;
}

/* Button (duplicate removed - defined at top of file) */

/* Responsive */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }
}

.hoverable:hover {
    transition: box-shadow .45s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

/* WebCreator Page */
.table-comparison { background: var(--fox-gray); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); }
.table-comparison th { background: var(--fox-darker); border-bottom: 2px solid rgba(255, 107, 44, 0.2); padding: 1.25rem; font-weight: 600; font-size: 1.1rem; }
.table-comparison td { padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); vertical-align: middle; }
.table-comparison td:first-child { font-weight: 500; }
.table-comparison td:last-child { color: var(--fox-orange); }
.table-comparison tbody tr:hover { background: rgba(255, 107, 44, 0.05); }
.wc-step-number { display: block; font-size: 2.5rem; font-weight: 800; background: var(--gradient-fox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin: 1rem 0 0.5rem; }
.webcreator-hero { padding-top: 8rem; }
@media (max-width: 768px) {
    .webcreator-hero .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
    .webcreator-hero .hero-stats .stat-item { width: 45%; }
}

/* =============================================
   BLOG LISTING & DETAIL PAGES
   ============================================= */

/* Blog Hero */
.blog-hero {
    padding: 10rem 0 2rem;
    background: var(--fox-darker);
    position: relative;
}
.blog-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 30% 30%, rgba(255, 107, 44, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Blog Listing Section */
.blog-listing-section {
    background: var(--fox-dark);
    padding: 3rem 0 6rem;
}

/* Blog Card - Link Wrapper */
.blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.blog-card-link:hover { color: inherit; }

/* Blog Card Override for Listing */
.blog-listing-section .blog-card {
    height: 100%;
}

/* Featured Blog Card */
.blog-card--featured {
    background: var(--fox-gray);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}
.blog-card--featured:hover {
    border-color: rgba(255, 107, 44, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.blog-image--featured {
    height: 100%;
    min-height: 320px;
    background: linear-gradient(135deg, var(--fox-light-gray) 0%, var(--fox-gray) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-content--featured {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-title--featured {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 800;
}
.blog-featured {
    position: relative;
}

/* Blog Read More Link */
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--fox-orange);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-top: auto;
}
.blog-read-more:hover {
    gap: 0.75rem;
    color: var(--fox-amber);
}

/* =============================================
   BLOG DETAIL PAGE
   ============================================= */

.blog-detail-hero {
    padding: 10rem 0 3rem;
    background: var(--fox-darker);
    position: relative;
}
.blog-detail-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 20% 20%, rgba(255, 107, 44, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--fox-text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}
.blog-back-link:hover {
    color: var(--fox-orange);
    gap: 0.75rem;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.blog-detail-date,
.blog-detail-author {
    font-size: 0.9rem;
    color: var(--fox-text-muted);
}

.blog-detail-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.blog-edit-link {
    color: var(--fox-orange);
    font-size: 0.6em;
    vertical-align: middle;
    opacity: 0.6;
    text-decoration: none;
}
.blog-edit-link:hover { opacity: 1; }

.blog-detail-prologue {
    font-size: 1.25rem;
    color: var(--fox-text-muted);
    line-height: 1.8;
    max-width: 800px;
}

/* Blog Detail Content */
.blog-detail-content {
    background: var(--fox-dark);
    padding: 4rem 0 6rem;
}

.blog-detail-image {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.blog-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-detail-body {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--fox-text);
}
.blog-detail-body h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: var(--fox-text);
}
.blog-detail-body h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem;
    color: var(--fox-text);
}
.blog-detail-body p {
    margin-bottom: 1.5rem;
    color: var(--fox-text-muted);
}
.blog-detail-body ul,
.blog-detail-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}
.blog-detail-body li {
    margin-bottom: 0.5rem;
    color: var(--fox-text-muted);
}
.blog-detail-body a {
    color: var(--fox-orange);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 107, 44, 0.3);
    transition: all 0.3s ease;
}
.blog-detail-body a:hover {
    color: var(--fox-amber);
    border-bottom-color: var(--fox-amber);
}
.blog-detail-body blockquote {
    border-left: 4px solid var(--fox-orange);
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background: var(--fox-gray);
    border-radius: 0 16px 16px 0;
}
.blog-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 1.5rem 0;
}

/* Blog Gallery */
.blog-detail-gallery {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.blog-gallery-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}
.blog-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 107, 44, 0.2);
}
.blog-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Blog Detail Footer */
.blog-detail-footer {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

/* Blog Responsive */
@media (max-width: 991px) {
    .blog-image--featured { min-height: 250px; }
    .blog-content--featured { padding: 2rem; }
    .blog-title--featured { font-size: 1.5rem; }
}
@media (max-width: 768px) {
    .blog-hero { padding: 8rem 0 1.5rem; }
    .blog-detail-hero { padding: 8rem 0 2rem; }
    .blog-image--featured { min-height: 200px; }
    .blog-content--featured { padding: 1.5rem; }
    .blog-title--featured { font-size: 1.3rem; }
    .blog-detail-title { font-size: 1.8rem; }
    .blog-detail-prologue { font-size: 1.1rem; }
    .blog-detail-body { font-size: 1rem; }
    .blog-detail-content { padding: 2rem 0 4rem; }
}

/* ===== Cookie Consent - FOX Dark Theme ===== */
.cc--darkmode #cc-main {
    --cc-bg: rgba(18, 18, 22, 0.8);
    --cc-primary-color: #e8e8e8;
    --cc-secondary-color: #a0a0aa;
    --cc-btn-primary-bg: var(--fox-orange);
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-bg: #e55a1f;
    --cc-btn-secondary-bg: rgba(255, 255, 255, 0.1);
    --cc-btn-secondary-color: #e0e0e0;
    --cc-btn-secondary-hover-bg: rgba(255, 255, 255, 0.18);
    --cc-separator-border-color: rgba(255, 255, 255, 0.08);
    --cc-toggle-on-bg: var(--fox-orange);
    --cc-toggle-off-bg: #4a4a55;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: #d0d0d0;
    --cc-cookie-category-block-bg: rgba(255, 255, 255, 0.04);
    --cc-cookie-category-block-hover-bg: rgba(255, 255, 255, 0.07);
    --cc-footer-bg: rgba(0, 0, 0, 0.3);
    --cc-footer-color: #8a8a95;
    --cc-footer-border-color: rgba(255, 255, 255, 0.06);
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-font-family: 'Outfit', sans-serif;
    --cc-modal-border-radius: 0;
    --cc-btn-border-radius: 6px;
    --cc-font-size: 0.84rem;
}

/* Consent bar - matches Bootstrap .container width exactly */
#cc-main .cm,
#cc-main .cm.cm--bar,
#cc-main .cm.cm--bar.cm--inline {
    max-width: 100% !important;
    width: 100% !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none !important;
    border-top: 1px solid rgba(255, 107, 44, 0.2) !important;
    border-radius: 0 !important;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5);
}
#cc-main .cm__body,
#cc-main .cm.cm--bar .cm__body,
#cc-main .cm.cm--bar.cm--inline .cm__body {
    /* Match Bootstrap .container responsive widths */
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 1.1rem 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
    box-sizing: border-box !important;
}
@media (max-width: 1399.98px) {
    #cc-main .cm__body,
    #cc-main .cm.cm--bar .cm__body,
    #cc-main .cm.cm--bar.cm--inline .cm__body {
        max-width: 1140px !important;
    }
}
@media (max-width: 1199.98px) {
    #cc-main .cm__body,
    #cc-main .cm.cm--bar .cm__body {
        max-width: 960px !important;
    }
}
@media (max-width: 991.98px) {
    #cc-main .cm__body,
    #cc-main .cm.cm--bar .cm__body {
        max-width: 720px !important;
    }
}
#cc-main .cm__texts,
#cc-main .cm.cm--bar .cm__texts,
#cc-main .cm.cm--bar.cm--inline .cm__texts {
    flex: 1;
    min-width: 0;
    padding: 0 !important;
    margin: 0 !important;
}
#cc-main .cm__title,
#cc-main .cm.cm--bar .cm__title {
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    padding: 0 !important;
}
#cc-main .cm__desc,
#cc-main .cm.cm--bar .cm__desc {
    font-size: 0.8rem;
    line-height: 1.5;
    opacity: 0.85;
    padding: 0 !important;
    margin: 0 !important;
}
/* Override library's combined title+desc horizontal padding */
#cc-main .cm__desc,
#cc-main .cm__title {
    padding: 0 !important;
}
/* Button container — always row, never wrap, no max-width limit */
#cc-main .cm__btns,
#cc-main .cm.cm--bar .cm__btns,
#cc-main .cm.cm--bar.cm--inline .cm__btns,
#cc-main .cm--bar.cm--inline .cm__btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* Kill library's margin-top on adjacent buttons and button groups */
#cc-main .cm__btn + .cm__btn,
#cc-main [class*="cm__btn-group"] + [class*="cm__btn-group"] {
    margin-top: 0 !important;
    margin: 0 !important;
}

/* Button groups — size to content, not 50/50 split */
#cc-main [class*="cm__btn-group"] {
    flex: none !important;
    gap: 0.5rem !important;
}

/* All buttons — auto width so text fits, no overflow clipping */
.cc--darkmode #cc-main .cm .cm__btn,
.cc--darkmode #cc-main .cm.cm--bar .cm__btn,
.cc--darkmode #cc-main .cm.cm--bar.cm--inline .cm__btn,
#cc-main .cm .cm__btn[data-role],
#cc-main .cm .cm__btn {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    padding: 0.45rem 1.1rem !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    width: auto !important;
    min-width: fit-content !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    line-height: 1.4 !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* Primary button (Povoliť všetko) — white bg, dark text: passes WCAG AA (~20:1) */
#cc-main .cm .cm__btn[data-role="all"],
#cc-main .cm .cm__btn[data-role="all"] span {
    background: #fff !important;
    color: #0D0D0F !important;
    border: 1px solid #fff !important;
}
#cc-main .cm .cm__btn[data-role="all"]:hover,
#cc-main .cm .cm__btn[data-role="all"]:hover span {
    background: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #0D0D0F !important;
}

/* Secondary button (Odmietnuť všetko) — ghost with white text: passes WCAG AA (~20:1) */
#cc-main .cm .cm__btn[data-role="necessary"],
#cc-main .cm .cm__btn[data-role="necessary"] span {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#cc-main .cm .cm__btn[data-role="necessary"]:hover,
#cc-main .cm .cm__btn[data-role="necessary"]:hover span {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
    color: #fff !important;
}

/* Tertiary button (Prispôsobiť) — ghost, only data-role="show" */
#cc-main .cm .cm__btn[data-role="show"] {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
#cc-main .cm .cm__btn[data-role="show"]:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 767.98px) {
    #cc-main .cm__body,
    #cc-main .cm.cm--bar .cm__body {
        flex-direction: column !important;
        gap: 0.75rem !important;
        padding: 1.2rem 1rem !important;
        max-width: 100% !important;
    }
    #cc-main .cm__btns,
    #cc-main .cm.cm--bar .cm__btns,
    #cc-main .cm.cm--bar.cm--inline .cm__btns,
    #cc-main .cm.cm--box .cm__btns {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0.4rem !important;
        border: none !important;
    }
    /* Flatten button groups — remove nesting so all buttons are direct flex children */
    #cc-main .cm__btn-group,
    #cc-main .cm .cm__btn-group,
    #cc-main .cm.cm--bar .cm__btn-group,
    #cc-main .cm.cm--bar.cm--inline .cm__btn-group,
    #cc-main .cm [class*="cm__btn-group"],
    .cc--darkmode #cc-main .cm [class*="cm__btn-group"] {
        display: contents !important;
    }
    .cc--darkmode #cc-main .cm .cm__btn,
    #cc-main .cm .cm__btn,
    #cc-main .cm.cm--box .cm__btn,
    #cc-main .cm.cm--bar .cm__btn,
    #cc-main .cm.cm--bar.cm--inline .cm__btn,
    #cc-main .cm [class*="cm__btn--"] {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        padding: 0.4rem 0.25rem !important;
        font-size: 0.72rem !important;
        white-space: nowrap !important;
        text-align: center !important;
        margin: 0 !important;
        border-radius: 6px !important;
    }
    #cc-main .cm .cm__btn[data-role="all"] {
        margin-right: 0 !important;
    }
}

/* Preferences modal */
#cc-main .pm {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
#cc-main .pm__title {
    font-size: 1.1rem;
}
#cc-main .pm__section-desc,
#cc-main .pm__section-title {
    font-size: 0.85rem;
}

#cc-main .cc-link {
    color: var(--fox-orange);
}
#cc-main .cc-link:hover {
    color: var(--fox-amber);
}

/* Cookie settings button in footer */
#cookie-settings-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--fox-gray);
    border: 1px solid rgba(255, 107, 44, 0.3);
    color: var(--fox-orange);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}
/* About Section */
/* Web Design section */
#webdesign { background: var(--fox-dark); padding: 6rem 0; }

/* Browser mockup */
.wd-browser { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
.wd-browser-bar { background: rgba(255,255,255,0.04); padding: 0.75rem 1.25rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.wd-browser-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.wd-browser-dot:first-child { background: #FF5F57; }
.wd-browser-dot:nth-child(2) { background: #FEBC2E; }
.wd-browser-dot:nth-child(3) { background: #28C840; }
.wd-browser-url { flex: 1; margin: 0 1rem; background: rgba(255,255,255,0.05); border-radius: 6px; padding: 0.3rem 0.75rem; font-size: 0.78rem; color: var(--fox-text-muted); font-family: monospace; }
.wd-browser-actions { display: flex; gap: 0.5rem; }
.wd-browser-badge { font-size: 0.72rem; font-weight: 600; padding: 0.25rem 0.6rem; border-radius: 20px; display: flex; align-items: center; gap: 0.3rem; }
.wd-browser-badge.green { background: rgba(40,200,64,0.15); color: #28C840; }
.wd-browser-badge.orange { background: rgba(255,107,44,0.15); color: var(--fox-orange); }
.wd-browser-badge.blue { background: rgba(96,165,250,0.15); color: #60A5FA; }
.wd-browser-content { background: var(--fox-darker); display: flex; min-height: 280px; }
.wd-browser-sidebar { width: 52px; border-right: 1px solid rgba(255,255,255,0.04); padding: 1rem 0.75rem; display: flex; flex-direction: column; gap: 0.5rem; }
.wd-nav-item { height: 8px; border-radius: 4px; background: rgba(255,255,255,0.08); }
.wd-nav-item.active { background: rgba(255,107,44,0.5); width: 80%; }
.wd-browser-main { flex: 1; padding: 1.5rem; }
.wd-hero-block { background: linear-gradient(135deg, rgba(255,107,44,0.06) 0%, rgba(255,171,64,0.03) 100%); border: 1px solid rgba(255,107,44,0.1); border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem; }
.wd-hero-headline { height: 18px; background: rgba(255,107,44,0.35); border-radius: 4px; width: 55%; margin-bottom: 0.6rem; }
.wd-hero-sub { height: 10px; background: rgba(255,255,255,0.08); border-radius: 4px; width: 80%; margin-bottom: 0.4rem; }
.wd-hero-sub.short { width: 60%; margin-bottom: 0.75rem; }
.wd-hero-btn { height: 28px; width: 120px; background: rgba(255,107,44,0.4); border-radius: 20px; }
.wd-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.wd-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 0.75rem; }
.wd-card-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,107,44,0.2); margin-bottom: 0.5rem; }
.wd-card-line { height: 8px; background: rgba(255,255,255,0.08); border-radius: 4px; margin-bottom: 0.35rem; }
.wd-card-line.short { width: 60%; }

/* Web type cards */
.wd-type-card-link { display: block; height: 100%; text-decoration: none; color: inherit; }
.wd-type-card-link:hover, .wd-type-card-link:focus { color: inherit; text-decoration: none; }
.wd-type-card-link * { text-decoration: none; }
.wd-type-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 1.75rem; height: 100%; transition: border-color 0.3s ease, background 0.3s ease; }
.wd-type-card:hover { border-color: rgba(255,107,44,0.3); background: rgba(255,107,44,0.04); }
.wd-type-icon { font-size: 2rem; color: var(--fox-orange); margin-bottom: 1rem; display: block; }
.wd-type-title { font-size: 1.05rem; font-weight: 700; color: var(--fox-text); margin-bottom: 0.5rem; }
.wd-type-desc { font-size: 0.875rem; color: var(--fox-text-muted); margin: 0; line-height: 1.6; }

/* CTA strip */
.wd-cta-strip { margin-top: 3rem; padding: 1.5rem 2rem; background: rgba(255,107,44,0.06); border: 1px solid rgba(255,107,44,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.wd-cta-strip strong { color: var(--fox-text); }
.wd-cta-strip .text-muted { color: var(--fox-text-muted) !important; font-size: 0.9rem; }

#about { background: var(--fox-darker); padding: 6rem 0; }
@media (min-width: 992px) { #about { min-height: 100vh; display: flex; align-items: center; padding: 0; } #about > .container { width: 100%; } }
.about-card { background: linear-gradient(135deg, rgba(255,107,44,0.06) 0%, rgba(255,107,44,0.02) 100%); border: 1px solid rgba(255,107,44,0.15); border-radius: 24px; padding: 2.5rem; position: relative; overflow: hidden; }
.about-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-fox); }
.about-avatar { display: flex; justify-content: center; margin-bottom: 1.5rem; }
.about-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 3px solid var(--fox-orange); }
.about-avatar-placeholder { width: 140px; height: 140px; border-radius: 50%; background: rgba(255,107,44,0.1); border: 3px solid rgba(255,107,44,0.3); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--fox-orange); }
.about-identity { text-align: center; margin-bottom: 2rem; }
.about-name { font-size: 1.4rem; font-weight: 700; color: var(--fox-text); margin-bottom: 0.25rem; }
.about-role { font-size: 0.95rem; color: var(--fox-orange); font-weight: 500; margin-bottom: 0.5rem; }
.about-location { font-size: 0.85rem; color: var(--fox-text-muted); }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; }
.about-stat { text-align: center; }
.about-stat-value { font-size: 1.6rem; font-weight: 800; color: var(--fox-orange); line-height: 1; }
.about-stat-label { font-size: 0.75rem; color: var(--fox-text-muted); margin-top: 0.25rem; }
.about-bio { color: var(--fox-text-muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1rem; }
.about-skills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.about-skill-tag { background: rgba(255,107,44,0.08); border: 1px solid rgba(255,107,44,0.2); color: var(--fox-text); padding: 0.35rem 0.85rem; border-radius: 50px; font-size: 0.85rem; }

/* WebCreator page */
.webcreator-hero { background: var(--fox-darker); position: relative; overflow: hidden; padding: 8rem 0 6rem; }
.webcreator-hero .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,107,44,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,107,44,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.wc-comparison-table { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.table-comparison { margin-bottom: 0; }
.table-comparison thead th { background: rgba(255,107,44,0.1); border-color: rgba(255,255,255,0.08); padding: 1rem; }
.table-comparison tbody td { border-color: rgba(255,255,255,0.06); padding: 0.875rem 1rem; color: var(--fox-text-muted); vertical-align: middle; }
.table-comparison tbody tr:hover td { background: rgba(255,255,255,0.02); }
.table-comparison tbody td strong { color: var(--fox-text); }
.wc-step-number { font-size: 2.5rem; font-weight: 800; color: rgba(255,107,44,0.2); line-height: 1; margin: 0.5rem 0; }

#cookie-settings-btn:hover {
    opacity: 1;
    background: var(--fox-orange);
    color: #fff;
    transform: scale(1.1);
}
