:root {
  --navy: #0a1628;
  --navy-2: #111922;
  --blue: #1a6bff;
  --blue-dark: #0f55d8;
  --white: #ffffff;
  --ink: #171b22;
  --muted: #687386;
  --line: #e7ebf2;
  --bg: #f7f9fc;
  --shadow: 0 20px 60px rgba(10, 22, 40, 0.12);
  --shadow-lg: 0 24px 70px rgba(10, 22, 40, 0.16);
}

@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-2.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-3.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-4.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/barlow-5.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/barlow-6.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

main,
header,
footer,
section {
  width: 100%;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

img,
video {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 96px;
  padding: 18px clamp(20px, 6vw, 96px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(231, 235, 242, 0.8);
  backdrop-filter: blur(12px);
}

.logo {
  display: inline-flex;
  align-items: center;
  width: min(220px, 42vw);
}

.logo img {
  width: 100%;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  color: var(--ink);
}

.main-nav a:hover {
  color: var(--blue);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.header-cta,
.btn-secondary {
  color: var(--white);
  background: var(--navy-2);
}

.btn-primary {
  color: var(--white);
  background: var(--blue);
}

.btn-whatsapp {
  gap: 10px;
  color: var(--white);
  background: #22c55e;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.24);
}

.btn-whatsapp svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.btn-outline {
  color: var(--navy);
  background: var(--white);
  border-color: var(--navy);
}

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

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-whatsapp:hover {
  background: #16a34a;
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.32);
}

.pulse-cta {
  animation: ctaPulse 2.6s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.34);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1.22fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(56px, 8vw, 112px) clamp(20px, 5vw, 86px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.52) 58%, rgba(255, 255, 255, 0.18) 100%),
    radial-gradient(circle at 82% 25%, rgba(26, 107, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef4fb 46%, #dce6f2 100%);
  overflow: hidden;
}

.section-gradient::after,
.services-section::after,
.trust-section::after {
  content: "";
  position: absolute;
  left: clamp(20px, 7vw, 110px);
  right: clamp(20px, 7vw, 110px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26, 107, 255, 0.28), transparent);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(58px, 8vw, 92px);
  color: var(--ink);
}

h1 span {
  color: var(--blue);
}

.hero-copy {
  max-width: 570px;
  margin: 24px 0 30px;
  color: #2e3542;
  font-size: 22px;
  line-height: 1.45;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.hero-mockup-image {
  width: min(900px, 100%);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0 24px 70px rgba(10, 22, 40, 0.18);
}

.hero-rating {
  justify-self: end;
  width: min(390px, 86%);
  margin-top: 24px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(26, 107, 255, 0.16);
  border-left: 4px solid var(--blue);
  box-shadow: 0 18px 50px rgba(10, 22, 40, 0.14);
  backdrop-filter: blur(10px);
}

.hero-rating-main,
.hero-rating-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-rating .google-stars {
  color: #fbbc04;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.hero-rating strong {
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
}

.hero-rating-bottom {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e6edf7;
}

.hero-rating-bottom span:last-child {
  max-width: 155px;
  color: #5c6b80;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.feature-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 34px clamp(20px, 7vw, 110px);
  color: var(--white);
  background: #111820;
}

.feature-bar article {
  display: flex;
  align-items: center;
  gap: 18px;
}

.feature-icon {
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
}

.feature-bar h2 {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.feature-bar p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.section,
.trust-section,
.cta-section {
  padding: clamp(68px, 8vw, 112px) clamp(20px, 7vw, 110px);
}

.section,
.trust-section {
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading,
.feature-bar,
.services-grid,
.portfolio-showcase,
.reviews,
.before-after,
.pricing-grid,
.process-grid,
.faq-list,
.blog-grid {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.cta-section h2 {
  color: var(--navy);
  font-size: clamp(38px, 5vw, 62px);
}

.cards-grid,
.pricing-grid,
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.services-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.price-card,
.review-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(10, 22, 40, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.service-card:hover,
.price-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(26, 107, 255, 0.28);
  box-shadow: var(--shadow-lg);
}

.service-card h3,
.price-card h3 {
  color: var(--navy);
  font-size: 30px;
}

.service-card p,
.price-card li,
.review-card p,
.cta-section p {
  color: var(--muted);
}

.service-card p {
  font-size: 19px;
  line-height: 1.55;
}

.service-card-large {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card-large h3 {
  font-size: clamp(34px, 3.3vw, 46px);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--blue);
  background: rgba(26, 107, 255, 0.08);
  border: 1px solid rgba(26, 107, 255, 0.18);
  font-weight: 800;
}

.text-link-btn {
  width: fit-content;
  margin-top: auto;
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.text-link-btn:hover {
  color: var(--blue-dark);
}

.service-card-media {
  padding-top: 0;
}

.service-map-visual {
  position: relative;
  min-height: 250px;
  margin: 0 -28px 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.1), rgba(26, 107, 255, 0.2)),
    repeating-linear-gradient(45deg, rgba(26, 107, 255, 0.12) 0 2px, transparent 2px 26px),
    linear-gradient(135deg, #eaf2ff, #ffffff);
}

.service-map-visual img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.portfolio-section {
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.portfolio-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.portfolio-device {
  background: #0b1220;
  border: 12px solid #151f2d;
  box-shadow: var(--shadow-lg);
}

.portfolio-browser-bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  background: #1d2838;
}

.portfolio-browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #6f7d91;
}

.portfolio-screen {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--navy);
}

.portfolio-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(28px, 4vw, 54px);
  color: var(--white);
  opacity: 0;
  animation: portfolioFade 12s ease-in-out infinite;
}

.portfolio-slide small {
  color: #9fc1ff;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-slide strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.95;
  text-transform: uppercase;
}

.portfolio-slide p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.slide-electric {
  animation-delay: 4s;
}

.slide-food {
  animation-delay: 8s;
}

.slide-salon {
  background: linear-gradient(135deg, #0a1628, #1a6bff);
}

.slide-electric {
  background: linear-gradient(135deg, #07101f, #163a72);
}

.slide-food {
  background: linear-gradient(135deg, #111922, #0f55d8);
}

@keyframes portfolioFade {
  0%,
  27% {
    opacity: 1;
    transform: translateY(0);
  }

  33%,
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

.slide-grid,
.slide-chart,
.slide-menu {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.slide-grid {
  grid-template-columns: repeat(3, 1fr);
}

.slide-grid i,
.slide-menu i {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.slide-chart {
  grid-template-columns: repeat(3, 72px);
  align-items: end;
}

.slide-chart i {
  display: block;
  background: #7fb1ff;
}

.slide-chart i:nth-child(1) {
  height: 52px;
}

.slide-chart i:nth-child(2) {
  height: 96px;
}

.slide-chart i:nth-child(3) {
  height: 138px;
}

.slide-menu {
  grid-template-columns: repeat(2, minmax(110px, 1fr));
}

.portfolio-copy h3 {
  color: var(--navy);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.58;
}

.trust-section {
  background:
    linear-gradient(180deg, var(--bg) 0%, #ffffff 100%);
}

.review-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.stars {
  color: #f5b301;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(10, 22, 40, 0.1);
}

.review-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.58;
}

.review-meta {
  display: block;
  margin-top: auto;
  padding-top: 22px;
}

.review-meta strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
}

.review-meta a {
  display: inline-block;
  margin-top: 7px;
  color: var(--blue);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.review-meta a:hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}

.mockup-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(10, 22, 40, 0.08);
}

.mockup-card.after {
  border-color: rgba(26, 107, 255, 0.35);
}

.mockup-card > span {
  display: block;
  margin: 20px 0 8px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mockup-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.mockup-browser {
  display: flex;
  gap: 7px;
  padding: 12px 14px;
  background: #dfe6ef;
}

.mockup-browser span {
  width: 10px;
  height: 10px;
  background: #9aa8ba;
  border-radius: 50%;
}

.mockup-screen {
  min-height: 230px;
  padding: 26px;
  background: #f2f5f8;
  border: 1px solid #dfe6ef;
}

.mockup-screen.old-site {
  display: grid;
  gap: 14px;
  filter: grayscale(0.55);
  background:
    linear-gradient(135deg, #eeeeee, #d8dde5);
}

.mockup-screen.new-site {
  background:
    linear-gradient(135deg, rgba(26, 107, 255, 0.13), transparent 42%),
    #f8fbff;
}

.old-nav-chaos {
  display: flex;
  gap: 7px;
}

.old-nav-chaos span {
  height: 10px;
  flex: 1;
  background: #a8b0bd;
}

.old-hero-chaos {
  padding: 16px;
  background: #c7ced8;
}

.old-text-jungle {
  display: grid;
  gap: 7px;
}

.old-text-jungle i {
  display: block;
  height: 9px;
  background: #9aa4b3;
}

.old-text-jungle i:nth-child(2),
.old-text-jungle i:nth-child(5) {
  width: 72%;
}

.old-text-jungle i:nth-child(3) {
  width: 92%;
}

.old-dead-button {
  width: 38%;
  height: 24px;
  background: #8e98a7;
}

.new-hero-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: var(--white);
  background: var(--blue);
}

.new-hero-bar strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
}

.new-hero-bar span {
  padding: 8px 12px;
  color: var(--blue);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.new-content-row {
  display: grid;
  grid-template-columns: 1fr 92px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.new-cta-pill {
  height: 34px;
  background: var(--navy);
}

.mockup-line,
.mockup-hero-line {
  height: 16px;
  margin-bottom: 14px;
  background: #b8c2d0;
}

.mockup-line.short {
  width: 44%;
}

.mockup-line.tiny {
  width: 28%;
}

.mockup-hero-line {
  width: 66%;
  height: 34px;
  background: var(--blue);
}

.mockup-block {
  height: 90px;
  margin-top: 18px;
  background: #c9d1dc;
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mockup-grid i {
  min-height: 74px;
  background: var(--white);
  border: 1px solid rgba(26, 107, 255, 0.22);
  box-shadow: 0 10px 26px rgba(10, 22, 40, 0.06);
}

.price-card {
  position: relative;
}

.pricing-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(26, 107, 255, 0.08), transparent 34%),
    #ffffff;
}

.price-card.featured {
  border-color: var(--blue);
  transform: translateY(-10px);
}

.badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 12px;
  color: var(--white);
  background: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  margin: 6px 0 18px;
  color: var(--blue);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.setup-price {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
}

.price-card ul {
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.price-card li.is-included::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900;
}

.price-card li.is-missing::before {
  content: "✖";
  position: absolute;
  left: 0;
  top: 0;
  color: #dc2626;
  font-weight: 900;
}

.price-card li.is-missing {
  color: #8a94a6;
}

.ideal-for {
  margin: auto 0 26px;
  padding: 16px;
  color: var(--navy);
  background: #f3f7ff;
  border-left: 4px solid var(--blue);
  font-size: 16px;
  line-height: 1.45;
}

.ideal-for strong {
  color: var(--blue);
}

.process-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-card {
  position: relative;
  min-height: 330px;
  padding: 34px 28px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(26, 107, 255, 0.92), rgba(10, 22, 40, 0.98)),
    var(--navy);
  border: 1px solid rgba(26, 107, 255, 0.24);
  box-shadow: var(--shadow);
}

.process-number {
  position: absolute;
  right: 20px;
  top: 6px;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 132px;
  font-weight: 700;
  line-height: 1;
}

.process-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 28px;
}

.process-card h3 {
  position: relative;
  max-width: 290px;
  color: var(--white);
  font-size: 34px;
}

.process-card p {
  position: relative;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.58;
}

.faq-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(26, 107, 255, 0.12), transparent 28%),
    #ffffff;
}

.faq-list {
  max-width: 980px;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(10, 22, 40, 0.06);
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 24px 26px;
  color: var(--navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
  font-size: 21px;
}

.faq-question i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-style: normal;
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  color: var(--white);
  background: var(--navy);
}

.cta-section h2,
.cta-section .eyebrow {
  color: var(--white);
}

.cta-section p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 0%, rgba(26, 107, 255, 0.18), transparent 30%),
    #050b14;
}

.footer-topbar {
  display: grid;
  grid-template-columns: minmax(150px, 220px) auto minmax(190px, 1fr) auto minmax(230px, 1fr) auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 34px clamp(20px, 7vw, 110px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: min(230px, 56vw);
  min-height: 86px;
}

.footer-logo img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.footer-separator {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 700;
}

.footer-contact-link svg,
.footer-socials svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.footer-contact-link:hover,
.footer-socials a:hover {
  color: #8bb7ff;
}

.footer-socials {
  display: inline-flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
  background: rgba(26, 107, 255, 0.16);
  border-color: rgba(139, 183, 255, 0.56);
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) minmax(250px, 1.15fr);
  gap: clamp(28px, 4vw, 58px);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 78px) clamp(20px, 7vw, 110px);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 28px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a:hover {
  color: #8bb7ff;
  transform: translateX(4px);
}

.footer-trust-card {
  align-self: start;
  padding: 26px;
  color: var(--navy);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.footer-trust-card p {
  margin: 0 0 14px;
  color: var(--navy);
  font-weight: 800;
  font-size: 20px;
}

.google-rating {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 14px;
  padding: 12px;
  background: #f7f9fc;
  border: 1px solid #e4e9f2;
  border-radius: 6px;
}

.google-word {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3c4043;
  font-weight: 800;
}

.google-logo {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.google-rating strong {
  color: var(--navy);
  font-size: 24px;
}

.footer-trust-card .google-stars {
  grid-column: 1 / -1;
  color: #fbbc04;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.footer-trust-card span {
  display: block;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 16px clamp(20px, 7vw, 110px);
  color: rgba(255, 255, 255, 0.62);
  background: #030711;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 20px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-bottom a:hover {
  color: #8bb7ff;
}

.whatsapp-btn {
  gap: 10px;
}

.whatsapp-btn svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.whatsapp-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(34, 197, 94, 0.32);
  font-weight: 800;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.whatsapp-sticky svg {
  width: 34px;
  height: 34px;
}

.whatsapp-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dsgvo-badge {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  color: var(--white);
  background: #0f55d8;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 14px 35px rgba(15, 85, 216, 0.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.08;
  text-transform: uppercase;
}

.lock-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  font-size: 14px;
}

.blog-hero {
  padding: clamp(84px, 10vw, 140px) clamp(20px, 7vw, 110px);
  background:
    radial-gradient(circle at 80% 0%, rgba(26, 107, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #f8fbff, #ffffff);
}

.blog-hero h1,
.article-hero h1 {
  max-width: 920px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(10, 22, 40, 0.06);
}

.blog-card-image {
  display: block;
  margin: -28px -28px 24px;
  overflow: hidden;
  background: var(--navy);
  aspect-ratio: 16 / 10;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}

.blog-card h2 {
  color: var(--navy);
  font-size: 36px;
}

.blog-card p {
  color: var(--muted);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card .text-link-btn {
  margin-top: auto;
}

.article-hero {
  padding: clamp(78px, 9vw, 124px) clamp(20px, 7vw, 110px) 40px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.article-cover {
  min-height: 360px;
  margin: 0 clamp(20px, 7vw, 110px);
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.18), rgba(26, 107, 255, 0.22)),
    url("assets/hero-mockup-berlin.png") center / cover;
}

.article-cover.handwerker-cover {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.08), rgba(26, 107, 255, 0.12)),
    url("assets/custom-webdesign-berlin-2026.png") center / cover;
}

.article-cover.maps-cover {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.08), rgba(26, 107, 255, 0.12)),
    url("assets/local-seo-berlin-2026.png") center / cover;
}

.article-cover.geo-cover {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.08), rgba(26, 107, 255, 0.12)),
    url("assets/geo-ai-search-berlin-2026.png") center / cover;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px) 20px;
  color: #293344;
  font-size: 20px;
  line-height: 1.75;
}

.article-body h2 {
  margin-top: 42px;
  color: var(--navy);
  font-size: 42px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.7);
}

.modal-panel {
  position: relative;
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  margin: 18px auto;
  padding: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  color: var(--navy);
  font-size: 44px;
}

.modal-panel > p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  color: var(--navy);
  background: var(--bg);
  border: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d6deea;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.privacy-note a {
  color: var(--blue);
  font-weight: 800;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue);
  font-weight: 700;
}

.form-status.is-error {
  color: #c0262d;
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  align-items: end;
  padding: 22px;
  background: rgba(5, 11, 20, 0.54);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-card {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
  padding: 26px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.cookie-card h2 {
  color: var(--navy);
  font-size: 38px;
}

.cookie-card p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cookie-actions .btn {
  min-width: 220px;
  max-width: 100%;
}

.reveal-section {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal-section.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-section {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 12px;
    background: var(--navy);
    border: 0;
  }

  .nav-toggle span {
    display: block;
    height: 2px;
    background: var(--white);
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .main-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid var(--line);
  }

  .site-header.nav-open .main-nav a {
    padding: 14px 0;
    width: 100%;
  }

  .hero,
  .portfolio-showcase,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .footer-topbar,
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo,
  .footer-socials,
  .footer-trust-card {
    grid-column: 1 / -1;
  }

  .footer-separator {
    display: none;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    overflow: hidden;
  }

  .hero-content {
    order: 1;
  }

  .hero-visual {
    order: 2;
    min-height: auto;
  }

  .feature-bar,
  .cards-grid,
  .services-grid,
  .process-grid,
  .pricing-grid,
  .blog-grid,
  .reviews {
    grid-template-columns: 1fr;
  }

  .service-card-large {
    min-height: auto;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 78px;
    padding: 14px 18px;
    overflow: hidden;
  }

  .logo-mark {
    width: 62px;
    height: 34px;
    font-size: 19px;
  }

  .logo {
    width: min(172px, 56vw);
  }

  .logo img {
    height: 48px;
  }

  h1 {
    font-size: 52px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .hero,
  .section,
  .trust-section,
  .cta-section,
  .blog-hero,
  .article-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content,
  .hero-visual,
  .hero-actions,
  .cta-actions,
  .feature-bar,
  .services-grid,
  .portfolio-showcase,
  .reviews,
  .before-after,
  .pricing-grid,
  .process-grid,
  .faq-list,
  .blog-grid {
    width: 100%;
    max-width: 100%;
  }

  .hero-mockup-image {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .hero-rating {
    justify-self: stretch;
    width: 100%;
    margin-top: 18px;
  }

  .portfolio-screen {
    min-height: 360px;
  }

  .portfolio-slide strong {
    font-size: 44px;
  }

  .slide-chart {
    grid-template-columns: repeat(3, 54px);
  }

  .service-map-visual {
    min-height: 230px;
    max-width: calc(100% + 56px);
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
  }

  .btn,
  .header-cta {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .modal-panel {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 24px 18px;
  }

  .footer-topbar,
  .footer-main {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
    min-height: auto;
  }

  .footer-logo img {
    height: 72px;
  }

  .footer-contact-link {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
  }

  .footer-trust-card,
  .google-rating,
  .blog-card,
  .service-card,
  .price-card,
  .review-card,
  .process-card {
    width: 100%;
    max-width: 100%;
  }

  .blog-card-image {
    max-width: calc(100% + 56px);
  }

  .process-card {
    min-height: auto;
  }

  .process-number {
    font-size: 100px;
  }

  .faq-question {
    padding: 20px 18px;
    font-size: 18px;
  }

  .faq-answer p {
    padding: 0 18px 22px;
    font-size: 17px;
  }

  .dsgvo-badge {
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    max-width: calc(100vw - 92px);
    font-size: 11px;
  }

  .whatsapp-sticky {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .cookie-consent {
    inset: 0;
    align-items: end;
    padding: 12px;
  }

  .cookie-card {
    width: 100%;
    max-width: calc(100vw - 24px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .cookie-card h2 {
    font-size: 30px;
  }

  .cookie-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .cookie-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .article-cover {
    min-height: 240px;
    margin: 0 18px;
  }
}
