/* Tiger SEO Tools — public portfolio (black + #FF6600) */
:root {
  --tiger-orange: #ff6600;
  --tiger-orange-hot: #ff9142;
  --tiger-orange-deep: #cc5200;
  --tiger-black: #050505;
  --tiger-ink: #0b0b0b;
  --tiger-panel: #111111;
  --tiger-muted: #a3a3a3;
  --tiger-line: rgba(255, 102, 0, 0.28);
  --font-display: "Orbitron", "Share Tech Mono", system-ui, sans-serif;
  --font-body: "Rajdhani", "Segoe UI", system-ui, sans-serif;
  --font-pricing: "Poppins", "Segoe UI", system-ui, sans-serif;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.portfolio-page {
  margin: 0;
  min-height: 100vh;
  color: #f5f5f5;
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 102, 0, 0.22), transparent 55%),
    radial-gradient(circle at 90% 20%, rgba(255, 145, 66, 0.08), transparent 35%),
    linear-gradient(180deg, #050505 0%, #0b0b0b 45%, #080808 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ─── Header ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 102, 0, 0.2);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    background 0.35s ease,
    backdrop-filter 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: rgba(255, 102, 0, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: 0.75rem;
}

.site-nav a {
  color: var(--tiger-muted);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.15s ease;
}

.site-nav a:hover {
  color: var(--tiger-orange);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-lockup img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.35);
  animation: logo-pulse 4.5s ease-in-out infinite;
}

.brand-lockup span {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--tiger-orange);
  background: var(--tiger-orange);
  color: #111;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.22);
}

.btn-login:hover {
  background: var(--tiger-orange-hot);
  transform: translateY(-1px) scale(1.02);
}

.btn-login:active {
  transform: translateY(0) scale(0.97);
}

/* ─── Hero: one composition, brand-first ─── */
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  padding: clamp(2rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2.5rem) clamp(2.5rem, 7vw, 5rem);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 35%, rgba(5, 5, 5, 0.92) 100%),
    radial-gradient(ellipse 70% 50% at 70% 40%, rgba(255, 102, 0, 0.18), transparent 60%),
    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='%23ff6600' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  animation: hero-atmosphere 18s ease-in-out infinite alternate;
}

.hero-glow {
  position: absolute;
  width: min(52vw, 420px);
  height: min(52vw, 420px);
  top: 8%;
  left: 50%;
  translate: -50% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.32) 0%, transparent 70%);
  filter: blur(40px);
  z-index: -1;
  animation: glow-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-inner {
  max-width: 920px;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-brand img {
  width: clamp(72px, 12vw, 104px);
  height: clamp(72px, 12vw, 104px);
  border-radius: 999px;
  object-fit: cover;
  box-shadow:
    0 0 0 3px rgba(255, 102, 0, 0.45),
    0 20px 50px rgba(255, 102, 0, 0.25);
}

.hero-brand-text {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff 0%, #ff9142 55%, #ff6600 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-headline {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.6vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.hero-support {
  margin: 0 0 1.75rem;
  max-width: 38ch;
  color: var(--tiger-muted);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.45;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Hero load sequence */
.hero-anim {
  opacity: 0;
  animation: rise-in 0.8s var(--reveal-ease) both;
}

.hero-brand.hero-anim {
  animation-delay: 0.05s;
}

.hero-headline.hero-anim {
  animation-delay: 0.16s;
}

.hero-support.hero-anim {
  animation-delay: 0.28s;
}

.hero-cta-group.hero-anim {
  animation-delay: 0.4s;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 0.8rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--tiger-orange) 0%, var(--tiger-orange-deep) 100%);
  color: #111;
  border: none;
  box-shadow: 0 12px 28px rgba(255, 102, 0, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(90deg, var(--tiger-orange-hot) 0%, var(--tiger-orange) 100%);
}

.btn-primary:active,
.btn-ghost:active {
  transform: translateY(0) scale(0.97);
}

.btn-ghost {
  border: 1px solid rgba(255, 102, 0, 0.55);
  color: var(--tiger-orange);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(255, 102, 0, 0.1);
  transform: translateY(-2px) scale(1.02);
}

/* Soft WhatsApp CTA pulse + shimmer */
.btn-wa-pulse {
  animation: wa-pulse 2.8s ease-in-out infinite;
}

.btn-wa-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: wa-shimmer 3.6s ease-in-out infinite;
  pointer-events: none;
}

/* ─── Scroll reveal ─── */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s var(--reveal-ease),
    transform 0.65s var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Tools grid (interaction cards only) ─── */
.tools-section {
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5rem);
}

.section-head {
  max-width: 640px;
  margin-bottom: 1.75rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-head p {
  margin: 0;
  color: var(--tiger-muted);
  font-size: 1.05rem;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
}

.tool-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--tiger-panel);
  transition:
    opacity 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    transform 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.tool-card.is-visible {
  transition:
    opacity 0.65s var(--reveal-ease),
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.tool-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 102, 0, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.25),
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(255, 102, 0, 0.18);
}

.tool-card.is-visible:hover {
  transform: translateY(-5px);
}

.tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.28), rgba(204, 82, 0, 0.15));
  color: var(--tiger-orange);
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-display);
  transition: transform 0.22s ease, background 0.22s ease;
}

.tool-card:hover .tool-icon {
  transform: scale(1.06);
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.4), rgba(204, 82, 0, 0.22));
}

.tool-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.tool-card p {
  margin: 0 0 1.25rem;
  flex: 1;
  color: var(--tiger-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.tool-cta {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, var(--tiger-orange) 0%, var(--tiger-orange-deep) 100%);
  color: #111;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: var(--font-body);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.tool-cta:hover {
  filter: brightness(1.08);
  transform: scale(1.02);
}

.tool-cta:active {
  transform: scale(0.97);
}

/* ─── Pricing matrix ─── */
.pricing-section {
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5rem);
  font-family: var(--font-pricing);
}

.pricing-section .section-head h2 {
  font-family: var(--font-pricing);
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
}

.pricing-section .section-head p {
  font-family: var(--font-pricing);
  font-weight: 400;
  line-height: 1.5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  overflow-x: visible;
}

@media (min-width: 720px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255, 102, 0, 0.1), transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition:
    opacity 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    transform 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.pricing-card.is-visible {
  transition:
    opacity 0.65s var(--reveal-ease),
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.pricing-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(255, 102, 0, 0.7);
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.28),
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(255, 102, 0, 0.2);
}

.pricing-card.is-visible:hover {
  transform: translateY(-6px) scale(1.02);
}

.pricing-card--popular {
  border-color: rgba(255, 102, 0, 0.85);
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.45),
    0 0 22px rgba(255, 102, 0, 0.35),
    0 0 48px rgba(255, 102, 0, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.45);
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(255, 102, 0, 0.22), transparent 55%),
    linear-gradient(180deg, #0d0d0d 0%, #050505 100%);
  animation: pricing-neon-pulse 2.8s ease-in-out infinite;
}

.pricing-card--popular:hover {
  border-color: #ff6600;
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.65),
    0 0 28px rgba(255, 102, 0, 0.45),
    0 0 56px rgba(255, 102, 0, 0.22),
    0 24px 52px rgba(0, 0, 0, 0.5);
}

.pricing-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tiger-orange) 0%, var(--tiger-orange-deep) 100%);
  color: #111;
  font-family: var(--font-pricing);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(255, 102, 0, 0.45);
}

.pricing-card h3 {
  margin: 0 0 0.35rem;
  padding-right: 5.5rem;
  font-family: var(--font-pricing);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
}

.pricing-card:not(.pricing-card--popular) h3 {
  padding-right: 0;
}

.pricing-subtitle {
  margin: 0 0 1rem;
  color: var(--tiger-orange);
  font-family: var(--font-pricing);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.pricing-price {
  margin: 0 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}

.pricing-amount {
  font-family: var(--font-pricing);
  font-size: clamp(1.45rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.pricing-period {
  color: var(--tiger-muted);
  font-family: var(--font-pricing);
  font-size: 0.85rem;
  font-weight: 500;
}

.pricing-features {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.pricing-features li {
  position: relative;
  padding-left: 1.45rem;
  color: #cfcfcf;
  font-family: var(--font-pricing);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tiger-orange);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 0 8px rgba(255, 102, 0, 0.55);
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, var(--tiger-orange) 0%, var(--tiger-orange-deep) 100%);
  color: #111;
  text-align: center;
  font-family: var(--font-pricing);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 22px rgba(255, 102, 0, 0.22);
}

.pricing-cta:hover {
  filter: brightness(1.08);
  transform: scale(1.02);
  box-shadow: 0 10px 26px rgba(255, 102, 0, 0.32);
}

.pricing-cta:active {
  transform: scale(0.97);
}

@keyframes pricing-neon-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 102, 0, 0.45),
      0 0 22px rgba(255, 102, 0, 0.35),
      0 0 48px rgba(255, 102, 0, 0.18),
      0 18px 40px rgba(0, 0, 0, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 102, 0, 0.7),
      0 0 28px rgba(255, 102, 0, 0.5),
      0 0 60px rgba(255, 102, 0, 0.28),
      0 18px 40px rgba(0, 0, 0, 0.45);
  }
}

/* ─── Blog teasers ─── */
.blog-section {
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3.5rem, 9vw, 5.5rem);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, #141414 0%, var(--tiger-panel) 100%);
  transition:
    opacity 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    transform 0.65s var(--reveal-ease) var(--reveal-delay, 0ms),
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.blog-card.is-visible {
  transition:
    opacity 0.65s var(--reveal-ease),
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 102, 0, 0.6);
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.22),
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 26px rgba(255, 102, 0, 0.16);
}

.blog-card.is-visible:hover {
  transform: translateY(-5px);
}

.blog-meta {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--tiger-orange);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.blog-card p {
  margin: 0 0 1.25rem;
  flex: 1;
  color: var(--tiger-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.blog-cta {
  display: inline-flex;
  align-items: center;
  color: var(--tiger-orange);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.15s ease, gap 0.15s ease;
  gap: 0.35rem;
}

.blog-cta::after {
  content: "→";
  transition: transform 0.15s ease;
}

.blog-cta:hover {
  color: var(--tiger-orange-hot);
}

.blog-cta:hover::after {
  transform: translateX(3px);
}

/* ─── Contact ─── */
.contact-section {
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3.5rem, 9vw, 5.5rem);
  font-family: var(--font-pricing);
}

.contact-section .section-head h2 {
  font-family: var(--font-pricing);
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
}

.contact-section .section-head p {
  font-family: var(--font-pricing);
  font-weight: 400;
  line-height: 1.5;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 520px;
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 102, 0, 0.35);
  background: linear-gradient(165deg, #141414 0%, var(--tiger-panel) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 102, 0, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.35);
}

.contact-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
}

.contact-label {
  color: var(--tiger-orange);
  font-family: var(--font-pricing);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-phone {
  color: #f5f5f5;
  font-family: var(--font-pricing);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  word-break: break-word;
  transition: color 0.15s ease;
}

.contact-phone:hover {
  color: var(--tiger-orange);
}

.contact-facebook {
  color: var(--tiger-muted);
  font-family: var(--font-pricing);
  font-size: 1rem;
  font-weight: 500;
  word-break: break-word;
  transition: color 0.15s ease;
}

.contact-facebook:hover {
  color: var(--tiger-orange);
}

.contact-wa {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
  font-family: var(--font-pricing);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.site-footer {
  border-top: 1px solid rgba(255, 102, 0, 0.18);
  padding: 1.5rem clamp(1rem, 4vw, 2.5rem) 2rem;
  color: #737373;
  font-size: 0.9rem;
  text-align: center;
}

.site-footer strong {
  color: var(--tiger-orange);
  font-weight: 600;
}

/* ─── Keyframes ─── */
@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glow-drift {
  from {
    transform: translate(-50%, 0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translate(-46%, 12px) scale(1.08);
    opacity: 1;
  }
}

@keyframes hero-atmosphere {
  from {
    filter: saturate(1);
  }
  to {
    filter: saturate(1.15);
  }
}

@keyframes logo-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.32);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(255, 102, 0, 0.5),
      0 0 14px rgba(255, 102, 0, 0.22);
  }
}

@keyframes wa-pulse {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(255, 102, 0, 0.28);
  }
  50% {
    box-shadow:
      0 14px 32px rgba(255, 102, 0, 0.38),
      0 0 0 4px rgba(255, 102, 0, 0.12);
  }
}

@keyframes wa-shimmer {
  0%,
  55% {
    transform: translateX(-120%);
  }
  75%,
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero::before,
  .hero-glow,
  .hero-anim,
  .brand-lockup img,
  .btn-wa-pulse,
  .btn-wa-pulse::after,
  .pricing-card--popular {
    animation: none !important;
  }

  .hero-anim {
    opacity: 1;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tool-card:hover,
  .blog-card:hover,
  .pricing-card:hover,
  .pricing-card.is-visible:hover,
  .btn-primary:hover,
  .btn-ghost:hover,
  .btn-login:hover,
  .tool-cta:hover,
  .pricing-cta:hover,
  .contact-wa:hover {
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero {
    align-items: center;
    min-height: calc(100svh - 68px);
  }

  .hero-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 0.85rem;
    margin-right: 0.35rem;
  }

  .site-nav a {
    font-size: 0.65rem;
  }

  .btn-login {
    padding: 0.55rem 0.95rem;
    font-size: 0.7rem;
  }

  .pricing-section {
    padding-left: clamp(1rem, 5vw, 1.5rem);
    padding-right: clamp(1rem, 5vw, 1.5rem);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .pricing-card {
    padding: 1.35rem 1.15rem 1.2rem;
  }

  .pricing-card h3 {
    font-size: 1rem;
    padding-right: 6.5rem;
  }

  .pricing-card:not(.pricing-card--popular) h3 {
    padding-right: 0;
  }

  .pricing-cta {
    min-height: 52px;
    font-size: 0.95rem;
  }
}

/* ─── Live purchase toast ─── */
.live-purchase-toast {
  position: fixed;
  left: max(0.85rem, env(safe-area-inset-left, 0px));
  bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
  z-index: 35;
  width: min(100% - 1.7rem, 340px);
  max-width: 340px;
  padding: 0.85rem 2.15rem 0.9rem 0.95rem;
  border: 1px solid var(--tiger-orange);
  border-radius: 10px;
  background: #121212;
  font-family: var(--font-pricing);
  color: #f5f5f5;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    transform 0.45s var(--reveal-ease),
    visibility 0s linear 0.45s;
}

.live-purchase-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  transition:
    opacity 0.35s ease,
    transform 0.45s var(--reveal-ease),
    visibility 0s;
}

.live-purchase-toast.is-hiding {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    transform 0.4s ease,
    visibility 0s linear 0.4s;
}

.live-purchase-toast__live {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}

.live-purchase-toast__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: live-toast-pulse 1.6s ease-out infinite;
  flex-shrink: 0;
}

.live-purchase-toast__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #22c55e;
}

.live-purchase-toast__message {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  color: #e8e8e8;
}

.live-purchase-toast__close {
  position: absolute;
  top: 0.35rem;
  right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #a3a3a3;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.live-purchase-toast__close:hover,
.live-purchase-toast__close:focus-visible {
  color: #fff;
  background: rgba(255, 102, 0, 0.18);
  outline: none;
}

@keyframes live-toast-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@media (max-width: 480px) {
  .live-purchase-toast {
    width: min(100% - 1.5rem, 320px);
    max-width: 320px;
    padding: 0.75rem 2rem 0.8rem 0.85rem;
  }

  .live-purchase-toast__message {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-purchase-toast,
  .live-purchase-toast.is-visible,
  .live-purchase-toast.is-hiding {
    transition: none;
    transform: none;
  }

  .live-purchase-toast__dot {
    animation: none;
  }
}
