/* HotRod Productions – Web Agency Theme */

:root {
  --bg: #0a0a0a;
  --bg-elevated: #111111;
  --bg-card: #161616;
  --text: #f5f5f5;
  --text-muted: #a3a3a3;
  --flame: #ff6b35;
  --flame-dark: #e85d04;
  --copper: #c87941;
  --cyan: #38bdf8;
  --gold: #d4af37;
  --border: #2a2a2a;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  animation: page-enter 0.55s ease-out both;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--flame-dark), var(--copper));
  border-radius: 999px; border: 2px solid var(--bg);
}

::selection { background: rgba(255, 107, 53, 0.35); color: #fff; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--flame); outline-offset: 2px;
}

@keyframes page-enter { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { animation: none; }
  .reveal-on-scroll, .reveal-stagger { opacity: 1; transform: none; transition: none; }
  .hero-tagline, .hero-stat-value { animation: none !important; }
}

h1, h2, h3, .hrp-title, .font-serif {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hrp-page {
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 120% 80% at 100% -20%, rgba(255, 107, 53, 0.06), transparent 55%),
    linear-gradient(165deg, rgba(255,255,255,0.018) 0%, transparent 40%);
}

/* Nav – eri ilme kuin Jazzholes (ei serif/uppercase/alleviivaus) */
.hrp-nav {
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s ease;
}
.hrp-nav.nav-scrolled { box-shadow: 0 8px 32px rgba(0,0,0,0.5); }

.hrp-nav-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--flame) 0%, var(--flame) 35%, var(--cyan) 100%);
}

.hrp-nav-bar { height: 4.25rem; }
@media (min-width: 768px) { .hrp-nav-bar { height: 4.75rem; } }

.hrp-nav-brand {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none; min-width: 0;
}
.hrp-nav-logo {
  height: 2.5rem; width: auto; border-radius: 4px;
  background: #ececec; padding: 0.2rem 0.45rem; flex-shrink: 0;
}
@media (min-width: 768px) { .hrp-nav-logo { height: 2.85rem; } }

.hrp-nav-wordmark {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.95rem; font-weight: 600; letter-spacing: -0.02em;
  color: #fff; line-height: 1.15; display: none;
}
.hrp-nav-wordmark em {
  font-style: normal; font-weight: 500; color: var(--text-muted); display: block;
  font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
}
@media (min-width: 640px) { .hrp-nav-wordmark { display: block; } }

.hrp-nav-links { gap: 0.2rem; }
.hrp-nav-link {
  padding: 0.45rem 0.85rem; border-radius: 6px;
  font-size: 0.875rem; font-weight: 500; letter-spacing: 0.01em;
  color: var(--text-muted); transition: color 0.2s, background 0.2s;
}
.hrp-nav-link:hover { color: #fff; background: rgba(255,255,255,0.05); }
.hrp-nav-link.active {
  color: #fff; background: rgba(255, 107, 53, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 107, 53, 0.35);
}

/* FI | EN language switch */
.hrp-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.hrp-lang a {
  color: #737373;
  padding: 0.25rem 0.2rem;
  transition: color 0.15s ease;
  text-decoration: none;
}
.hrp-lang a:hover { color: #fff; }
.hrp-lang a.is-active { color: #38bdf8; }
.hrp-lang span { color: #404040; user-select: none; }
.hrp-mobile-menu .hrp-lang {
  margin: 0.65rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.hrp-nav-cta {
  margin-left: 0.5rem; padding: 0.5rem 1rem !important;
  border-radius: 6px !important; font-size: 0.875rem !important;
  font-weight: 600 !important; letter-spacing: 0.02em !important;
  text-transform: none !important;
  background: var(--flame) !important; color: #0a0a0a !important;
  border: none !important; transition: filter 0.2s, transform 0.2s;
}
.hrp-nav-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.hrp-nav-cta.active { box-shadow: inset 0 0 0 2px rgba(0,0,0,0.25); }

.hrp-nav-toggle {
  color: #fff; padding: 0.5rem; min-height: 44px; min-width: 44px;
  border-radius: 6px; border: 1px solid var(--border);
}
.hrp-nav-toggle:hover { border-color: rgba(255,107,53,0.45); color: var(--flame); }

.hrp-mobile-menu {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;
  border-top: 1px solid var(--border); background: #080808;
}
.hrp-mobile-menu.open { max-height: calc(100vh - 5rem); overflow-y: auto; }
.hrp-mobile-menu a {
  display: block; padding: 0.65rem 0; font-size: 0.9375rem; font-weight: 500;
  color: var(--text-muted); letter-spacing: 0.01em;
}
.hrp-mobile-menu a:hover { color: #fff; }
.hrp-mobile-menu a.hrp-nav-cta {
  color: var(--flame) !important; font-weight: 600;
}

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(to bottom, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.92) 70%, #0a0a0a 100%);
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% 20%, rgba(255,107,53,0.12), transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(56,189,248,0.06), transparent 70%);
}

.hero-eyebrow {
  display: inline-block; padding: 0.35rem 0.85rem; font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(255,107,53,0.1); color: var(--flame); border-radius: 4px;
  border-left: 3px solid var(--flame);
}

.hero-headline {
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero-headline em {
  font-style: normal;
  background: linear-gradient(105deg, #ff6b35, #ffd4c2, #38bdf8);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hero leipäteksti — hengittävä riviväli, sans (Jakarta) luettavuuteen */
.hero-lead {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(0.98rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #d1d5db;
  text-wrap: pretty;
}
.hero-lead p {
  margin: 0 0 1.05em;
}
.hero-lead p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .hero-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.7;
  }
  .hero-lead p {
    margin-bottom: 1.2em;
  }
}

.hero-tagline {
  background: linear-gradient(105deg, #ff6b35 0%, #f5e6d8 30%, #38bdf8 55%, #c87941 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tagline-shimmer 9s ease-in-out infinite;
}

@keyframes tagline-shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* Hero buttons + stat boxes share the same 3-column grid */
.hrp-hero-metrics {
  width: 100%;
  max-width: 36rem;
  margin: 2.5rem auto 0;
}
@media (min-width: 1024px) {
  .lg\:text-left > .hrp-hero-metrics { margin-left: 0; margin-right: auto; }
}

.hrp-hero-metrics__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.hrp-hero-metrics__buttons .btn-flame { grid-column: 1; justify-self: start; }
.hrp-hero-metrics__buttons .btn-cyan { grid-column: 2; justify-self: start; }

@media (max-width: 639px) {
  .hrp-hero-metrics__buttons {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .hrp-hero-metrics__buttons .btn-flame,
  .hrp-hero-metrics__buttons .btn-cyan {
    grid-column: 1;
    justify-self: center;
  }
}

.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  max-width: none; margin: 0;
}
@media (max-width: 480px) {
  .hero-stats { gap: 0.5rem; }
  .hero-stat { padding: 0.65rem 0.5rem; }
  .hero-stat-value { font-size: 1.35rem; }
  .hero-stat-label { font-size: 0.62rem; line-height: 1.3; }
}

.hero-stat {
  padding: 1rem; border: 1px solid var(--border); border-radius: 10px;
  background: rgba(22,22,22,0.7); backdrop-filter: blur(6px);
}
.hero-stat-value {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.75rem; font-weight: 700; color: var(--flame); line-height: 1;
}
.hero-stat-label { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.35rem; letter-spacing: 0.04em; }

/* Buttons */
.btn-flame, .btn-cyan, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  position: relative; overflow: hidden; transition: all 0.22s ease;
  text-transform: none; letter-spacing: 0.02em; font-weight: 600;
  border-radius: 0.5rem !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.btn-flame {
  background: transparent; border: 1px solid var(--flame); color: var(--flame);
}
.btn-flame:hover {
  background: var(--flame); color: #0a0a0a;
  box-shadow: 0 0 28px rgba(255,107,53,0.35);
}

.btn-cyan {
  background: transparent; border: 1px solid var(--cyan); color: var(--cyan);
}
.btn-cyan:hover {
  background: var(--cyan); color: #0a0a0a;
  box-shadow: 0 0 22px rgba(56,189,248,0.35);
}

.btn-ghost {
  border: 1px solid var(--border); color: var(--text);
}
.btn-ghost:hover { border-color: var(--flame); color: var(--flame); }

.btn-flame::after, .btn-cyan::after {
  content: ''; position: absolute; top: 0; left: -120%; width: 80%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: skewX(-18deg); transition: left 0.55s ease;
}
.btn-flame:hover::after, .btn-cyan:hover::after { left: 140%; }

/* Cards */
.card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,107,53,0.3);
  box-shadow: 0 12px 32px -14px rgba(0,0,0,0.7);
}

.section-header {
  position: relative; display: inline-block;
  padding-left: 1rem;
}
.section-header::before {
  content: ''; position: absolute; left: 0; top: 0.15em; bottom: 0.15em; width: 3px;
  background: var(--flame); border-radius: 2px;
}

.section-kicker {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 0.75rem;
}

/* Pricing */
.pricing-grid { display: grid; gap: 1.25rem; }
@media (min-width: 900px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }

.pricing-card { display: flex; flex-direction: column; padding: 1.75rem; height: 100%; }
.pricing-card--featured {
  border-color: rgba(255,107,53,0.55);
  box-shadow: 0 0 0 1px rgba(255,107,53,0.15), 0 20px 50px -24px rgba(255,107,53,0.25);
  position: relative;
}
.pricing-badge {
  position: absolute; top: -0.65rem; left: 50%; transform: translateX(-50%);
  background: var(--flame); color: #0a0a0a; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.85rem; border-radius: 999px;
}
.pricing-price {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 2.75rem; font-weight: 700; line-height: 1; color: #fff;
}
.pricing-price span { font-size: 1rem; color: var(--text-muted); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; }
.pricing-list { margin: 1.25rem 0; flex-grow: 1; }
.pricing-list li {
  display: flex; gap: 0.5rem; font-size: 0.9rem; color: #d1d5db;
  padding: 0.4rem 0; border-bottom: 1px solid rgba(42,42,42,0.6);
}
.pricing-list li::before { content: '✓'; color: var(--cyan); flex-shrink: 0; }

.pricing-footnote {
  max-width: 46rem;
  margin-top: 2.5rem;
  padding-inline: 0.5rem;
  line-height: 1.75;
  text-wrap: pretty;
}

/* Browser mockup */
.browser-mockup {
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.85);
  background: #0d0d0d;
}
.browser-bar {
  display: flex; align-items: center; gap: 0.45rem;
  padding: 0.65rem 0.85rem; background: #1a1a1a; border-bottom: 1px solid var(--border);
}
.browser-dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; }
.browser-dot--r { background: #ff5f57; }
.browser-dot--y { background: #febc2e; }
.browser-dot--g { background: #28c840; }
.browser-url {
  flex: 1; margin-left: 0.5rem; font-size: 0.68rem; color: #888;
  background: #111; border-radius: 6px; padding: 0.3rem 0.65rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.browser-screen { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #000; }
.browser-screen img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 52%;
}

/* Hero mockup – oikea sivustokuvakaappaus (yleiskuva) */
.browser-mockup--hero {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .browser-mockup--hero { max-width: none; margin: 0; }
}
.browser-screen--hero {
  aspect-ratio: 3 / 2;
}
@media (min-width: 1024px) {
  .browser-screen--hero { aspect-ratio: 16 / 10; }
}
/* Sivustopreview: näytä yläosa (nav + logo + hero), ei cropata keskelle */
.browser-screen--site {
  background: #0a0a0a;
}
.browser-screen--site img {
  object-fit: cover;
  object-position: center top;
}
.browser-caption {
  display: block;
  text-align: center;
  padding: 0.65rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #a3a3a3;
  background: #141414;
  border-top: 1px solid var(--border);
  transition: color 0.15s ease, background 0.15s ease;
}
.browser-caption:hover {
  color: #38bdf8;
  background: #1a1a1a;
}

.hero { min-height: 0; }
@media (min-width: 1024px) {
  .hero { min-height: 92vh; }
}

/* Portfolio */
.portfolio-card { overflow: hidden; }
.portfolio-shot { aspect-ratio: 16/10; overflow: hidden; background: #000; }
.portfolio-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.portfolio-shot--live img { object-position: center 52%; }
.portfolio-card:hover .portfolio-shot img { transform: scale(1.04); }
.portfolio-meta { padding: 1.25rem 1.5rem; }

/* Process */
.process-step {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem 1.25rem;
  padding: 1.25rem 0; border-bottom: 1px solid var(--border);
}
.process-num {
  width: 2.5rem; height: 2.5rem; border-radius: 6px;
  background: rgba(255,107,53,0.12); border: 1px solid rgba(255,107,53,0.35);
  color: var(--flame);
  display: flex; align-items: center; justify-content: center;
  font-family: "Outfit", system-ui, sans-serif; font-size: 0.95rem; font-weight: 700;
}

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  cursor: pointer; padding: 1.1rem 0; font-weight: 600; color: #fff;
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--flame); font-size: 1.25rem; line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-body { padding: 0 0 1.1rem; color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }

/* Compare */
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.compare-table th, .compare-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); text-align: left; }
.compare-table th { color: var(--flame); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }
.compare-table .yes { color: var(--cyan); }
.compare-table .no { color: #666; }
@media (max-width: 767px) {
  .compare-table { font-size: 0.78rem; min-width: 28rem; }
  .compare-table th, .compare-table td { padding: 0.55rem 0.65rem; }
}

/* CTA banner */
.cta-banner {
  border: 1px solid rgba(255,107,53,0.28); border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,107,53,0.07), rgba(56,189,248,0.04));
  padding: 2.5rem 2rem; text-align: center;
  border-left: 4px solid var(--flame);
}

/* Trust pills */
.trust-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.trust-pill {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.4rem 0.75rem; border: 1px solid var(--border); border-radius: 999px; color: var(--text-muted);
}

/* Parallax */
.parallax-strip { position: relative; overflow: hidden; }
.parallax-strip img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }

/* Forms */
.form-label {
  display: block; font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--copper); margin-bottom: 0.5rem;
}
.form-input {
  width: 100%; padding: 0.75rem 1rem; background: var(--bg);
  border: 1px solid var(--border); border-radius: 8px; color: var(--text);
  font-size: 0.9375rem; transition: border-color 0.2s ease;
}
.form-input:focus { outline: none; border-color: var(--flame); }
.form-textarea { resize: vertical; min-height: 6rem; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { font-size: 0.8rem; color: #f87171; margin-top: 0.75rem; }
.form-error.hidden { display: none; }

/* Tarjouslomakkeen alaviite — hengittävä, luettava myös puhelimella */
.contact-footnote {
  margin-top: 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}
.contact-footnote p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #737373;
  text-wrap: pretty;
}
.contact-footnote p + p {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 640px) {
  .contact-footnote {
    padding: 1.1rem 1.25rem;
  }
  .contact-footnote p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .contact-footnote p + p {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
  }
}

/* Legacy – piilota vanhat jazzholes-tyyliset nav-luokat */
.nav-link::before { display: none; }

/* Polish */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999; background: rgba(42,42,42,0.4); pointer-events: none; }
.scroll-progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--flame), var(--cyan), var(--flame));
  background-size: 200% 100%; animation: progress-shimmer 4s linear infinite;
  transition: width 0.08s linear;
}
@keyframes progress-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }

.back-to-top {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 9990;
  width: 2.75rem; height: 2.75rem; border-radius: 50%;
  border: 1px solid rgba(255,107,53,0.45); background: rgba(10,10,10,0.9);
  color: var(--flame); cursor: pointer; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s; backdrop-filter: blur(8px);
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: var(--cyan); color: var(--cyan); }

.hrp-toast {
  position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(1.25rem);
  z-index: 10050; padding: 1rem 1.75rem; background: rgba(10,10,10,0.96);
  border: 1px solid rgba(255,107,53,0.5); border-radius: 999px; color: var(--flame);
  font-size: 0.95rem; opacity: 0; visibility: hidden;
  transition: opacity 0.35s, transform 0.35s, visibility 0.35s;
  max-width: min(90vw, 28rem); text-align: center;
}
.hrp-toast.is-visible { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

.reveal-on-scroll { opacity: 0; transform: translateY(14px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal-on-scroll.is-visible, .reveal-stagger.is-visible { opacity: 1; transform: translateY(0); }
.reveal-stagger { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal-on-scroll.reveal-fallback, .reveal-stagger.reveal-fallback { opacity: 1 !important; transform: none !important; }

.social-icon { transition: all 0.2s ease; }
.social-icon:hover { color: var(--flame); transform: translateY(-2px); }

footer { border-top: 1px solid var(--border); }

.feature-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 10px;
  background: rgba(255,107,53,0.1); border: 1px solid rgba(255,107,53,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--flame); font-size: 1.1rem; flex-shrink: 0;
}

/* Section spacing — +1cm extra breathing room where needed */
.hrp-section-pad {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .hrp-section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.hrp-section-pad--top-extra { padding-top: calc(3.5rem + 1cm); }
.hrp-section-pad--bottom-extra { padding-bottom: calc(3.5rem + 1cm); }
@media (min-width: 768px) {
  .hrp-section-pad--top-extra { padding-top: calc(5rem + 1cm); }
  .hrp-section-pad--bottom-extra { padding-bottom: calc(5rem + 1cm); }
}