:root {
  --dark: #070b1f;
  --dark-2: #101735;
  --blue: #2454ff;
  --purple: #8b5cf6;
  --purple-light: #c084fc;
  --white: #ffffff;
  --soft: #f5f7ff;
  --text: #10162f;
  --muted: #9fa9c7;
  --muted-dark: #5d6880;
  --border: rgba(255, 255, 255, 0.14);
  --gradient: linear-gradient(135deg, #2454ff, #8b5cf6, #c084fc);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  --radius: 24px;
  --max: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--dark);
  color: var(--white);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea {
  font-family: inherit;
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
  position: relative;
}

.section.light {
  background: var(--soft);
  color: var(--text);
}

.section-title {
  max-width: 680px;
  margin-bottom: 42px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  color: var(--purple-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.light .section-kicker {
  background: rgba(36, 84, 255, 0.1);
  color: var(--blue);
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-size: 35px;
  font-weight: 600;
  max-width: 760px;
}

h2 {
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 900;
}

h3 {
  font-size: 20px;
  font-weight: 800;
}

p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 15.5px;
}

.light p {
  color: var(--muted-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.25s ease;
}

.btn-primary {
  background: var(--gradient);
  color: white;
  box-shadow: 0 14px 40px rgba(139, 92, 246, 0.38);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 55px rgba(139, 92, 246, 0.52);
  filter: brightness(1.08);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.btn-dark {
  background: var(--text);
  color: white;
}

.btn-dark:hover {
  transform: translateY(-3px);
  background: var(--blue);
}

.btn-whatsapp {
  background: #22c55e;
  color: white;
  box-shadow: 0 12px 34px rgba(34, 197, 94, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.05);
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease;
}

.header.scrolled {
  background: rgba(7, 11, 31, 0.76);
  backdrop-filter: blur(18px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--gradient);
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(139, 92, 246, 0.35);
}

.menu {
  display: flex;
  align-items: center;
  gap: 19px;
  list-style: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #e2e8ff;
}

.menu a {
  opacity: 0.82;
  transition: 0.2s ease;
}

.menu a:hover {
  opacity: 1;
  color: var(--purple-light);
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.hero {
  min-height: 100vh;
  padding: 138px 0 78px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -230px;
  top: -180px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.5), transparent 65%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -170px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(36, 84, 255, 0.36), transparent 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 54px;
  align-items: center;
}

.hero-content p {
  max-width: 640px;
  margin: 22px 0 30px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-actions .btn {
  min-width: 214px;
}

.hero-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8edff;
}

.creative-panel {
  min-height: 510px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.22), transparent 15%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
}

.design-card {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.design-card.main {
  width: 74%;
  height: 320px;
  left: 13%;
  top: 88px;
  padding: 22px;
}

.design-card.main::before {
  content: "";
  display: block;
  height: 168px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.46), transparent 18%),
    linear-gradient(135deg, #2454ff, #8b5cf6);
}

.fake-lines {
  margin-top: 22px;
  display: grid;
  gap: 11px;
}

.fake-lines span {
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.fake-lines span:nth-child(1) { width: 82%; }
.fake-lines span:nth-child(2) { width: 62%; }
.fake-lines span:nth-child(3) { width: 72%; }

.floating-tool {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  font-size: 39px;
  font-weight: 900;
  background: var(--gradient);
  box-shadow: 0 20px 60px rgba(139, 92, 246, 0.42);
  animation: float 5s ease-in-out infinite;
}

.tool-ps {
  left: 28px;
  top: 55px;
}

.tool-cd {
  right: 30px;
  bottom: 54px;
  background: linear-gradient(135deg, #22c55e, #2454ff);
  animation-delay: 1.1s;
}

.palette {
  position: absolute;
  left: 42px;
  bottom: 54px;
  width: 146px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.palette span {
  width: 23px;
  height: 23px;
  border-radius: 999px;
}

.palette span:nth-child(1) { background: var(--purple); }
.palette span:nth-child(2) { background: var(--blue); }
.palette span:nth-child(3) { background: white; }
.palette span:nth-child(4) { background: #22c55e; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.about-box {
  padding: 30px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.about-avatar {
  min-height: 395px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.28), transparent 15%),
    linear-gradient(145deg, #2454ff, #8b5cf6 58%, #070b1f);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-avatar::before {
  content: "Design";
  font-size: clamp(52px, 9vw, 105px);
  font-weight: 900;
  opacity: 0.16;
  transform: rotate(-12deg);
}

.about-text p {
  margin-top: 16px;
}

.features {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.feature {
  min-height: 188px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  transition: 0.25s ease;
}

.feature:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.11);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--gradient);
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  font-size: 21px;
}

.feature h3 {
  font-size: 17px;
  margin-bottom: 7px;
}

.feature p {
  font-size: 13.5px;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 248px;
  padding: 24px;
  border-radius: var(--radius);
  background: white;
  color: var(--text);
  border: 1px solid rgba(16, 22, 47, 0.08);
  box-shadow: 0 18px 45px rgba(16, 22, 47, 0.08);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 84, 255, 0.12), rgba(139, 92, 246, 0.16));
  right: -50px;
  top: -50px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 70px rgba(16, 22, 47, 0.14);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--gradient);
  color: white;
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.25s ease;
}

.service-card:hover .service-icon {
  transform: rotate(-5deg) scale(1.08);
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-card p {
  font-size: 13.8px;
  line-height: 1.55;
  color: var(--muted-dark);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.portfolio-item {
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  cursor: pointer;
  background: #111936;
}

.portfolio-img {
  position: absolute;
  inset: 0;
  transition: 0.35s ease;
}

.portfolio-item:hover .portfolio-img {
  transform: scale(1.08);
  filter: brightness(0.78);
}

.portfolio-1 { background: linear-gradient(135deg, #2454ff, #8b5cf6); }
.portfolio-2 { background: linear-gradient(135deg, #0f172a, #2454ff); }
.portfolio-3 { background: linear-gradient(135deg, #8b5cf6, #c084fc); }
.portfolio-4 { background: linear-gradient(135deg, #111936, #22c55e); }
.portfolio-5 { background: linear-gradient(135deg, #070b1f, #8b5cf6); }
.portfolio-6 { background: linear-gradient(135deg, #2454ff, #070b1f); }

.portfolio-img::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(4px);
}

.portfolio-info {
  position: absolute;
  inset: auto 22px 22px;
  z-index: 2;
  padding: 18px;
  border-radius: 20px;
  background: rgba(7, 11, 31, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  transform: translateY(16px);
  opacity: 0;
  transition: 0.3s ease;
}

.portfolio-item:hover .portfolio-info {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-info h3 {
  font-size: 18px;
}

.portfolio-info p {
  font-size: 13px;
  margin-top: 6px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  min-height: 310px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  transition: 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.11);
}

.stars {
  color: #facc15;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 17px;
}

.testimonial-card blockquote {
  color: #e9edff;
  line-height: 1.65;
  font-size: 14.5px;
  margin-bottom: 20px;
}

.client {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.client-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--gradient);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.client strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14.5px;
}

.client span {
  color: var(--muted);
  font-size: 12.5px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.price-card {
  min-height: 510px;
  padding: 32px;
  border-radius: 30px;
  background: white;
  color: var(--text);
  border: 1px solid rgba(16, 22, 47, 0.08);
  box-shadow: 0 18px 45px rgba(16, 22, 47, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.25s ease;
}

.price-card:hover {
  transform: translateY(-10px);
}

.price-card.featured {
  background: linear-gradient(145deg, #10162f, #1e2552);
  color: white;
  transform: scale(1.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(36, 84, 255, 0.22);
}

.price-card.featured:hover {
  transform: scale(1.04) translateY(-10px);
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gradient);
  color: white;
  font-size: 11.5px;
  font-weight: 900;
}

.price-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.price-card p {
  font-size: 14px;
  max-width: 280px;
}

.price {
  margin: 20px 0 22px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.price small {
  font-size: 14px;
  color: #64708b;
  letter-spacing: normal;
  font-weight: 600;
}

.featured p,
.featured .price small {
  color: #cbd4ff;
}

.price-list {
  list-style: none;
  display: grid;
  gap: 13px;
  margin: 22px 0 28px;
}

.price-list li {
  display: flex;
  gap: 9px;
  color: var(--muted-dark);
  line-height: 1.5;
  font-size: 14px;
}

.featured .price-list li {
  color: #e5eaff;
}

.price-list li::before {
  content: "✓";
  color: #22c55e;
  font-weight: 900;
  flex: 0 0 auto;
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

.faq-wrap {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.faq-question {
  width: 100%;
  min-height: 66px;
  padding: 20px 22px;
  background: transparent;
  border: 0;
  color: white;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
}

.faq-question span {
  font-size: 23px;
  transition: 0.25s ease;
  flex: 0 0 auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-answer p {
  padding: 0 22px 20px;
  font-size: 14px;
}

.faq-item.active .faq-answer {
  max-height: 180px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-card {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(145deg, #10162f, #1e2552);
  color: white;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.contact-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.34);
  right: -120px;
  bottom: -120px;
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-card h2 {
  margin-bottom: 16px;
}

.contact-card p {
  color: #dce3ff;
  margin-bottom: 24px;
}

.contact-card .btn {
  width: 100%;
  min-height: 54px;
  white-space: normal;
}

.form {
  padding: 34px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 18px 45px rgba(16, 22, 47, 0.08);
  display: grid;
  gap: 15px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.form label {
  color: var(--text);
  font-weight: 800;
  font-size: 13.5px;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid rgba(16, 22, 47, 0.12);
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
  color: var(--text);
  background: #f8faff;
  font-size: 14.5px;
  transition: 0.2s ease;
}

.form textarea {
  min-height: 130px;
  resize: vertical;
}

.form input:focus,
.form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
  background: white;
}

.form .btn {
  width: 100%;
  margin-top: 6px;
}

.footer {
  padding: 34px 0;
  background: #050817;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer p {
  font-size: 13.5px;
}

.socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.socials a {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce3ff;
  font-weight: 700;
  font-size: 13px;
  transition: 0.2s ease;
}

.socials a:hover {
  background: var(--gradient);
  color: white;
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--delay, 0s);
  will-change: opacity, transform;
}

.reveal-left {
  transform: translateX(-36px);
}

.reveal-right {
  transform: translateX(36px);
}

.reveal-scale {
  transform: scale(0.94);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-scale.visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid,
  .testimonials-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-card.featured {
    transform: none;
  }

  .price-card.featured:hover {
    transform: translateY(-10px);
  }

  .creative-panel {
    min-height: 440px;
  }
}

@media (max-width: 880px) {
  .mobile-toggle {
    display: grid;
    place-items: center;
  }

  .nav > .btn-whatsapp {
    display: none;
  }

  .menu {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(7, 11, 31, 0.95);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
    display: grid;
    gap: 15px;
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .section {
    padding: 76px 0;
  }

  .features,
  .services-grid,
  .portfolio-grid,
  .testimonials-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .hero {
    padding-top: 120px;
  }

  .creative-panel {
    min-height: 370px;
  }

  .design-card.main {
    height: 248px;
    top: 72px;
  }

  .design-card.main::before {
    height: 130px;
  }

  .floating-tool {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    font-size: 29px;
  }

  .palette {
    display: none;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .nav {
    height: 72px;
  }

  .menu {
    top: 72px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-proof {
    display: grid;
  }

  .about-box,
  .contact-card,
  .form,
  .price-card {
    padding: 25px;
  }

  .portfolio-item {
    min-height: 250px;
  }

  .footer-grid {
    align-items: flex-start;
  }
}