:root {
  --bg: #f6f2eb;
  --bg-strong: #efe6d8;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: #ffffff;
  --text: #1d2430;
  --muted: #657084;
  --line: rgba(29, 36, 48, 0.1);
  --shadow: 0 22px 60px rgba(50, 44, 34, 0.12);
  --shadow-soft: 0 16px 42px rgba(50, 44, 34, 0.08);
  --accent: #1d2430;
  --accent-soft: #c78d4f;
  --accent-warm: #f4e4d2;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(199, 141, 79, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(29, 36, 48, 0.12), transparent 35%),
    linear-gradient(180deg, #fcfaf7 0%, var(--bg) 50%, #f8f5ef 100%);
  color: var(--text);
}

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

img {
  max-width: 100%;
  display: block;
}

.page-shell {
  min-height: 100vh;
}

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

.section {
  padding: 44px 0 0;
}

.hero-service {
  padding: 110px 0 48px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.hero__content,
.hero__panel,
.pricing-card,
.step-card,
.trust-panel,
.cta-panel {
  position: relative;
}

.hero__content {
  padding: 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 36px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero__content::before {
  content: "";
  position: absolute;
  inset: auto -8% -42% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 141, 79, 0.28) 0%, rgba(199, 141, 79, 0) 72%);
}

.eyebrow-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.eyebrow,
.section-kicker,
.mini-label,
.pricing-card__tag,
.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow {
  background: rgba(29, 36, 48, 0.08);
  color: var(--accent);
}

.eyebrow--muted {
  background: rgba(199, 141, 79, 0.14);
  color: #8d5d2c;
}

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

h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero__lead {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  color: var(--muted);
}

.hero__actions {
  margin-top: 34px;
}

.hero__panel {
  display: grid;
  gap: 18px;
}

.hero__panel-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero__panel-card strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.hero__panel-card p {
  color: var(--muted);
  line-height: 1.65;
}

.hero__panel-card--accent {
  background: linear-gradient(180deg, rgba(29, 36, 48, 0.95) 0%, rgba(38, 46, 60, 0.98) 100%);
  color: #f8f4ee;
}

.hero__panel-card--accent p,
.hero__panel-card--accent .mini-label {
  color: rgba(248, 244, 238, 0.74);
}

.mini-label {
  padding: 0;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  font-weight: 600;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-heading p {
  margin-top: 14px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--muted);
}

.section-heading--compact {
  max-width: 520px;
}

.section-kicker {
  margin-bottom: 14px;
  background: rgba(199, 141, 79, 0.14);
  color: #8d5d2c;
}

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s ease, border-color 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(50, 44, 34, 0.18);
  border-color: rgba(199, 141, 79, 0.4);
}

.pricing-card--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 249, 241, 0.95) 100%);
}

.pricing-card--featured {
  transform: translateY(-10px);
  background: linear-gradient(180deg, rgba(29, 36, 48, 0.97) 0%, rgba(41, 49, 63, 0.98) 100%);
  color: #f8f4ee;
  box-shadow: 0 26px 80px rgba(29, 36, 48, 0.24);
}

.pricing-card--warm {
  background:
    linear-gradient(180deg, rgba(29, 36, 48, 0.95) 0%, rgba(37, 44, 57, 0.97) 72%, rgba(141, 93, 44, 0.98) 100%);
}

.featured-badge {
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: #f7dfc6;
}

.pricing-card__top {
  margin-bottom: 22px;
}

.pricing-card__tag {
  margin-bottom: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.95rem;
  font-weight: 600;
}

.pricing-card--featured .pricing-card__tag {
  color: rgba(248, 244, 238, 0.76);
}

.pricing-card h3 {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.price {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: var(--text);
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-soft);
  transform: translateY(-50%);
}

.pricing-card--featured .feature-list,
.pricing-card--featured .feature-list li {
  color: rgba(248, 244, 238, 0.9);
}

.pricing-card--featured .feature-list li::before {
  background: #f7dfc6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--accent);
  color: #f8f4ee;
  box-shadow: 0 16px 32px rgba(29, 36, 48, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #2d3442;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.6);
  border-color: var(--line);
  color: var(--text);
}

.pricing-card--featured .button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f8f4ee;
}

.button--large {
  padding-inline: 30px;
}

.support-note {
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(199, 141, 79, 0.2);
  border-radius: var(--radius-md);
  background: rgba(199, 141, 79, 0.08);
  font-weight: 600;
  color: #7c5129;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.95);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(199, 141, 79, 0.14);
  color: #8d5d2c;
  font-weight: 800;
}

.step-card p {
  line-height: 1.6;
}

.trust-panel {
  padding: 32px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(250, 245, 236, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
}

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

.trust-point {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-point:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.trust-point strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.trust-point p {
  color: var(--muted);
  line-height: 1.65;
}

.section--cta {
  padding: 44px 0 60px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(29, 36, 48, 0.98) 0%, rgba(55, 59, 73, 0.96) 65%, rgba(141, 93, 44, 0.9) 100%);
  color: #f8f4ee;
  box-shadow: 0 22px 60px rgba(29, 36, 48, 0.24);
}

.cta-panel h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

@media (max-width: 1080px) {
  .hero__grid,
  .card-grid--three,
  .trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .pricing-card--featured {
    transform: none;
  }
  
  .pricing-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-service {
    padding-top: 90px;
  }

  .hero__grid,
  .hero__panel,
  .card-grid--three,
  .steps-grid,
  .trust-points,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .hero__panel-card,
  .pricing-card,
  .trust-panel,
  .cta-panel {
    padding: 24px;
    border-radius: 24px;
  }

  h1 {
    max-width: 12ch;
  }

  .cta-panel {
    display: grid;
    justify-content: stretch;
  }

  .button,
  .button--large {
    width: 100%;
  }

  .section {
    padding-top: 34px;
  }

  .section--cta {
    padding-bottom: 40px;
  }
}
