:root {
  --bg: #f6f6f3;
  --white: #ffffff;
  --ink: #0a0a0a;
  --muted: #777773;
  --line: rgba(10,10,10,.1);
  --blue: #2787f5;
  --pad: clamp(18px, 4vw, 62px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.shell {
  width: min(1400px, 100%);
  margin: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 20px), 1080px);
  height: 60px;
  padding: 7px 8px 7px 9px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-size: 12px;
  font-weight: 850;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.site-header nav {
  display: flex;
  gap: 26px;
}

.site-header nav a {
  color: #555551;
  font-size: 11px;
  font-weight: 700;
}

.header-cta {
  justify-self: end;
  height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.hero {
  min-height: 100svh;
  padding-top: clamp(140px, 19vh, 190px);
  padding-bottom: 80px;
  display: block;
}

.hero-copy {
  max-width: 1050px;
}

.mini-label {
  color: #868681;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.hero h1 {
  max-width: 1100px;
  margin: 24px 0 0;
  font-size: clamp(67px, 10.2vw, 152px);
  line-height: .86;
  letter-spacing: -.078em;
  font-weight: 900;
}


.hero-copy > p {
  max-width: 510px;
  margin: 34px 0 0;
  color: #50504c;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.45;
  letter-spacing: -.025em;
}

.trust-row {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-item {
  min-height: 64px;
  padding: 13px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.65);
}

.trust-item strong {
  font-size: 17px;
  letter-spacing: -.04em;
}

.trust-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.trust-item.level {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.verified,
.inline-badge,
.big-badge {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-style: normal;
  font-weight: 950;
}

.verified {
  width: 18px;
  height: 18px;
  font-size: 10px;
  box-shadow: 0 4px 14px rgba(39,135,245,.25);
}


.btn {
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  transition: transform .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn.dark {
  color: white;
  background: var(--ink);
}

.btn.light {
  border-color: var(--line);
  background: rgba(255,255,255,.72);
}





.work,
.services,
.about,
.fiverr,
.contact {
  padding-top: clamp(88px, 10vw, 145px);
}

.work {
  padding-bottom: clamp(100px, 12vw, 170px);
  border-top: 1px solid var(--line);
}

.section-title,
.services-top {
  margin-bottom: clamp(32px, 5vw, 60px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-title h2,
.services-top h2,
.about-text h2,
.fiverr-card h2,
.contact h2 {
  margin: 10px 0 0;
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
}

.section-proof {
  text-align: right;
}

.section-proof strong {
  display: block;
  font-size: clamp(27px, 3.2vw, 44px);
  letter-spacing: -.05em;
}

.section-proof span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(32px, 4vw, 58px) clamp(14px, 2vw, 28px);
}

.project.wide {
  grid-column: 1 / -1;
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 18px 50px rgba(0,0,0,.07);
}

.project.wide .video-shell {
  aspect-ratio: 21 / 9;
}

.video-fallback,
.video-mount,
.video-mount iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-fallback {
  object-fit: cover;
  transition: transform .55s ease;
}

.video-mount iframe {
  border: 0;
  pointer-events: none;
  transform: scale(1.015);
}

.project:hover .video-fallback {
  transform: scale(1.025);
}

.open-video {
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 4;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: white;
  font-size: 9px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.project-bottom {
  padding: 12px 3px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.project-bottom strong {
  font-size: 14px;
  letter-spacing: -.025em;
}

.project-bottom span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.services {
  padding-bottom: clamp(100px, 12vw, 160px);
  border-top: 1px solid var(--line);
}

.role-box {
  min-width: 260px;
  padding: 18px 20px;
  border: 1px solid rgba(39,135,245,.2);
  border-radius: 19px;
  background: rgba(255,255,255,.7);
}

.role-box small {
  display: block;
  margin-bottom: 7px;
  color: #8d8d88;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.role-box strong {
  display: block;
  min-height: 28px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.04em;
  transition: opacity .2s ease, transform .2s ease;
}

.role-box strong.swap {
  opacity: 0;
  transform: translateY(5px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

.service-grid article {
  min-height: 220px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.62);
  transition: transform .25s ease, border-color .25s ease;
}

.service-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(39,135,245,.32);
}

.service-grid h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -.05em;
}

.service-grid p {
  max-width: 490px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.about {
  padding-bottom: clamp(100px, 12vw, 160px);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.about-photo {
  display: flex;
  justify-content: flex-start;
}

.about-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 20px 55px rgba(0,0,0,.09);
}

.about-text {
  max-width: 760px;
}

.about-text p {
  max-width: 560px;
  margin: 23px 0 0;
  color: #555550;
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.48;
}

.about-proof {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-proof > div {
  min-height: 62px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.66);
}

.about-proof strong {
  font-size: 16px;
}

.about-proof > div:first-child {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.about-proof span:not(.inline-badge) {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.inline-badge {
  width: 18px;
  height: 18px;
  font-size: 10px;
}

.fiverr {
  padding-bottom: clamp(100px, 12vw, 160px);
}

.fiverr-card {
  min-height: 380px;
  padding: clamp(28px, 5vw, 68px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(39,135,245,.35), transparent 36%),
    #090909;
  color: white;
  overflow: hidden;
}

.light-label {
  color: #8f8f8b;
}

.fiverr-level {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fiverr-card h2 {
  margin: 0;
}

.big-badge {
  width: 34px;
  height: 34px;
  flex: none;
  font-size: 17px;
  box-shadow: 0 8px 25px rgba(39,135,245,.28);
}

.fiverr-card p {
  margin: 18px 0 0;
  color: #b7b7b2;
  font-size: 13px;
}

.fiverr-arrow {
  color: #8bbaff;
  font-size: clamp(60px, 9vw, 120px);
}

.contact {
  padding-bottom: clamp(120px, 15vw, 210px);
  text-align: center;
}

.contact h2 {
  font-size: clamp(62px, 9vw, 130px);
}

.contact > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-actions {
  justify-content: center;
  margin-top: 28px;
}

.footer {
  min-height: 105px;
  padding-top: 20px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.footer-brand img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.footer a {
  justify-self: end;
  color: var(--ink);
  font-weight: 800;
}

.mobile-contact {
  position: fixed;
  z-index: 75;
  right: 14px;
  bottom: 14px;
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  box-shadow: 0 16px 45px rgba(0,0,0,.2);
  font-size: 11px;
  font-weight: 800;
}

.mobile-contact span {
  color: #8bbaff;
}

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }

  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  
  
  .section-title,
  .services-top {
    display: block;
  }

  .section-proof,
  .role-box {
    margin-top: 24px;
    text-align: left;
  }

  .about {
    grid-template-columns: 150px 1fr;
  }

  .about-photo img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 620px) {
  :root { --pad: 15px; }

  .site-header {
    top: 7px;
    width: calc(100% - 14px);
    height: 57px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    height: 41px;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
    padding-top: 122px;
    padding-bottom: 85px;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 78px);
    line-height: .88;
  }

  .hero-copy > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .trust-row {
    margin-top: 24px;
  }

  .trust-item {
    min-height: 58px;
  }

  .hero-actions .btn {
    flex: 1 1 auto;
  }

  
  
  .section-title h2,
  .services-top h2,
  .about-text h2,
  .fiverr-card h2,
  .contact h2 {
    font-size: 48px;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .project.wide {
    grid-column: auto;
  }

  .project.wide .video-shell {
    aspect-ratio: 16 / 9;
  }

  .video-shell {
    border-radius: 18px;
  }

  .role-box {
    width: 100%;
    min-width: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 190px;
    border-radius: 18px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-photo img {
    width: 110px;
    height: 110px;
    border-radius: 24px;
  }

  .about-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fiverr-card {
    min-height: 330px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .fiverr-level {
    align-items: flex-start;
  }

  .fiverr-card h2 {
    max-width: 220px;
  }

  .big-badge {
    width: 30px;
    height: 30px;
  }

  .fiverr-arrow {
    align-self: flex-start;
    font-size: 62px;
  }

  .contact {
    padding-bottom: 140px;
  }

  .contact h2 {
    font-size: 65px;
  }

  .contact-actions .btn {
    min-width: 130px;
  }

  .footer {
    grid-template-columns: 1fr auto;
    padding-bottom: 90px;
  }

  .footer > span {
    display: none;
  }

  .mobile-contact {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 390px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


/* ===== V4 ULTRA CLEAN ===== */



.hero-copy {
  max-width: 1180px;
}

.client-count {
  position: relative;
  overflow: hidden;
  border-color: rgba(39,135,245,.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(39,135,245,.12), transparent 58%),
    rgba(255,255,255,.7);
  animation: clientGlow 2.8s ease-in-out infinite;
}

.client-count::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -30%;
  width: 36%;
  transform: rotate(18deg);
  background: linear-gradient(to right, transparent, rgba(255,255,255,.78), transparent);
  animation: clientShine 3.2s ease-in-out infinite;
}

@keyframes clientGlow {
  50% {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(39,135,245,.12);
  }
}

@keyframes clientShine {
  0%, 35% { left: -45%; }
  70%, 100% { left: 130%; }
}

.fiverr-pill {
  position: relative;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  border-color: rgba(29,191,115,.24);
  background: rgba(29,191,115,.07);
}

.fiverr-pill strong {
  color: #0d8f56;
}

.fiverr-dot {
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: #1dbf73;
  box-shadow: 0 0 0 6px rgba(29,191,115,.1);
  animation: fiverrPulse 2s ease-in-out infinite;
}

@keyframes fiverrPulse {
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(29,191,115,.05);
  }
}



.moving-proof {
  animation: proofFloat 3.4s ease-in-out infinite;
}

@keyframes proofFloat {
  50% { transform: translateY(-4px); }
}

.services {
  position: relative;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(60vw, 760px);
  height: min(60vw, 760px);
  left: -18vw;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,135,245,.10), rgba(39,135,245,0) 68%);
  filter: blur(8px);
}

.service-grid article:nth-child(1),
.service-grid article:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(39,135,245,.10), rgba(255,255,255,.7));
}

.service-grid article:nth-child(2),
.service-grid article:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(255,255,255,.75), rgba(39,135,245,.055));
}

.role-box {
  background:
    linear-gradient(145deg, rgba(39,135,245,.11), rgba(255,255,255,.82));
}

.about {
  grid-template-columns: 165px 1fr;
}

.about-photo img {
  width: 126px;
  height: 126px;
  border-radius: 28px;
}

.about-text p {
  max-width: 690px;
}

.about-stat {
  min-width: 150px;
}

.nova-stat {
  border-color: rgba(39,135,245,.15) !important;
  background: rgba(39,135,245,.055) !important;
}

.lets-work {
  padding-top: clamp(100px, 12vw, 160px);
  padding-bottom: clamp(105px, 13vw, 170px);
}

.lets-work-card {
  min-height: 430px;
  padding: clamp(28px, 6vw, 76px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 86% 10%, rgba(39,135,245,.46), transparent 32%),
    linear-gradient(145deg, #070707, #101018);
}

.lets-work-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -130px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(255,255,255,.022),
    0 0 0 120px rgba(39,135,245,.025);
}

.lets-work-card > * {
  position: relative;
  z-index: 2;
}

.lets-work-card h2 {
  margin: 12px 0 0;
  font-size: clamp(66px, 10vw, 145px);
  line-height: .84;
  letter-spacing: -.075em;
}

.lets-work-card p {
  margin: 22px 0 0;
  color: #b8b8b4;
  font-size: 14px;
}

.work-cta {
  width: max-content;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  background: white;
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 850;
  transition: transform .2s ease;
}

.work-cta:hover {
  transform: translateY(-2px);
}

.work-cta span {
  color: var(--blue);
  font-size: 15px;
}

.mobile-contact {
  min-width: 172px;
  justify-content: center;
}

@media (max-width: 820px) {
  .hero {
    display: block;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 126px;
  }

  .hero h1 {
    font-size: clamp(56px, 16.5vw, 80px);
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-item {
    width: 100%;
  }

  .fiverr-pill {
    justify-content: flex-start;
  }

  .section-proof {
    margin-top: 20px;
    text-align: left;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    width: 96px;
    height: 96px;
    border-radius: 22px;
  }

  .lets-work-card {
    min-height: 390px;
    padding: 27px 22px;
    border-radius: 24px;
  }

  .lets-work-card h2 {
    font-size: 72px;
  }

  .work-cta {
    width: 100%;
    justify-content: center;
  }
}


/* ===== V5 HERO FIX ===== */

.hero {
  min-height: 100svh;
  padding-top: clamp(130px, 18vh, 175px);
  padding-bottom: 95px;
}

.hero-role {
  width: max-content;
  margin-bottom: 28px;
  padding: 9px 13px;
  border: 1px solid rgba(39,135,245,.2);
  border-radius: 999px;
  background: rgba(39,135,245,.07);
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(65px, 10vw, 145px);
  line-height: .87;
  letter-spacing: -.077em;
  font-weight: 900;
  text-transform: none;
}

.hero h1 .selected-word {
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.07em;
}

.hero h1 .selected-word::before,
.hero h1 .selected-word::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: var(--bg);
}

.hero h1 .selected-word::before {
  left: -19px;
  bottom: 7px;
}

.hero h1 .selected-word::after {
  right: -19px;
  top: 8px;
}

.proof-grid {
  max-width: 820px;
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.proof-card {
  min-height: 118px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 15px 45px rgba(0,0,0,.045);
}

.proof-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.proof-main > strong {
  min-width: max-content;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.06em;
}

.proof-main div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.proof-main b {
  font-size: 14px;
  letter-spacing: -.025em;
}

.proof-main span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .03em;
}

.proof-icon {
  width: 44px;
  height: 44px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 900;
}

.clients-card {
  border-color: rgba(39,135,245,.18);
  background:
    radial-gradient(circle at 86% 18%, rgba(39,135,245,.11), transparent 38%),
    rgba(255,255,255,.78);
}

.clients-card::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -35%;
  width: 28%;
  height: 220%;
  transform: rotate(18deg);
  background: linear-gradient(to right, transparent, rgba(255,255,255,.8), transparent);
  animation: proofSweep 3.4s ease-in-out infinite;
}

@keyframes proofSweep {
  0%, 28% { left: -35%; }
  65%, 100% { left: 125%; }
}

.happy-icon {
  color: var(--blue);
  background: rgba(39,135,245,.09);
  animation: smileFloat 2.5s ease-in-out infinite;
}

@keyframes smileFloat {
  50% { transform: translateY(-6px) rotate(4deg); }
}

.fiverr-card-mini {
  border-color: rgba(29,191,115,.24);
  background:
    radial-gradient(circle at 88% 16%, rgba(29,191,115,.13), transparent 38%),
    rgba(255,255,255,.78);
  transition: transform .22s ease, box-shadow .22s ease;
}

.fiverr-card-mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(29,191,115,.10);
}

.fiverr-card-mini .proof-main > strong {
  color: #0d8f56;
}

.fiverr-check {
  color: white;
  background: #1dbf73;
  box-shadow: 0 0 0 7px rgba(29,191,115,.08);
  animation: fiverrCheck 2.3s ease-in-out infinite;
}

@keyframes fiverrCheck {
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 13px rgba(29,191,115,.04);
  }
}

.fiverr-live-dot {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1dbf73;
  animation: fiverrDot 1.8s ease-in-out infinite;
}

@keyframes fiverrDot {
  50% {
    box-shadow: 0 0 0 8px rgba(29,191,115,.08);
  }
}

.center-work {
  max-width: 820px;
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.view-work-btn {
  min-width: min(100%, 330px);
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  font-size: 12px;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease;
}

.view-work-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0,0,0,.16);
}

.wave-hand {
  font-style: normal;
  font-size: 18px;
  animation: handWave 2.4s ease-in-out infinite;
  transform-origin: 70% 70%;
}

@keyframes handWave {
  0%, 60%, 100% { transform: rotate(0deg) translateY(0); }
  70% { transform: rotate(14deg) translateY(-2px); }
  78% { transform: rotate(-8deg) translateY(-4px); }
  86% { transform: rotate(12deg) translateY(-2px); }
}

.section-title {
  align-items: flex-end;
}

.section-title > div:first-child {
  width: 100%;
}

@media (max-width: 700px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 82px;
  }

  .hero-role {
    margin-bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(56px, 15.5vw, 78px);
    line-height: .9;
  }

  .hero h1 .selected-word {
    width: auto;
  }

  .hero h1 .selected-word::before,
  .hero h1 .selected-word::after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .hero h1 .selected-word::before {
    left: -12px;
    bottom: 5px;
  }

  .hero h1 .selected-word::after {
    right: -8px;
    top: 5px;
  }

  .proof-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: 108px;
    padding: 18px;
  }

  .proof-main > strong {
    font-size: 39px;
  }

  .proof-main b {
    font-size: 13px;
  }

  .center-work {
    margin-top: 14px;
  }

  .view-work-btn {
    width: 100%;
    min-width: 0;
  }
}
