/* ============================================
   Homepage Redesign v5 — Editorial Asymmetric
   Palette: #0a1f2e | #0d2d3a | #1D9E75 | #081820
   ============================================ */

/* ─────────────────────────────────────────────
   KEYFRAMES — GPU-accelerated (transform/opacity only)
   ───────────────────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(29,158,117,.6); }
  60%       { opacity: .5; transform: scale(.7); box-shadow: 0 0 0 7px rgba(29,158,117,0); }
}
@keyframes scrollSlide {
  0%   { transform: translateX(-100%); opacity: 0; }
  30%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}
@keyframes skillBarGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes wordRise {
  from { opacity: 0; transform: translateY(28px) rotate(2deg); filter: blur(4px); }
  to   { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes tickerScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@keyframes shineSweep {
  0%   { transform: translateX(-160%) skewX(-22deg); }
  60%  { transform: translateX(160%)  skewX(-22deg); }
  100% { transform: translateX(160%)  skewX(-22deg); }
}
@keyframes underlineDraw {
  from { stroke-dashoffset: 260; }
  to   { stroke-dashoffset: 0; }
}

/* ─────────────────────────────────────────────
   HERO v5 — Editorial Asymmetric Layout
   ───────────────────────────────────────────── */
.header-v2 {
  padding: 0 !important;
  background: linear-gradient(135deg, #0a1f2e 0%, #0d2d3a 100%);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.header-v2::after { display: none !important; }

/* Two-column flex wrapper */
.hero-wrap {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
}

/* ── Left content panel (55%) ── */
.hero-content {
  width: 55%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 64px 100px 8%;
  position: relative;
  z-index: 2;
}

/* Badge */
.hero-badge-wrap {
  margin-bottom: 28px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both 0s;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29,158,117,.1);
  color: rgba(29,158,117,.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(29,158,117,.22);
}
.badge-dot {
  width: 7px; height: 7px;
  background: #1D9E75;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-dot 2.4s ease-in-out infinite;
}

/* H1 */
.hero-heading {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 6px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .1s;
}
.hero-heading .hw-word {
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 0%, #cbe4e1 110%);
  -webkit-background-clip: text;
          background-clip: text;
}
.hero-heading.hw-anim { animation: none; }
.hero-heading.hw-anim .hw-word {
  opacity: 0;
  animation: wordRise .9s cubic-bezier(.22,1,.36,1) both;
  animation-delay: calc(.1s + var(--i, 0) * .1s);
}
.hero-heading.hw-anim .hw-word:last-child,
.hero-heading .hw-word:last-child {
  background: linear-gradient(135deg, #1D9E75 0%, #5ad6c5 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
}

/* SVG underline */
.hero-underline {
  display: block;
  width: 220px;
  max-width: 60%;
  height: 12px;
  margin: 0 0 14px;
  overflow: visible;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .8s;
}
.hero-underline path {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: underlineDraw 1.4s cubic-bezier(.65,0,.35,1) forwards 1s;
  filter: drop-shadow(0 0 6px rgba(29,158,117,.45));
}

/* Typer role line */
.hero-typer {
  font-size: 16px;
  color: rgba(29,158,117,.85);
  font-weight: 600;
  min-height: 26px;
  margin-bottom: 0;
  letter-spacing: .3px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .2s;
}

/* Sub-description */
.hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 1.9;
  margin-top: 16px;
  margin-bottom: 26px;
  max-width: 440px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .3s;
}

/* Skill chips */
.hero-skill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .4s;
}
.hsk-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  transition: background .25s, border-color .25s, color .25s;
  cursor: default;
}
.hsk-chip:hover {
  background: rgba(29,158,117,.12);
  border-color: rgba(29,158,117,.3);
  color: #a6d3ce;
}
.hsk-chip i { color: #1D9E75; font-size: 12px; transition: color .25s; }
.hsk-chip:hover i { color: #5ad6c5; }

/* CTA */
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .5s;
}
.hero-actions .button-primary {
  border-radius: 30px;
  background: linear-gradient(135deg, #1D9E75 0%, #0d726b 100%);
  border-color: transparent;
  position: relative;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.22,1,.36,1), filter .25s ease;
}
.hero-actions .button-primary:hover { filter: brightness(1.12); }
.hero-actions .button-primary .dir-part { background-color: #fff !important; }
.hero-cta-magnetic .cta-shine {
  position: absolute;
  top: 0; left: 0;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.4) 50%, transparent 100%);
  pointer-events: none;
  transform: translateX(-160%) skewX(-22deg);
  z-index: 1;
}
.hero-cta-magnetic:hover .cta-shine { animation: shineSweep 1s cubic-bezier(.22,1,.36,1) both; }
.hero-cta-magnetic { will-change: transform; }

/* Trust row */
.hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .6s;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.42);
}
.trust-item i { color: #1D9E75; font-size: 12px; }
.trust-sep { color: rgba(255,255,255,.2); font-size: 14px; line-height: 1; }

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 8%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.22);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .8s;
}
.hero-scroll-hint .scroll-line {
  width: 36px; height: 1px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
  position: relative;
}
.hero-scroll-hint .scroll-line::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,.55);
  animation: scrollSlide 2.8s ease-in-out infinite 1.2s;
}

/* ── Right: Diagonal photo panel (45%) ── */
.hero-photo-panel {
  flex: 1;
  position: relative;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  background: #081820;
  animation: heroFadeUp .8s cubic-bezier(.22,1,.36,1) both .05s;
}

.hero-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Google Certified badge — top-right of photo panel */
.hero-cert-badge {
  position: absolute;
  top: 80px;
  right: 36px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid rgba(29,158,117,.2);
  border-radius: 10px;
  padding: 10px 16px;
  color: #0a5c4a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  animation: heroFadeUp .6s cubic-bezier(.22,1,.36,1) both .9s;
}
.hero-cert-badge i {
  font-size: 20px;
  color: #1D9E75;
  flex-shrink: 0;
}

/* ── Bottom ticker strip — full width, dark, 30s loop ── */
.hero-ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  height: 56px;
  background: #040e14;
  border-top: 1px solid rgba(29,158,117,.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.hero-ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 30s linear infinite;
  will-change: transform;
  align-items: center;
}
.hero-ticker:hover .hero-ticker-track { animation-play-state: paused; }
.hero-ticker-set {
  display: flex;
  gap: 44px;
  padding-right: 44px;
  flex-shrink: 0;
  align-items: center;
}
.htk-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  color: rgba(29,158,117,.5);
  white-space: nowrap;
  text-transform: uppercase;
  transition: color .25s;
}
.htk-item i { font-size: 14px; color: rgba(29,158,117,.35); transition: color .25s; }
.htk-item:hover { color: rgba(29,158,117,.9); }
.htk-item:hover i { color: #1D9E75; }

/* ─────────────────────────────────────────────
   SHARED UTILITIES
   ───────────────────────────────────────────── */
.section-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d8394;
  margin-bottom: 10px;
}
.section-title-v2 {
  font-size: 36px;
  color: #032d3f;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}
.section-header-v2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e7ea;
}
.view-all-link {
  color: #032d3f;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid #032d3f;
  padding-bottom: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .25s, border-color .25s;
  text-decoration: none;
}
.view-all-link:hover {
  color: #2d8394;
  border-color: #2d8394;
  text-decoration: none;
}

/* ─────────────────────────────────────────────
   SERVICES v2
   ───────────────────────────────────────────── */
.service-area-v2 { padding: 110px 0 80px; }
.service-card-v2 {
  padding: 34px 26px 30px;
  border: 1px solid #e3e7ea;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  transition: background .32s, border-color .32s, transform .32s, box-shadow .32s;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.service-card-v2:hover {
  background: #032d3f;
  border-color: #032d3f;
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(3,45,63,.2);
}
.service-card-v2 .svc-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #d8e0e5;
  margin-bottom: 18px;
  transition: color .32s;
}
.service-card-v2:hover .svc-number { color: rgba(255,255,255,.15); }
.service-card-v2 .svc-icon { width: 44px; height: 44px; margin-bottom: 18px; }
.service-card-v2 .svc-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: filter .32s;
}
.service-card-v2:hover .svc-icon img { filter: brightness(0) invert(1); }
.service-card-v2 .svc-title {
  font-size: 18px;
  font-weight: 700;
  color: #032d3f;
  margin-bottom: 10px;
  transition: color .32s;
}
.service-card-v2:hover .svc-title { color: #fff; }
.service-card-v2 .svc-desc {
  font-size: 14px;
  color: #6e7c90;
  line-height: 1.75;
  transition: color .32s;
  flex: 1;
  margin-bottom: 0;
}
.service-card-v2:hover .svc-desc { color: rgba(255,255,255,.6); }
.service-card-v2 .svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2d8394;
  font-weight: 600;
  font-size: 13px;
  margin-top: 22px;
  text-decoration: none;
  transition: color .25s, gap .25s;
}
.service-card-v2:hover .svc-link { color: #a6d3ce; gap: 10px; }

/* ─────────────────────────────────────────────
   STATS STRIP
   ───────────────────────────────────────────── */
.stats-strip { background-color: #032d3f; padding: 56px 0; }
.stats-strip .stat-item {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.stats-strip .stat-item:last-child { border-right: none; }
.stats-strip .stat-number {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.stats-strip .stat-number .accent { color: #2d8394; }
.stats-strip .stat-label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.45);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────────
   ABOUT
   ───────────────────────────────────────────── */
.about-text .section-eyebrow { margin-bottom: 12px; }

/* ─────────────────────────────────────────────
   SKILLS v3 — dark bg, pure-CSS bars
   ───────────────────────────────────────────── */
.skills-area-v2 {
  background-color: #032d3f;
  padding: 100px 0;
}
.skills-area-v2 .skills-eyebrow { color: rgba(166,211,206,.65); }
.skills-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 14px;
}
.skills-desc {
  font-size: 15px;
  color: rgba(255,255,255,.46);
  line-height: 1.85;
  margin-bottom: 44px;
  max-width: 440px;
}

.skills-grid { display: flex; flex-direction: column; gap: 20px; }
.skill-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.skill-name {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.76);
  letter-spacing: .2px;
}
.skill-pct {
  font-size: 12px;
  font-weight: 700;
  color: #2d8394;
}
.skill-bar-track {
  height: 4px;
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  overflow: hidden;
}
.skill-bar-fill {
  height: 100%;
  width: var(--pct, 0%);
  background: linear-gradient(90deg, #0d726b 0%, #2d8394 100%);
  border-radius: 4px;
  transform-origin: left;
  transform: scaleX(0);
}
.skill-bar-fill.skill-bar--animate {
  animation: skillBarGrow .9s cubic-bezier(.22,1,.36,1) both;
  animation-delay: var(--delay, 0s);
}

/* Certificate panel */
.skills-cert-wrap {
  text-align: center;
  padding-left: 40px;
}
.skills-cert-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(45,131,148,.18),
    0 8px 32px rgba(0,0,0,.22),
    0 4px 80px rgba(45,131,148,.18);
  transition: transform .4s ease, box-shadow .4s ease;
  margin: 0 auto 18px;
  display: block;
}
.skills-cert-img:hover {
  transform: translateY(-7px);
  box-shadow:
    0 0 0 1px rgba(45,131,148,.3),
    0 16px 48px rgba(0,0,0,.28),
    0 4px 100px rgba(45,131,148,.28);
}
.skills-cert-img img { width: 100%; height: auto; display: block; }
.skills-cert-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  letter-spacing: .3px;
  margin: 0;
}
.skills-cert-label i { color: #2d8394; margin-right: 6px; }

/* ─────────────────────────────────────────────
   EXPERIENCE v2 — cream bg
   ───────────────────────────────────────────── */
.experience-area-v2 { background-color: #eee7e0; }

/* ─────────────────────────────────────────────
   BLOG v2
   ───────────────────────────────────────────── */
.blog-v2 .blog-grid-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e7ea;
}
.blog-v2 .blog-feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 36px;
  min-height: 380px;
}
.blog-v2 .bfc-img {
  min-height: 380px;
  background-size: cover;
  background-position: center;
}
.blog-v2 .bfc-body {
  background: #032d3f;
  padding: 50px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-v2 .bfc-cat {
  display: inline-block;
  background: rgba(45,131,148,.25);
  color: #a6d3ce;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  width: fit-content;
}
.blog-v2 .bfc-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 14px;
}
.blog-v2 .bfc-title a { color: #fff; text-decoration: none; }
.blog-v2 .bfc-title a:hover { color: #a6d3ce; }
.blog-v2 .bfc-desc {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-bottom: 28px;
}
.blog-v2 .bfc-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a6d3ce;
  font-weight: 600;
  font-size: 13px;
  transition: gap .25s, color .25s;
  text-decoration: none;
  width: fit-content;
}
.blog-v2 .bfc-read:hover { gap: 12px; color: #fff; }
.blog-v2 .blog-mini-card {
  background: #eee7e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.blog-v2 .blog-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(3,45,63,.12);
}
.blog-v2 .bmc-img { height: 175px; overflow: hidden; }
.blog-v2 .bmc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}
.blog-v2 .blog-mini-card:hover .bmc-img img { transform: scale(1.06); }
.blog-v2 .bmc-body { padding: 20px 22px 24px; }
.blog-v2 .bmc-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d8394;
  margin-bottom: 8px;
  display: block;
}
.blog-v2 .bmc-title {
  font-size: 15px;
  font-weight: 700;
  color: #032d3f;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-v2 .bmc-title a { color: #032d3f; text-decoration: none; }
.blog-v2 .bmc-title a:hover { color: #2d8394; }

/* ─────────────────────────────────────────────
   CONTACT v2 — teal bg
   ───────────────────────────────────────────── */
.contact-area-v2 { background-color: #0d726b !important; }
.contact-area-v2 .section-eyebrow { color: rgba(255,255,255,.55); }
.contact-info-panel { padding-right: 48px; padding-top: 6px; }
.contact-info-panel .section-eyebrow { color: rgba(255,255,255,.45); margin-bottom: 14px; }
.contact-info-panel .cip-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.contact-info-panel .cip-desc {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  margin-bottom: 42px;
}
.cip-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.cip-item .cip-icon {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
.cip-item .cip-text { font-size: 15px; color: rgba(255,255,255,.82); }
.cip-item .cip-text a { color: rgba(255,255,255,.82); transition: color .2s; }
.cip-item .cip-text a:hover { color: #fff; }
.contact-area-v2 .input-box {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.contact-area-v2 .input-box:focus {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.45);
  box-shadow: none;
}
.contact-area-v2 ::-webkit-input-placeholder { color: rgba(255,255,255,.42); }
.contact-area-v2 ::-moz-placeholder          { color: rgba(255,255,255,.42); }
.contact-area-v2 :-ms-input-placeholder      { color: rgba(255,255,255,.42); }
.contact-area-v2 .form-box .icon { color: rgba(255,255,255,.25); }
.contact-area-v2 .button-primary { background: #032d3f; border-color: #032d3f; color: #fff; }
.contact-area-v2 .button-primary:hover { color: #032d3f; }
.contact-area-v2 .button-primary .dir-part { background-color: #fff !important; }

/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 1199px) {
  .hero-content { padding: 120px 52px 90px 6%; }
  .hero-heading { font-size: 44px; }
  .hero-scroll-hint { left: 6%; }
  .contact-info-panel .cip-title { font-size: 32px; }
  .skills-cert-wrap { padding-left: 20px; }
}

@media (max-width: 991px) {
  .hero-wrap {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 56px;
  }
  .hero-photo-panel {
    width: 100%;
    height: 350px;
    clip-path: none;
    order: -1;
    flex: none;
  }
  .hero-content {
    width: 100%;
    padding: 56px 36px 72px;
  }
  .hero-cert-badge { top: 16px; right: 20px; }
  .hero-heading { font-size: 36px; }
  .hero-scroll-hint { display: none; }
  .hero-underline { width: 180px; }
  .hero-ticker { height: 52px; }
  .section-header-v2 { flex-direction: column; align-items: flex-start; gap: 14px; }
  .blog-v2 .blog-grid-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .blog-v2 .blog-feature-card { grid-template-columns: 1fr; }
  .blog-v2 .bfc-img { min-height: 220px; }
  .blog-v2 .bfc-body { padding: 32px 28px; }
  .contact-info-panel { padding-right: 0; margin-bottom: 48px; }
  .contact-info-panel .cip-title { font-size: 28px; }
  .stats-strip .stat-item { border-right: none; padding-bottom: 16px; }
  .skills-area-v2 { padding: 72px 0; }
  .skills-cert-wrap { padding-left: 0; margin-top: 48px; }
}

@media (max-width: 767px) {
  .hero-photo-panel { height: 300px; }
  .hero-content { padding: 44px 20px 56px; }
  .hero-heading { font-size: 28px; letter-spacing: 0; }
  .hero-cert-badge { top: 12px; right: 12px; font-size: 11px; padding: 8px 12px; }
  .hero-cert-badge i { font-size: 16px; }
  .hero-skill-row { gap: 6px; }
  .hsk-chip { font-size: 11px; padding: 5px 11px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { display: block; text-align: center; }
  .hero-ticker { height: 46px; }
  .htk-item { font-size: 11px; }
  .htk-item i { font-size: 13px; }
  .section-title-v2 { font-size: 28px; }
  .skills-title { font-size: 28px; }
  .blog-v2 .bmc-img { height: 145px; }
  .blog-v2 .bfc-body { padding: 28px 22px; }
  .blog-v2 .bfc-title { font-size: 20px; }
  .stats-strip .stat-number { font-size: 40px; }
}

/* ─────────────────────────────────────────────
   REDUCED MOTION — disable continuous animations
   ───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .hero-ticker-track,
  .badge-dot,
  .hero-scroll-hint .scroll-line::after {
    animation: none !important;
  }
  .hero-heading.hw-anim .hw-word {
    opacity: 1 !important;
    animation: none !important;
    filter: none !important;
    transform: none !important;
  }
  .hero-underline path {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
