/* =============================================
   Strawberry Marketing Digital — site.stbmarketing.com.br
   Design fiel a stbmarketing.com.br/criacao-de-sites
   ============================================= */

:root {
  --red:      #FF3434;
  --white:    #FFFFFF;
  --grey:     #777777;
  --dark:     #0B0B0B;
  --heading:  #111111;
  --off-white:#F5F5F5;
  --border:   #E8E8E8;
  --dark2:    #333333;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: var(--grey);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: var(--white);
  padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.navbar-logo img { height: 42px; width: auto; }
.navbar-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.navbar-links a {
  padding: 8px 14px; font-size: 14px; font-weight: 600;
  color: var(--heading); border-radius: 6px;
  transition: background .2s;
  white-space: nowrap;
}
.navbar-links a:hover { background: rgba(0,0,0,0.05); }
.navbar-links a.active { color: var(--red); }
.navbar-cta {
  background: var(--red) !important; color: var(--white) !important;
  padding: 10px 24px !important; border-radius: 50px !important;
  font-weight: 600 !important; font-size: 13px !important;
  text-transform: uppercase !important; letter-spacing: 1px !important;
  transition: background .2s, transform .15s !important;
}
.navbar-cta:hover { background: #d92020 !important; transform: translateY(-1px); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--heading); border-radius: 2px; transition: all .3s; }

.mobile-menu {
  display: none; position: fixed; top: 70px; left: 0; right: 0;
  background: var(--white); border-top: 1px solid var(--border);
  padding: 16px 24px 24px; z-index: 998;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu a { display: block; padding: 12px 16px; font-size: 15px; font-weight: 600; color: var(--heading); border-radius: 8px; transition: background .2s; }
.mobile-menu a:hover { background: var(--off-white); }
.mobile-menu .mob-cta { margin-top: 12px; background: var(--red); color: var(--white) !important; text-align: center; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; font-size: 13px !important; }
.mobile-menu.open { display: block; }

/* =============================================
   HERO — dark bg + foto direita + blob vermelho
   ============================================= */
.hero {
  background: #0B0B0B;
  min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 70px;
  position: relative; overflow: hidden;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  padding: 80px 40px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.hero-content { position: relative; z-index: 2; }
.hero-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--red); margin-bottom: 20px;
}
.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.5px; color: var(--white);
  margin-bottom: 20px;
}
.hero h1 span { color: var(--red); }
.hero p {
  font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px; max-width: 460px;
}
.hero-photo-wrap {
  position: relative; display: flex; justify-content: center; align-items: flex-end;
  min-height: 480px;
}
.hero-blob {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 380px; height: 380px;
  background: var(--red);
  border-radius: 50%;
  opacity: 0.85;
  z-index: 0;
}
.hero-photo-wrap img {
  position: relative; z-index: 1;
  width: 100%; max-width: 420px;
  object-fit: cover; object-position: top center;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.5));
}

/* Hero variante: página interna (sem foto) */
.hero-page {
  background: #0B0B0B;
  padding: 140px 40px 100px;
  text-align: center; position: relative; overflow: hidden;
}
.hero-page::before {
  content: '';
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(255,52,52,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.hero-page .inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.hero-page .hero-label { display: block; margin-bottom: 20px; }
.hero-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 4.5vw, 48px);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.5px; color: var(--white);
  margin-bottom: 20px;
}
.hero-page h1 span { color: var(--red); }
.hero-page p {
  font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
}

/* =============================================
   BOTÕES
   ============================================= */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  padding: 20px 40px; border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 15px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 1px;
  border: none; cursor: pointer;
  transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #d92020; transform: translateY(-2px); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--dark2); color: var(--white);
  padding: 15px 30px; border-radius: 5px;
  font-size: 15px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 1px;
  border: none; cursor: pointer;
  transition: background .2s;
}
.btn-dark:hover { background: #111; }

.btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  padding: 18px 36px; border-radius: 50px;
  font-size: 15px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 1px;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer; transition: border-color .2s;
}
.btn-outline-white:hover { border-color: var(--white); }

/* =============================================
   SEÇÕES
   ============================================= */
.section { padding: 90px 40px; }
.section-sm { padding: 60px 40px; }
.section-dark { background: #0B0B0B; }
.section-dark-alt { background: #111111; }
.section-gray { background: var(--off-white); }
.wrap { max-width: 1200px; margin: 0 auto; }

/* Cabeçalho de seção */
.sec-label {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
}
.sec-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(26px, 3vw, 39px);
  font-weight: 800; letter-spacing: -1px;
  color: var(--heading); line-height: 1.2;
}
.sec-title.light { color: var(--white); }
.sec-title span { color: var(--red); }
.sec-sub {
  font-size: 16px; color: var(--grey);
  line-height: 1.7; margin-top: 14px; max-width: 620px;
}
.sec-sub.light { color: rgba(255,255,255,0.72); }
.sec-head { margin-bottom: 52px; }
.sec-head.center { text-align: center; }
.sec-head.center .sec-sub { margin-left: auto; margin-right: auto; }

/* =============================================
   STATS
   ============================================= */
.stats-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.stats-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--border);
}
.stat-item {
  padding: 40px 32px; text-align: center;
  border-right: 1px solid var(--border);
}
.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px; font-weight: 700;
  color: var(--heading); line-height: 1;
  letter-spacing: -2px;
}
.stat-num span { color: var(--red); }
.stat-label {
  font-size: 13px; font-weight: 600;
  color: var(--grey); margin-top: 8px;
  text-transform: uppercase; letter-spacing: 0.5px;
}

/* =============================================
   SERVIÇOS (cards)
   ============================================= */
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 12px; padding: 32px 28px;
  transition: all .25s; display: block; color: inherit;
  text-decoration: none;
}
.service-card:hover {
  border-color: var(--red);
  box-shadow: 0 12px 40px rgba(255,52,52,0.12);
  transform: translateY(-4px);
}
.service-icon {
  width: 52px; height: 52px;
  background: rgba(255,52,52,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg { width: 26px; height: 26px; color: var(--red); }
.service-card h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px; font-weight: 800;
  color: var(--heading); margin-bottom: 10px;
}
.service-card p { font-size: 14px; line-height: 1.6; }
.service-card .card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px; font-size: 13px;
  font-weight: 700; color: var(--red);
  text-transform: uppercase; letter-spacing: 0.5px;
}

/* =============================================
   BENEFÍCIOS (3 col)
   ============================================= */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.benefit-item { display: flex; gap: 18px; align-items: flex-start; }
.benefit-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; font-weight: 700;
  color: rgba(255,52,52,0.15); line-height: 1;
  flex-shrink: 0; min-width: 44px;
}
.benefit-item h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px; font-weight: 800;
  color: var(--heading); margin-bottom: 8px;
}
.benefit-item p { font-size: 14px; line-height: 1.65; }

/* Variante dark */
.benefit-item.light h4 { color: var(--white); }
.benefit-item.light p { color: rgba(255,255,255,0.7); }
.benefit-item.light .benefit-num { color: rgba(255,255,255,0.1); }

/* =============================================
   PORTFOLIO
   ============================================= */
.portfolio-section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 48px; flex-wrap: wrap; gap: 20px;
}
.portfolio-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.portfolio-card {
  border-radius: 12px; overflow: hidden;
  background: var(--off-white);
  transition: transform .3s, box-shadow .3s;
  display: block; color: inherit; text-decoration: none;
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.14); }
.portfolio-card.hidden { display: none; }

/* Monitor mockup */
.mockup-wrap {
  background: #1a1a2e;
  padding: 14px 14px 0;
  border-radius: 8px 8px 0 0;
}
.mockup-bar {
  display: flex; align-items: center; gap: 6px; margin-bottom: 8px;
}
.mockup-dot { width: 9px; height: 9px; border-radius: 50%; }
.mockup-dot:nth-child(1) { background: #ff5f57; }
.mockup-dot:nth-child(2) { background: #febc2e; }
.mockup-dot:nth-child(3) { background: #28c840; }
.mockup-screen {
  width: 100%; aspect-ratio: 16/10; overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #e0e0e0;
}
.mockup-screen img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  display: block;
}

.portfolio-info { padding: 18px 22px 22px; }
.portfolio-niche {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 6px;
}
.portfolio-info h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px; font-weight: 800; color: var(--heading);
  margin-bottom: 4px;
}
.portfolio-info p { font-size: 13px; line-height: 1.55; }
.portfolio-info .see-link {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 12px; font-size: 12px; font-weight: 700;
  color: var(--dark2); text-transform: uppercase; letter-spacing: 0.5px;
  transition: color .2s;
}
.portfolio-info .see-link:hover { color: var(--red); }

/* Filter tabs */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-tab {
  padding: 8px 20px; border-radius: 50px;
  font-size: 13px; font-weight: 600;
  border: 1.5px solid var(--border);
  color: var(--grey); background: var(--white);
  cursor: pointer; transition: all .2s;
}
.filter-tab:hover { border-color: var(--red); color: var(--red); }
.filter-tab.active { background: var(--red); color: var(--white); border-color: var(--red); }

/* =============================================
   PROCESSO (steps)
   ============================================= */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.process-step {
  text-align: center; padding: 36px 28px;
  background: var(--white); border-radius: 12px;
  border: 1.5px solid var(--border);
}
.step-num {
  font-family: 'Montserrat', sans-serif;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--red); color: var(--white);
  font-size: 24px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.process-step h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px; font-weight: 800;
  color: var(--heading); margin-bottom: 10px;
}
.process-step p { font-size: 14px; line-height: 1.65; }

/* =============================================
   PROBLEMAS (2 col)
   ============================================= */
.problems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-card {
  background: var(--white); border-radius: 10px; padding: 22px 24px;
  display: flex; gap: 16px; align-items: flex-start;
  border-left: 4px solid var(--red);
}
.problem-icon { flex-shrink: 0; margin-top: 2px; color: var(--red); }
.problem-icon svg { width: 22px; height: 22px; }
.problem-card h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px; font-weight: 800; color: var(--heading);
  margin-bottom: 4px;
}
.problem-card p { font-size: 13px; line-height: 1.55; }

/* =============================================
   DEPOIMENTOS
   ============================================= */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
  background: var(--white); border-radius: 12px;
  padding: 26px; border: 1.5px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,0.1); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.star {
  width: 16px; height: 16px;
  fill: #FF3434; color: #FF3434;
}
.testimonial-card p { font-size: 14px; line-height: 1.7; margin-bottom: 18px; color: var(--dark2); }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--red); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.t-name { font-size: 14px; font-weight: 700; color: var(--heading); }
.t-biz { font-size: 12px; color: var(--grey); }

/* =============================================
   CTA BANNER
   ============================================= */
.cta-banner {
  background: var(--red); padding: 80px 40px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute;
  top: -120px; right: -120px;
  width: 400px; height: 400px;
  background: rgba(255,255,255,0.06); border-radius: 50%;
  pointer-events: none;
}
.cta-banner::after {
  content: ''; position: absolute;
  bottom: -120px; left: -80px;
  width: 350px; height: 350px;
  background: rgba(0,0,0,0.06); border-radius: 50%;
  pointer-events: none;
}
.cta-banner .inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800; color: var(--white);
  letter-spacing: -0.5px; margin-bottom: 14px;
}
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--red);
  padding: 20px 40px; border-radius: 50px;
  font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  border: none; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,0.15); }

/* =============================================
   SOBRE (about grid)
   ============================================= */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; border-radius: 12px; }
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--red); color: var(--white);
  padding: 22px 28px; border-radius: 12px;
  box-shadow: 0 12px 40px rgba(255,52,52,0.35);
  text-align: center;
}
.about-badge .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px; font-weight: 700; line-height: 1;
}
.about-badge .lbl { font-size: 12px; font-weight: 600; opacity: 0.9; margin-top: 4px; }
.about-content { }
.about-content p { font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-tag {
  background: rgba(0,0,0,0.06); color: var(--heading);
  padding: 6px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 600;
}

/* =============================================
   LOGO GALLERY
   ============================================= */
.logo-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.logo-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 12px; padding: 36px 20px;
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
  transition: all .25s;
}
.logo-card:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(255,52,52,0.1); }
.logo-card img { height: 110px; width: auto; object-fit: contain; }
.logo-card .logo-niche { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--red); }
.logo-card .logo-name { font-size: 13px; font-weight: 600; color: var(--heading); text-align: center; }

/* =============================================
   NICHE SECTION HEADER (para seções de nicho)
   ============================================= */
.niche-header {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px; margin-top: 52px;
}
.niche-header:first-child { margin-top: 0; }
.niche-line { flex: 1; height: 1px; background: var(--border); }
.niche-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--dark2);
  white-space: nowrap;
  background: var(--off-white); padding: 6px 16px;
  border-radius: 50px; border: 1.5px solid var(--border);
}

/* =============================================
   FOOTER
   ============================================= */
footer { background: #0B0B0B; color: var(--white); padding: 64px 40px 28px; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand img { height: 38px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.58); line-height: 1.7; max-width: 280px; }
.footer-col h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800; font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.45);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.7); transition: color .2s; }
.footer-col a:hover { color: var(--red); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: rgba(255,255,255,0.35);
}

/* =============================================
   WHATSAPP FLOAT
   ============================================= */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* =============================================
   FADE IN
   ============================================= */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .logo-gallery { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 48px; }
}

@media (max-width: 768px) {
  .navbar { padding: 0 20px; }
  .navbar-links { display: none; }
  .hamburger { display: flex; }

  .hero-inner { grid-template-columns: 1fr; text-align: center; padding: 60px 24px 80px; gap: 40px; }
  .hero p { max-width: 100%; }
  .hero-photo-wrap { min-height: 300px; }
  .hero-blob { width: 260px; height: 260px; }
  .hero-photo-wrap img { max-width: 280px; }

  .hero-page { padding: 110px 24px 70px; }

  .section, .section-sm { padding: 64px 24px; }
  .services-grid, .benefits-grid, .process-grid, .problems-grid,
  .portfolio-grid, .testimonials-grid, .about-grid { grid-template-columns: 1fr; }
  .logo-gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-banner { padding: 60px 24px; }
  .about-badge { right: 8px; bottom: -12px; }
  .portfolio-section-header { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero h1, .hero-page h1 { font-size: 26px; }
  .logo-gallery { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 40px; }
}
