:root {
  --bg: #fcfbff;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --surface-blue: #f3f4f6;
  --surface-pink: #ffe8e3;
  --surface-cream: #fff9f1;
  --surface-lavender: #f7f4f3;
  --text: #37373d;
  --muted: #7c7c84;
  --line: #ebe8f4;
  --accent: #ff9720;
  --accent-pink: #ff7a55;
  --accent-pink-deep: #f05d3f;
  --accent-blue: #b7b8bf;
  --brand-gray: #8f8f92;
  --brand-gray-deep: #6f6f73;
  --shadow: 0 24px 60px rgba(36, 37, 75, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    linear-gradient(180deg, #fffafb 0%, #fcfbff 38%, #fffefc 100%);
}

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

a,
button,
input,
textarea,
label {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-shell {
  width: 100%;
  padding: 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 22px 28px 64px;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.86), transparent 25%),
    radial-gradient(circle at 12% 90%, rgba(255, 151, 32, 0.12), transparent 25%),
    linear-gradient(135deg, #fff3f0 0%, #ffe8e5 48%, #fff5ef 100%);
}

.hero-noise,
.hero-ring {
  position: absolute;
  pointer-events: none;
}

.hero-noise {
  width: 180px;
  height: 180px;
  opacity: 0.28;
}

.hero-noise::before,
.hero-noise::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(146, 103, 130, 0.32);
  border-radius: 50%;
}

.hero-noise::before {
  inset: 0;
}

.hero-noise::after {
  inset: 22px;
}

.hero-noise-left {
  left: -80px;
  bottom: 60px;
}

.hero-noise-right {
  right: -30px;
  top: 18px;
}

.hero-ring {
  border-radius: 999px;
  border: 1px solid rgba(140, 100, 130, 0.2);
}

.hero-ring-top {
  width: 210px;
  height: 210px;
  top: -110px;
  right: -30px;
}

.hero-ring-bottom {
  width: 280px;
  height: 280px;
  bottom: -160px;
  left: -120px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.brand,
.nav-wrap a,
.button,
.service-card a,
.footer-nav a,
.footer-social a {
  text-decoration: none;
}

.brand-logo,
.footer-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.brand-logo {
  width: 224px;
}

.menu-toggle {
  display: none;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-wrap a {
  color: #595960;
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), background .45s cubic-bezier(.17,.85,.438,.99), color .45s cubic-bezier(.17,.85,.438,.99);
}

.nav-wrap a:hover,
.button:hover,
.service-card a:hover,
.footer-nav a:hover,
.footer-social a:hover {
  transform: translateY(-2px);
}

.nav-cta,
.button-primary {
  color: #fff !important;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-pink) 100%);
  box-shadow: 0 12px 28px rgba(255, 79, 181, 0.24);
  background-size: 200% 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: 58px;
  align-items: center;
  margin-top: 52px;
  width: min(var(--container), calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
}

.eyebrow,
.section-tag {
  color: var(--accent-pink-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
.section-title,
.intro-copy h2,
.testimonial-copy h2,
.contact-copy h2,
.newsletter-copy h2 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 11.5ch;
  margin-top: 16px;
  font-size: clamp(3.25rem, 5vw, 4.65rem);
  line-height: 0.96;
  text-wrap: balance;
}

.hero-lead,
.intro-copy p,
.service-card p,
.testimonial-card p,
.contact-copy p,
.blog-card p,
.newsletter-copy p,
.footer-copy,
.stat-card span,
.portfolio-card span {
  color: var(--muted);
  line-height: 1.8;
}

.hero-lead {
  max-width: 52ch;
  margin-top: 24px;
  font-size: 1.04rem;
  line-height: 1.75;
}

.hero-bottom-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.hero-bottom-note span {
  color: #5d5d65;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-bottom-note .note-mark {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-pink-deep);
  box-shadow: 0 8px 18px rgba(55, 55, 61, 0.08);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: #5f5f67;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-proof strong {
  margin-right: 5px;
  color: var(--accent-pink-deep);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), opacity .45s cubic-bezier(.17,.85,.438,.99), box-shadow .45s cubic-bezier(.17,.85,.438,.99), background-position .45s ease;
  position: relative;
  overflow: hidden;
  gap: 10px;
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all .45s cubic-bezier(.17,.85,.438,.99);
}

.button::before {
  top: -32px;
  right: -120px;
  width: 140px;
  height: 140px;
}

.button::after {
  top: -16px;
  right: -38px;
  width: 64px;
  height: 64px;
}

.button-block {
  width: 100%;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary:hover,
.nav-cta:hover {
  background-position: 100% 0;
}

.button:hover::before {
  right: -78px;
}

.button:hover::after {
  right: -22px;
}

.hero-visual {
  position: relative;
  min-height: 510px;
  isolation: isolate;
}

.visual-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(111, 111, 115, 0.12);
  border-radius: 50%;
}

.visual-orbit-one {
  inset: -24px 20px 8px 30px;
}

.visual-orbit-two {
  width: 360px;
  height: 360px;
  right: -80px;
  top: 70px;
}

.project-card {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 500px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 80px rgba(73, 56, 61, 0.14);
  backdrop-filter: blur(18px);
}

.project-card-top,
.project-metrics,
.browser-bar,
.mock-nav,
.mock-hero,
.mock-trust,
.mobile-nav {
  display: flex;
  align-items: center;
}

.project-card-top {
  justify-content: space-between;
  padding: 2px 4px 16px;
}

.project-card-top strong,
.project-card-top span {
  display: block;
}

.project-label {
  color: #9a8c8e;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-card-top strong {
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.project-status {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f0f7ef;
  color: #5e815d;
  font-size: 0.7rem;
  font-weight: 800;
}

.browser-mockup {
  overflow: hidden;
  border: 1px solid #e9e5e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(46, 43, 50, 0.1);
}

.project-screenshot {
  overflow: hidden;
  background: #fff;
}

.project-screenshot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-screenshot-desktop {
  height: 286px;
}

.project-screenshot-desktop img {
  object-position: center top;
}

.browser-bar {
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #eee9ea;
  background: #f7f4f4;
}

.browser-dots {
  display: flex;
  gap: 5px;
}

.browser-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d5cdce;
}

.browser-dots span:first-child {
  background: #ff9876;
}

.browser-address {
  width: 152px;
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #a39b9c;
  font-size: 0.55rem;
  text-align: center;
}

.mock-site {
  padding: 15px;
  background: linear-gradient(145deg, #fff 0%, #fff8f4 100%);
}

.mock-nav {
  gap: 13px;
}

.mock-nav img {
  object-fit: contain;
}

.mock-nav span {
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: #ded8d9;
}

.mock-nav span:first-of-type {
  margin-left: auto;
}

.mock-nav i {
  width: 48px;
  height: 15px;
  border-radius: 99px;
  background: var(--accent);
}

.mock-hero {
  gap: 20px;
  min-height: 205px;
  padding: 26px 20px 20px;
}

.mock-copy {
  width: 53%;
}

.mock-copy > span,
.mobile-line {
  display: block;
  border-radius: 99px;
}

.mock-kicker {
  width: 48px;
  height: 5px;
  margin-bottom: 10px;
  background: var(--accent-pink);
}

.mock-title {
  width: 100%;
  height: 16px;
  margin-top: 7px;
  background: #393940;
}

.mock-title-short {
  width: 78%;
}

.mock-text {
  width: 92%;
  height: 5px;
  margin-top: 14px;
  background: #b9b2b4;
}

.mock-text-short {
  width: 68%;
  margin-top: 6px;
}

.mock-button {
  width: 70px;
  height: 20px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--accent), var(--accent-pink));
}

.mock-image {
  position: relative;
  width: 47%;
  height: 160px;
  overflow: hidden;
  border-radius: 22px 22px 8px 22px;
  background:
    radial-gradient(circle at 68% 26%, #ffcfaa 0 12%, transparent 13%),
    linear-gradient(145deg, #f6ece8, #e8ddda);
}

.mock-image::before,
.mock-image::after,
.mock-image span {
  content: "";
  position: absolute;
  border-radius: 999px 999px 20px 20px;
}

.mock-image::before {
  width: 100px;
  height: 112px;
  right: 18px;
  bottom: -18px;
  background: #36373e;
}

.mock-image::after {
  width: 62px;
  height: 62px;
  left: 18px;
  bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #ffb977);
  box-shadow: 0 12px 28px rgba(55, 55, 61, 0.12);
}

.mock-trust {
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f6f2f1;
}

.mock-trust span {
  width: 28%;
  height: 7px;
  border-radius: 99px;
  background: #d8d1d2;
}

.project-metrics {
  gap: 8px;
  margin-top: 12px;
}

.project-metrics div {
  flex: 1;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: #faf7f6;
}

.project-metrics strong,
.project-metrics span {
  display: block;
}

.project-metrics strong {
  font-size: 0.76rem;
}

.project-metrics span {
  margin-top: 2px;
  overflow: hidden;
  color: #8e8587;
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-mockup {
  position: absolute;
  z-index: 3;
  right: -16px;
  bottom: 0;
  width: 142px;
  height: 278px;
  padding: 8px;
  border: 5px solid #303138;
  border-radius: 29px;
  background: #303138;
  box-shadow: 0 30px 54px rgba(38, 38, 44, 0.28);
  transform: rotate(4deg);
}

.mobile-speaker {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 36px;
  height: 5px;
  border-radius: 99px;
  background: #303138;
  transform: translateX(-50%);
}

.mobile-screen {
  height: 100%;
  padding: 0;
  border-radius: 19px;
  background: #fff8f5;
}

.project-screenshot-mobile img {
  object-position: center top;
}

.mobile-nav {
  justify-content: space-between;
}

.mobile-nav span {
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: #696970;
  box-shadow: 0 5px #696970;
}

.mobile-art {
  height: 86px;
  margin: 16px 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 62% 28%, #ffc99d 0 12%, transparent 13%),
    linear-gradient(145deg, #f4e5e0, #d8d3d3);
}

.mobile-line {
  width: 78%;
  height: 7px;
  margin-top: 6px;
  background: #3c3c43;
}

.mobile-line-wide {
  width: 94%;
}

.mobile-line-short {
  width: 55%;
  background: #bdb6b7;
}

.mobile-cta {
  display: block;
  width: 74px;
  height: 20px;
  margin-top: 14px;
  border-radius: 99px;
  background: var(--accent);
}

.hero-mini-stat {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 220px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

.hero-mini-stat strong,
.hero-mini-stat span {
  display: block;
}

.hero-mini-stat strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-mini-stat span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.hero-mini-stat .mini-stat-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin: 0;
  place-items: center;
  border-radius: 10px;
  background: #fff0e3;
  color: var(--accent-pink-deep);
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
}

.hero-mini-stat .mini-stat-icon-dark {
  background: #3a3a41;
  color: #fff;
}

.hero-mini-stat-top {
  left: -18px;
  top: 92px;
}

.hero-mini-stat-bottom {
  left: 4px;
  bottom: 22px;
}

.intro-stats,
.services-highlight,
.portfolio-section,
.clients-section,
.testimonial-section,
.proof-section,
.packages-section,
.contact-section,
.blog-section,
.newsletter-section,
.site-footer {
  margin-top: 24px;
}

.intro-stats {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 70px;
  align-items: center;
  padding: 88px 22px 76px;
  width: min(var(--container), calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
}

.intro-copy h2 {
  max-width: 11ch;
  margin-top: 14px;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.intro-copy > p {
  max-width: 53ch;
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
  transition: color .3s ease, gap .3s ease;
}

.text-link:hover {
  gap: 14px;
  color: var(--accent-pink-deep);
}

.about-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.about-signature img {
  object-fit: contain;
}

.about-signature strong,
.about-signature span {
  display: block;
}

.about-signature strong {
  font-size: 0.9rem;
}

.about-signature span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.about-outcomes {
  overflow: hidden;
  border: 1px solid rgba(235, 232, 244, 0.9);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 151, 32, 0.1), transparent 30%),
    #fff;
  box-shadow: 0 28px 70px rgba(47, 45, 58, 0.08);
}

.outcomes-heading {
  padding: 24px 26px 20px;
  border-bottom: 1px solid var(--line);
}

.outcomes-heading span,
.outcomes-heading strong {
  display: block;
}

.outcomes-heading span {
  color: var(--accent-pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.outcomes-heading strong {
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 1.28rem;
}

.outcome-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 32px;
  gap: 16px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
  transition: background .35s ease, transform .35s ease;
}

.outcome-row:last-child {
  border-bottom: 0;
}

.outcome-row:hover {
  background: #fff8f4;
}

.outcome-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #fff0e5;
  color: var(--accent-pink-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.outcome-row h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.outcome-row p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.outcome-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f5f3f3;
  color: #8d8586;
  font-weight: 800;
  transition: background .35s ease, color .35s ease, transform .35s ease;
}

.outcome-row:hover .outcome-arrow {
  background: var(--accent);
  color: #fff;
  transform: rotate(10deg);
}

.delivery-path {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: -18px;
  padding: 17px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(47, 45, 58, 0.08);
}

.delivery-path span {
  color: #68666c;
  font-size: 0.8rem;
  font-weight: 800;
}

.delivery-path i {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, #e0dcde, var(--accent));
}

.stat-card,
.service-card,
.portfolio-card,
.client-logo,
.testimonial-card,
.blog-card,
.lead-form,
.newsletter-form {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.services-highlight {
  padding: 88px 22px;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 151, 32, 0.09), transparent 24%),
    linear-gradient(180deg, #f5f5f6 0%, #fffaf3 100%);
}

.center {
  text-align: center;
}

.section-title {
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 70px;
  align-items: end;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.services-heading .section-title {
  max-width: 15ch;
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  text-wrap: balance;
}

.services-heading > p {
  max-width: 46ch;
  padding-bottom: 6px;
  color: var(--muted);
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--container), calc(100% - 28px));
  margin: 46px auto 0;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  text-align: left;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), box-shadow .45s cubic-bezier(.17,.85,.438,.99), border-color .45s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-pink));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-number {
  color: #afa8aa;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: #fff3e9;
  color: var(--accent-pink-deep);
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), background .45s ease, color .45s ease;
}

.service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.service-card h3,
.portfolio-card h3,
.blog-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.service-card p {
  margin-top: 12px;
}

.service-card h3 {
  margin-top: 24px;
  font-size: 1.55rem;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--text);
  font-weight: 700;
  transition: gap .35s ease, color .35s ease;
}

.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 19px;
}

.service-deliverables span {
  padding: 7px 10px;
  border: 1px solid #eee9e8;
  border-radius: 999px;
  background: #faf8f7;
  color: #787278;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-card:hover,
.testimonial-card:hover,
.blog-card:hover,
.client-logo:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 39px -11px rgba(70, 99, 142, 0.27);
}

.service-card:hover {
  border-color: rgba(255, 151, 32, 0.28);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover .service-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(-4deg) scale(1.05);
}

.service-card:hover a {
  color: var(--accent-pink-deep);
  gap: 13px;
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--container), calc(100% - 28px));
  margin: 22px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(235, 232, 244, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.services-cta span,
.services-cta strong {
  display: block;
}

.services-cta > div > span {
  color: var(--accent-pink-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-cta strong {
  max-width: 58ch;
  margin-top: 5px;
  font-size: 0.96rem;
  line-height: 1.5;
}

.portfolio-section {
  padding: 92px 18px 36px;
  width: min(var(--container), calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
}

.portfolio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 70px;
  align-items: end;
}

.portfolio-heading .section-title {
  max-width: 15ch;
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  text-wrap: balance;
}

.section-context {
  position: relative;
  display: flex;
  min-height: 210px;
  padding: 28px 30px 26px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(43, 47, 54, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 143, 31, 0.15), transparent 42%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(31, 36, 45, 0.06);
}

.section-context::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 34px;
  height: 2px;
  background: var(--orange);
}

.section-context-label {
  color: var(--orange-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-context-tags {
  display: flex;
  margin: 24px 0 20px;
  gap: 8px;
  flex-wrap: wrap;
}

.section-context-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(43, 47, 54, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
}

.section-context p {
  max-width: 45ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.featured-case {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  min-height: 580px;
  margin-top: 46px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 10%, rgba(49, 128, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #071a3e 0%, #0b2551 55%, #10336c 100%);
  box-shadow: 0 36px 80px rgba(17, 38, 79, 0.22);
}

.case-copy {
  align-self: center;
  padding: 54px 0 54px 50px;
  color: #fff;
}

.case-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dce9ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6cde90;
  box-shadow: 0 0 0 4px rgba(108, 222, 144, 0.12);
}

.case-copy h3 {
  margin-top: 24px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.7rem, 4.5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.case-copy > p {
  max-width: 40ch;
  margin-top: 20px;
  color: #b9c9e5;
  line-height: 1.8;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.case-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #dce7f9;
  font-size: 0.68rem;
  font-weight: 700;
}

.case-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  color: #0b2551;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: gap .35s ease, transform .35s ease, box-shadow .35s ease;
}

.case-link:hover {
  gap: 14px;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.case-visual {
  position: relative;
  min-width: 0;
}

.case-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 30px;
  border-radius: 50%;
  background: rgba(51, 130, 255, 0.34);
  filter: blur(40px);
}

.case-browser {
  position: absolute;
  z-index: 1;
  top: 72px;
  left: 12px;
  width: 690px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.34);
  transform: rotate(-2deg);
  transition: transform .55s cubic-bezier(.17,.85,.438,.99);
}

.featured-case:hover .case-browser {
  transform: rotate(-1deg) translateY(-6px);
}

.case-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  background: #f0f3f8;
}

.case-browser-bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bec6d2;
}

.case-browser-bar span:first-child {
  background: #ff9b75;
}

.case-browser-bar strong {
  margin: 0 auto;
  padding-right: 42px;
  color: #9aa5b7;
  font-size: 0.52rem;
}

.case-browser img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
}

.case-phone {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  width: 156px;
  height: 330px;
  overflow: hidden;
  border: 7px solid #111d35;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.38);
  transform: rotate(4deg);
  transition: transform .55s cubic-bezier(.17,.85,.438,.99);
}

.featured-case:hover .case-phone {
  transform: rotate(2deg) translateY(-8px);
}

.case-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.featured-case + .featured-case {
  margin-top: 28px;
}

.finalpro-case {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  background:
    radial-gradient(circle at 18% 10%, rgba(56, 128, 229, 0.25), transparent 32%),
    linear-gradient(135deg, #dce9ff 0%, #f4f7ff 52%, #d9e7ff 100%);
  box-shadow: 0 34px 76px rgba(35, 75, 132, 0.22);
}

.finalpro-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 54px 46px 54px 8px;
  color: #253553;
}

.finalpro-copy .case-status {
  border-color: rgba(49, 117, 211, 0.16);
  background: rgba(58, 132, 232, 0.09);
  color: #3175d3;
}

.finalpro-copy .case-status-dot {
  background: #438fe9;
  box-shadow: 0 0 0 4px rgba(67, 143, 233, 0.13);
}

.finalpro-copy > p {
  color: #526783;
}

.finalpro-copy .case-tags span {
  border-color: rgba(49, 117, 211, 0.15);
  background: rgba(255, 255, 255, 0.54);
  color: #486383;
}

.finalpro-copy .case-link {
  background: #2f4773;
  color: #fff;
}

.finalpro-visual {
  grid-column: 1;
  grid-row: 1;
}

.finalpro-visual .case-glow {
  right: auto;
  left: -100px;
  background: rgba(65, 141, 241, 0.28);
}

.finalpro-visual .case-browser {
  right: 8px;
  left: auto;
  width: 650px;
  border-color: #fff;
  box-shadow: 0 34px 76px rgba(30, 61, 105, 0.3);
  transform: rotate(2deg);
}

.finalpro-case:hover .case-browser {
  transform: rotate(1deg) translateY(-6px);
}

.finalpro-visual .case-phone {
  right: 6px;
  border-color: #243858;
  box-shadow: 0 28px 60px rgba(30, 61, 105, 0.34);
  transform: rotate(-4deg);
}

.finalpro-case:hover .case-phone {
  transform: rotate(-2deg) translateY(-8px);
}

.case-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.case-capabilities > div {
  padding: 24px;
  background: #fff;
}

.case-capabilities span,
.case-capabilities strong {
  display: block;
}

.case-capabilities span {
  color: var(--accent-pink-deep);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.case-capabilities strong {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.case-capabilities p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.clients-section {
  padding: 54px 22px;
  background: linear-gradient(180deg, #fffdfd 0%, #f7f4f2 100%);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 30px auto 0;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  border-radius: 14px;
  background: #fff;
  color: #988983;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), box-shadow .45s cubic-bezier(.17,.85,.438,.99), color .45s ease, background .45s ease;
}

.client-logo:hover {
  background: #fff8f2;
  color: var(--accent);
}

.testimonial-section {
  position: relative;
  padding: 54px 22px;
  overflow: hidden;
}

.testimonial-shape {
  position: absolute;
  left: -60px;
  top: 22px;
  width: 180px;
  height: 260px;
  border-radius: 80px;
  background: linear-gradient(180deg, #f4f4f6, #ffffff);
  transform: rotate(16deg);
}

.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: center;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.testimonial-copy h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
}

.testimonial-card {
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  transition: transform .45s cubic-bezier(.17,.85,.438,.99), box-shadow .45s cubic-bezier(.17,.85,.438,.99);
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.person-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d7d7db, #ff9f3d);
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person span {
  color: var(--muted);
  font-size: 0.92rem;
}

.proof-section {
  padding: 92px 22px;
  background:
    radial-gradient(circle at 90% 16%, rgba(255, 151, 32, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdfb 0%, #fff8f4 100%);
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 70px;
  align-items: end;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.proof-heading h2 {
  max-width: 14ch;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.client-fit {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: center;
  width: min(var(--container), calc(100% - 28px));
  margin: 44px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.client-fit-label {
  padding-right: 22px;
  border-right: 1px solid var(--line);
}

.client-fit-label span,
.client-fit-label strong {
  display: block;
}

.client-fit-label span {
  color: var(--accent-pink-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.client-fit-label strong {
  margin-top: 4px;
  font-size: 0.86rem;
}

.client-fit-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.client-fit-types span {
  padding: 9px 12px;
  border: 1px solid #ece7e6;
  border-radius: 999px;
  background: #faf8f7;
  color: #69666c;
  font-size: 0.72rem;
  font-weight: 700;
}

.testimonials-grid {
  display: grid;
  grid-auto-columns: calc((100% - 18px) / 2);
  grid-auto-flow: column;
  gap: 18px;
  width: min(var(--container), calc(100% - 28px));
  margin: 20px auto 0;
  padding: 2px 36px 14px 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--container), calc(100% - 28px));
  margin: 30px auto 0;
}

.testimonial-toolbar span,
.testimonial-toolbar strong {
  display: block;
}

.testimonial-toolbar span {
  color: var(--accent-pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-toolbar strong {
  margin-top: 4px;
  font-size: 0.86rem;
}

.testimonial-controls {
  display: flex;
  gap: 8px;
}

.testimonial-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  font-weight: 800;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.testimonial-controls button:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.testimonials-grid .testimonial-card {
  position: relative;
  min-height: 360px;
  padding: 38px;
  border-radius: 26px;
  background: #fff;
  scroll-snap-align: start;
}

.testimonials-grid .testimonial-card-featured {
  border-color: #34353d;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 151, 32, 0.18), transparent 24%),
    #32333a;
  color: #fff;
}

.quote-mark {
  display: block;
  height: 58px;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 5.5rem;
  line-height: 0.85;
}

.testimonial-card blockquote {
  max-width: 38ch;
  margin: 26px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.testimonials-grid .testimonial-person {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.testimonials-grid .testimonial-card-featured .testimonial-person {
  border-color: rgba(255, 255, 255, 0.13);
}

.testimonial-person img {
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(37, 37, 43, 0.14);
}

.testimonial-avatar-fallback {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffb561, var(--accent));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(37, 37, 43, 0.14);
}

.testimonials-grid .testimonial-person strong {
  font-size: 0.92rem;
}

.testimonials-grid .testimonial-person span {
  margin-top: 3px;
  font-size: 0.76rem;
}

.testimonial-card-featured .testimonial-person span {
  color: #bfc0c7;
}

.packages-section {
  margin-top: 0;
  padding: 72px 22px 64px;
  background:
    radial-gradient(circle at 8% 86%, rgba(255, 151, 32, 0.09), transparent 24%),
    #f5f5f6;
}

.packages-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 70px;
  align-items: end;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.packages-heading h2 {
  max-width: 14ch;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.packages-intro p {
  color: var(--muted);
  line-height: 1.8;
}

.packages-intro span {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  color: #69666c;
  font-size: 0.7rem;
  font-weight: 800;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--container), calc(100% - 28px));
  margin: 46px auto 0;
}

.package-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  padding: 30px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(36, 37, 75, 0.07);
  transition: transform .4s cubic-bezier(.17,.85,.438,.99), box-shadow .4s ease, border-color .4s ease;
}

.package-card:hover {
  border-color: rgba(255, 151, 32, 0.34);
  box-shadow: 0 28px 66px rgba(36, 37, 75, 0.12);
  transform: translateY(-7px);
}

.package-card-featured {
  padding-top: 68px;
  border-color: #35363e;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 151, 32, 0.18), transparent 25%),
    #32333a;
  color: #fff;
}

.package-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  padding: 10px 30px;
  background: linear-gradient(90deg, var(--accent), var(--accent-pink));
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.package-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.package-topline span {
  color: var(--accent-pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.package-topline strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f7f4f3;
  color: #767178;
  font-size: 0.64rem;
  text-transform: uppercase;
}

.package-card-featured .package-topline strong {
  background: rgba(255, 255, 255, 0.09);
  color: #d2d2d7;
}

.package-card h3 {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.85rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.package-for {
  min-height: 78px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.package-card-featured .package-for {
  color: #bfc0c7;
}

.package-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.package-card-featured ul {
  border-color: rgba(255, 255, 255, 0.12);
}

.package-card li {
  position: relative;
  padding-left: 24px;
  color: #67646a;
  font-size: 0.8rem;
  line-height: 1.5;
}

.package-card-featured li {
  color: #dedee2;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.package-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: gap .3s ease, color .3s ease;
}

.package-card-featured > a {
  color: #fff;
}

.package-card > a:hover {
  gap: 13px;
  color: var(--accent-pink-deep);
}

.packages-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(var(--container), calc(100% - 28px));
  margin: 20px auto 0;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
}

.packages-note > span {
  color: var(--accent-pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.packages-note strong {
  font-size: 0.82rem;
}

.packages-note a {
  display: inline-flex;
  gap: 8px;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-section {
  margin-top: 0;
  padding: 92px 22px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 151, 32, 0.16), transparent 26%),
    radial-gradient(circle at 90% 90%, rgba(255, 122, 85, 0.1), transparent 24%),
    #303138;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
  gap: 68px;
  align-items: start;
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.contact-copy {
  padding-top: 20px;
}

.contact-copy .section-tag {
  color: #ffb35c;
}

.contact-copy h2 {
  max-width: 10ch;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(3rem, 4.8vw, 4.6rem);
  line-height: 1.01;
  text-wrap: balance;
}

.contact-copy p {
  max-width: 47ch;
  margin-top: 22px;
  color: #bfc0c7;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-details a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.contact-details a:hover {
  border-color: rgba(255, 151, 32, 0.45);
  background: rgba(255, 151, 32, 0.1);
  transform: translateX(4px);
}

.contact-details span,
.contact-details strong {
  display: block;
}

.contact-details span {
  color: #a8a9b0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 0.82rem;
}

.contact-process {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.contact-process div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-process span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 151, 32, 0.13);
  color: #ffb35c;
  font-size: 0.62rem;
  font-weight: 800;
}

.contact-process strong {
  color: #dedee2;
  font-size: 0.82rem;
}

.contact-form-wrap {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
}

.form-heading span,
.form-heading strong {
  display: block;
}

.form-heading span {
  color: var(--accent-pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
}

.lead-form {
  position: relative;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.form-row + .form-row {
  margin-top: 14px;
}

.form-two .form-row + .form-row {
  margin-top: 0;
}

.form-two + .form-two,
.form-two + .form-row,
.form-row + .form-check {
  margin-top: 14px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: #5b5b63;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #e7e3ee;
  border-radius: 12px;
  background: #faf9f8;
  color: var(--text);
  outline: none;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  border-color: #ffb06f;
  box-shadow: 0 0 0 4px rgba(255, 151, 32, 0.08);
}

.form-row input[aria-invalid="true"],
.form-row textarea[aria-invalid="true"],
.form-row select[aria-invalid="true"] {
  border-color: #d64040;
  background: #fffafa;
}

.field-error {
  display: block;
  min-height: 16px;
  margin-top: 5px;
  color: #b42d2d;
  font-size: 0.68rem;
  font-weight: 700;
}

.field-error:empty {
  min-height: 0;
  margin-top: 0;
}

.field-error-consent {
  margin-top: 6px;
}

.form-row textarea {
  min-height: 126px;
  resize: vertical;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.form-check label {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.lead-form .button {
  margin-top: 18px;
}

.lead-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  display: none;
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border: 1px solid #b9dfca;
  background: #effaf4;
  color: #24623f;
}

.form-status.is-error {
  border: 1px solid #f0c5c5;
  background: #fff3f3;
  color: #9c2929;
}

.form-privacy {
  margin-top: 12px;
  color: #9b969b;
  font-size: 0.68rem;
  text-align: center;
}

.contact-visual {
  position: relative;
  min-height: 440px;
}

.contact-bars {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 42px;
  bottom: 42px;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(255, 157, 73, 0.45) 16% 20%, transparent 20% 42%, rgba(174, 174, 179, 0.38) 42% 46%, transparent 46% 70%, rgba(255, 142, 97, 0.34) 70% 74%, transparent 74% 100%);
  opacity: 0.7;
}

.contact-avatar {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 290px;
  height: 380px;
}

.avatar-circle {
  position: absolute;
  top: 0;
  left: 54px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.avatar-card {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 240px;
  height: 300px;
  border-radius: 120px 120px 24px 24px;
  background:
    radial-gradient(circle at 56% 16%, #ffe0c5 0 13%, transparent 14%),
    radial-gradient(circle at 56% 16%, #ffffff 14%, transparent 15%),
    linear-gradient(180deg, #ffffff 0 34%, #f5f5f7 35% 56%, #2d2e35 57% 100%);
  box-shadow: var(--shadow);
}

.lead-form:hover {
  box-shadow: 0 15px 39px -11px rgba(70, 99, 142, 0.2);
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 0 28px;
  background:
    radial-gradient(circle at 82% 0, rgba(255, 151, 32, 0.15), transparent 25%),
    #292a30;
  color: #fff;
}

.footer-inner {
  width: min(var(--container), calc(100% - 28px));
  margin: 0 auto;
}

.footer-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 64px 0 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-kicker,
.footer-column > span {
  display: block;
  color: #ffb662;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-callout h2 {
  max-width: 17ch;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.footer-cta {
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(90deg, var(--accent), var(--accent-pink));
  box-shadow: 0 16px 36px rgba(255, 122, 85, 0.22);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 0.7fr));
  gap: 52px;
  padding: 54px 0;
}

.footer-brand p {
  max-width: 34ch;
  margin-top: 22px;
  color: #b8b8bf;
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-logo {
  width: 220px;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-column > span {
  margin-bottom: 6px;
}

.footer-column a {
  color: #d6d6da;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .3s ease, transform .3s ease;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: #ffb662;
  transform: translateX(3px);
}

.footer-contact p {
  max-width: 20ch;
  margin-top: 5px;
  color: #9999a1;
  font-size: 0.78rem;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #92929a;
  font-size: 0.76rem;
}

.footer-bottom a {
  color: #cfcfd4;
  font-weight: 750;
  text-decoration: none;
  transition: color .3s ease, transform .3s ease;
}

.hero-copy,
.hero-visual,
.intro-copy,
.stats-grid,
.services-grid .service-card,
.portfolio-card,
.client-logo,
.testimonial-copy,
.testimonial-card,
.contact-copy,
.contact-visual,
.blog-card,
.newsletter-copy,
.newsletter-form {
  animation: floatUp .85s cubic-bezier(.17,.85,.438,.99) both;
}

.hero-visual,
.stats-grid,
.services-grid .service-card:nth-child(2),
.portfolio-card:nth-child(2),
.testimonial-card,
.contact-visual,
.blog-card:nth-child(2),
.newsletter-form {
  animation-delay: .08s;
}

.services-grid .service-card:nth-child(3),
.portfolio-card:nth-child(3),
.blog-card:nth-child(3) {
  animation-delay: .16s;
}

.portfolio-card:nth-child(4),
.client-logo:nth-child(2),
.client-logo:nth-child(4) {
  animation-delay: .12s;
}

.client-logo:nth-child(3),
.client-logo:nth-child(5) {
  animation-delay: .18s;
}

@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .intro-stats,
  .testimonial-grid,
  .contact-grid,
  .newsletter-section,
  .blog-grid,
  .client-grid {
    grid-template-columns: 1fr;
  }

  .services-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .proof-heading,
  .client-fit {
    grid-template-columns: 1fr;
  }

  .proof-heading {
    gap: 22px;
    align-items: start;
  }

  .section-context {
    min-height: 0;
  }

  .packages-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card-featured {
    order: -1;
  }

  .packages-note {
    grid-template-columns: 1fr auto;
  }

  .packages-note > span {
    grid-column: 1 / -1;
  }

  .client-fit-label {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .portfolio-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .featured-case {
    grid-template-columns: 1fr;
  }

  .finalpro-case {
    grid-template-columns: 1fr;
  }

  .case-copy {
    padding: 46px 46px 10px;
  }

  .finalpro-copy,
  .finalpro-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .finalpro-copy {
    padding: 46px 46px 10px;
  }

  .case-visual {
    min-height: 500px;
  }

  .case-browser {
    left: 46px;
    width: calc(100% - 110px);
  }

  .finalpro-visual .case-browser {
    right: auto;
    left: 46px;
    width: calc(100% - 110px);
  }

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

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

  h1 {
    max-width: 13ch;
  }

  .hero-visual,
  .contact-visual {
    margin: 0 auto;
  }

  .hero-visual {
    width: min(100%, 600px);
  }

  .project-card {
    right: 40px;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: 100%;
  }

  .hero-section,
  .clients-section,
  .newsletter-section {
    padding: 22px 18px;
  }

  .services-highlight {
    padding: 62px 18px;
  }

  .proof-section {
    padding: 66px 18px;
  }

  .packages-section {
    padding: 54px 18px 48px;
  }

  .proof-heading,
  .client-fit,
  .testimonials-grid,
  .testimonial-toolbar,
  .packages-heading,
  .packages-grid,
  .packages-note {
    width: 100%;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .package-card {
    min-height: 0;
  }

  .package-for {
    min-height: 0;
  }

  .packages-note {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-auto-columns: min(88%, 520px);
  }

  .contact-section {
    padding: 66px 18px;
  }

  .contact-grid {
    width: 100%;
    gap: 38px;
  }

  .contact-copy {
    padding-top: 0;
  }

  .contact-form-wrap {
    padding: 26px 22px;
  }

  .services-heading,
  .services-grid,
  .services-cta {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-section {
    padding-top: 66px;
  }

  .featured-case {
    margin-top: 34px;
    border-radius: 26px;
  }

  .case-capabilities {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-wrap {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
  }

  .nav-wrap.is-open {
    display: flex;
  }

  .brand-logo {
    width: 210px;
  }

  .hero-grid {
    margin-top: 42px;
  }

  .project-card {
    right: 20px;
    width: calc(100% - 54px);
  }

  .nav-wrap a,
  .nav-cta,
  .hero-actions .button,
  .lead-form .button {
    width: 100%;
  }

  .hero-copy,
  .intro-copy,
  .contact-copy {
    text-align: left;
  }

  .intro-stats {
    gap: 38px;
    padding-top: 62px;
    padding-bottom: 56px;
  }

  .intro-copy h2 {
    max-width: 12ch;
  }

  .delivery-path {
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: -8px;
    border-radius: 20px;
  }

  .delivery-path i {
    width: 18px;
  }

  .form-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 190px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 13vw, 3.45rem);
    line-height: 0.98;
  }

  .section-title,
  .intro-copy h2,
  .testimonial-copy h2,
  .contact-copy h2,
  .newsletter-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .hero-section {
    min-height: 0;
    padding-bottom: 44px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-visual {
    min-height: 410px;
  }

  .project-card {
    top: 0;
    right: 0;
    width: 100%;
    padding: 12px;
    border-radius: 22px;
  }

  .project-card-top {
    padding-bottom: 10px;
  }

  .browser-address,
  .project-metrics,
  .hero-mini-stat {
    display: none;
  }

  .mock-hero {
    min-height: 180px;
    padding: 20px 12px 15px;
  }

  .mock-image {
    height: 138px;
  }

  .mobile-mockup {
    right: -4px;
    bottom: 0;
    width: 118px;
    height: 232px;
  }

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

  .outcomes-heading {
    padding: 21px 20px 17px;
  }

  .outcome-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 20px;
  }

  .outcome-number {
    width: 38px;
    height: 38px;
  }

  .outcome-arrow {
    display: none;
  }

  .delivery-path {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
  }

  .delivery-path i {
    display: none;
  }

  .portfolio-section {
    width: calc(100% - 28px);
    padding-right: 0;
    padding-left: 0;
  }

  .case-copy {
    padding: 30px 24px 8px;
  }

  .finalpro-copy {
    padding: 30px 24px 8px;
  }

  .case-copy h3 {
    font-size: 2.6rem;
  }

  .case-visual {
    min-height: 350px;
  }

  .case-browser {
    top: 46px;
    left: 20px;
    width: calc(100% - 40px);
    border-width: 5px;
    border-radius: 16px;
  }

  .finalpro-visual .case-browser {
    top: 46px;
    right: auto;
    left: 20px;
    width: calc(100% - 40px);
  }

  .case-browser img {
    height: 255px;
  }

  .case-phone {
    right: 12px;
    bottom: 10px;
    width: 106px;
    height: 226px;
    border-width: 5px;
    border-radius: 23px;
  }

  .case-capabilities > div {
    padding: 22px;
  }

  .testimonials-grid .testimonial-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .testimonials-grid {
    grid-auto-columns: 92%;
  }

  .testimonial-toolbar strong {
    max-width: 22ch;
  }

  .testimonial-card blockquote {
    font-size: 1.24rem;
  }

  .contact-details a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-proof {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    padding: 0 18px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding: 52px 0 42px;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 42px 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
