.hero-section {
  background: linear-gradient(160deg, #ffffff 0%, #f9fafc 40%, #fff7db 100%);
  color: #111;
  text-align: center;
  padding: 140px 24px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
}

.hero-container {
  max-width: 880px;
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.1;
  color: #111;
}

.hero-title span {
  background: linear-gradient(90deg, #ffd447, #ffbe3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 48px;
  line-height: 1.6;
  opacity: 0.9;
}

.hero-btn {
  background: #111;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 38px;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-btn:hover {
  background: #333;
  transform: translateY(-3px);
}

/* */

.pro-web-section {
  background: radial-gradient(circle at top, #0d0d0d 0%, #000 100%);
  color: #f2f2f2;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SF Pro Display", "Jost", sans-serif;
}

.pro-web-container {
  max-width: 960px;
  width: 100%;
  text-align: center;
}

.pro-web-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #ffffff, #bdbdbd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-web-divider {
  width: 60px;
  height: 2px;
  margin: 0 auto 32px;
  background: linear-gradient(90deg, #f9df70, #ffffff);
  border-radius: 4px;
}

.pro-web-intro {
  font-size: 1.1rem;
  color: #cfcfcf;
  margin-bottom: 48px;
  line-height: 1.6;
}

.pro-web-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
  text-align: left;
}

.pro-web-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 32px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pro-web-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.05);
}

.pro-web-subtitle {
  font-size: 1.3rem;
  color: #f9df70;
  margin-bottom: 18px;
  font-weight: 500;
}

.pro-web-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-web-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #d7d7d7;
}

.pro-web-list b {
  color: #fff;
  font-weight: 600;
}


/* */

.srvx-section {
  background: radial-gradient(1200px 600px at 50% -10%, #151515 0%, #0b0b0b 50%, #000 100%);
  color: #f5f5f5;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SF Pro Display", "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.srvx-container {
  max-width: 1100px;
  width: 100%;
}

.srvx-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0 0 12px;
  background: linear-gradient(90deg, #ffffff, #cfcfcf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.srvx-divider {
  width: 72px;
  height: 2px;
  margin: 0 auto 40px;
  background: linear-gradient(90deg, #f9df70, #ffffff);
  border-radius: 4px;
  opacity: 0.9;
}

.srvx-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.srvx-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px 18px;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  min-height: 168px;
}

.srvx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.srvx-icon {
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(249,223,112,0.18), rgba(255,255,255,0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
  user-select: none;
}

.srvx-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: #ffffff;
}

.srvx-card-text {
  font-size: 0.96rem;
  line-height: 1.55;
  color: #d7d7d7;
  margin: 0;
}

/* */

.quoteux-section {
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f7 100%);
  color: #111;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
}

.quoteux-container {
  max-width: 950px;
  width: 100%;
  text-align: center;
}

.quoteux-title {
  font-size: 2rem;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.quoteux-divider {
  width: 70px;
  height: 3px;
  margin: 0 auto 36px;
  background: linear-gradient(90deg, #ffd447, #ffec8a);
  border-radius: 6px;
}

.quoteux-intro {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 56px;
}

.quoteux-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 28px;
}

.quoteux-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.quoteux-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 28px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.quoteux-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.quoteux-icon {
  font-size: 32px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #fff3b0, #ffd447);
  color: #111;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-inline: auto;
}

.quoteux-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.quoteux-card-text {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.55;
}

.quoteux-closing {
  font-size: 1.05rem;
  color: #333;
  margin: 0 auto 48px;
  max-width: 720px;
}

.quoteux-button-wrap {
  display: flex;
  justify-content: center;
}

.quoteux-btn {
  background: #111;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.quoteux-btn:hover {
  background: #333;
  transform: scale(1.03);
}

/* */