﻿.home-main {
  background:
    radial-gradient(circle at top left, rgba(214, 179, 106, 0.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(66, 104, 158, 0.1), transparent 22%),
    linear-gradient(180deg, #0a0c11 0%, #0c1017 38%, #0a0c11 100%);
}

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

.hero-text,
.hero-trust-section,
.trust-strip,
.services-section,
.pricing-preview-section,
.about-spotlight,
.social-proof-section,
.newsletter-section,
.testimonial-section,
.final-cta {
  position: relative;
  overflow: hidden;
}

.hero-text::before,
.hero-trust-section::before,
.trust-strip::before,
.services-section::before,
.pricing-preview-section::before,
.about-spotlight::before,
.social-proof-section::before,
.newsletter-section::before,
.testimonial-section::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-text {
  padding: 152px 0 48px;
}

.home-hero::before {
  background:
    radial-gradient(circle at left center, rgba(214, 179, 106, 0.14), transparent 26%),
    radial-gradient(circle at right top, rgba(255, 255, 255, 0.05), transparent 24%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 3vw, 56px);
  align-items: center;
}

.hero-copy,
.hero-visual,
.trust-strip-shell,
.pricing-preview-shell,
.about-grid,
.social-proof-grid,
.newsletter-shell,
.final-cta-shell {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  gap: 22px;
  max-width: 590px;
}

.hero-kicker,
.section-kicker,
.service-index,
.pricing-tier,
.hero-floating-label,
.hero-trust-index,
.trust-card-number,
.social-feed-label {
  color: #f5dc9c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
}

.hero-title,
.section-title,
.final-cta h2,
.trust-mini-card h3,
.service-card h3,
.pricing-preview-card strong,
.about-feature-list strong,
.social-feed-note strong,
.testimonial-meta strong {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.9rem, 5.1vw, 5.3rem);
  line-height: 0.98;
  color: #f7ecd0;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hero-subtitle,
.section-copy,
.about-text,
.social-proof-copy p,
.final-cta p,
.footer-copy,
.footer-column a,
.trust-mini-card p,
.service-card p,
.pricing-summary,
.pricing-reassurance,
.social-proof-stats span,
.hero-floating-panel p,
.hero-trust-card p,
.testimonial-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.hero-subtitle {
  max-width: 620px;
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
}

.hero-statement {
  width: fit-content;
  max-width: min(100%, 48ch);
  min-height: 46px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 179, 106, 0.28);
  background: rgba(255, 255, 255, 0.035);
  color: #f5dc9c;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-actions,
.pricing-preview-cta,
.social-proof-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn-primary,
.btn-secondary,
.text-link {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 800;
}

.btn-primary {
  border: 1px solid rgba(214, 179, 106, 0.26);
  background: linear-gradient(135deg, #d6b36a, #f0ca82);
  color: #16120c;
  box-shadow: 0 18px 42px rgba(214, 179, 106, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #f6f2e8;
}

.text-link {
  color: #f5dc9c;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-secondary:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.hero-visual-main,
.hero-floating-panel,
.hero-trust-card,
.trust-mini-card,
.service-card,
.pricing-preview-card,
.about-copy-block,
.about-portrait-frame,
.social-proof-feed,
.testimonial-card,
.final-cta-shell {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.hero-visual-main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.88;
}

.hero-visual-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.04), rgba(6, 8, 12, 0.46));
}

.hero-visual-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-visual-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-floating-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
}

.hero-floating-panel {
  padding: 18px 20px;
  display: grid;
  gap: 10px;
}

.hero-floating-panel strong {
  font-size: 1.05rem;
  line-height: 1.45;
}

.hero-floating-panel.is-accent {
  background: linear-gradient(180deg, rgba(214, 179, 106, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(214, 179, 106, 0.26);
}

.hero-trust-section {
  padding: 0 0 92px;
}

.hero-trust-section::before {
  background: radial-gradient(circle at top center, rgba(214, 179, 106, 0.08), transparent 34%);
}

.hero-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hero-trust-card {
  padding: 22px;
  display: grid;
  gap: 12px;
  min-height: 220px;
}

.hero-trust-card strong {
  font-size: 1.05rem;
  line-height: 1.4;
}

.trust-strip,
.services-section,
.pricing-preview-section,
.about-spotlight,
.social-proof-section,
.testimonial-section,
.final-cta {
  padding: 112px 0;
}

.trust-strip {
  background: linear-gradient(180deg, rgba(9, 11, 16, 0.86), rgba(14, 18, 27, 0.96));
}

.trust-strip::before {
  background: radial-gradient(circle at right top, rgba(214, 179, 106, 0.1), transparent 24%);
}

.trust-strip-shell {
  display: grid;
  gap: 34px;
}

.section-heading {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin-bottom: 36px;
}

.section-heading-tight {
  margin-bottom: 0;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.04;
  color: #f3e1b2;
  text-wrap: balance;
}

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

.trust-mini-card {
  padding: 30px;
  display: grid;
  gap: 14px;
  min-height: 250px;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.trust-mini-card:hover,
.service-card:hover,
.pricing-preview-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 179, 106, 0.22);
}

.trust-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(214, 179, 106, 0.12);
  border: 1px solid rgba(214, 179, 106, 0.18);
}

.trust-mini-card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #f7ecd0;
}

.services-section {
  background: linear-gradient(180deg, #0d1118, #10141d);
}

.services-section::before {
  background: radial-gradient(circle at left bottom, rgba(66, 104, 158, 0.12), transparent 26%);
}

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

.service-card {
  grid-column: span 4;
  overflow: hidden;
  display: grid;
  min-height: 100%;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card--wide {
  grid-column: span 6;
}

.service-media {
  position: relative;
  aspect-ratio: 0.92;
  overflow: hidden;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.04), rgba(5, 7, 11, 0.18));
}

.service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-media img {
  transform: scale(1.06);
}

.service-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.service-body h3 {
  margin: 0;
  font-size: 1.72rem;
  color: #f7ecd0;
}

.service-link {
  width: fit-content;
  margin-top: auto;
  color: #f5dc9c;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.service-link:hover {
  text-decoration: underline;
}

.pricing-preview-section {
  background: linear-gradient(180deg, #10141d, #0b0e14);
}

.pricing-preview-section::before {
  background: radial-gradient(circle at top left, rgba(214, 179, 106, 0.1), transparent 24%);
}

.pricing-preview-shell {
  display: grid;
  gap: 28px;
}

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

.pricing-preview-card {
  position: relative;
  padding: 30px;
  display: grid;
  gap: 14px;
  min-height: 100%;
}

.pricing-preview-card strong {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #f7ecd0;
}

.pricing-summary {
  font-size: 0.98rem;
}

.pricing-benefits {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-benefits li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.pricing-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5dc9c;
}

.pricing-card-cta {
  margin-top: auto;
  width: fit-content;
}

.pricing-preview-card.is-featured {
  transform: translateY(-8px);
  border-color: rgba(214, 179, 106, 0.34);
  background: linear-gradient(180deg, rgba(214, 179, 106, 0.14), rgba(255, 255, 255, 0.04));
}

.pricing-feature-badge {
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(214, 179, 106, 0.12);
  border: 1px solid rgba(214, 179, 106, 0.18);
  color: #f5dc9c;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pricing-preview-footer {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.pricing-reassurance {
  max-width: 720px;
  text-align: center;
}

.about-spotlight {
  background: linear-gradient(180deg, #0b0f15, #121821);
}

.about-spotlight::before {
  background: radial-gradient(circle at right top, rgba(214, 179, 106, 0.1), transparent 24%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
}

.about-visual-block {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  align-items: end;
}

.about-portrait-frame {
  overflow: hidden;
  padding: 0;
}

.about-portrait-main {
  min-height: 520px;
}

.about-portrait-secondary {
  min-height: 320px;
}

.about-portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-copy-block {
  padding: 34px;
  display: grid;
  gap: 18px;
}

.about-feature-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 6px 0 0;
  padding: 0;
}

.about-feature-list li {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  gap: 6px;
}

.about-feature-list strong {
  color: #f5dc9c;
}

.about-feature-list span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.social-proof-section {
  background: linear-gradient(180deg, #11161f, #0b0f15);
}

.social-proof-section::before {
  background: radial-gradient(circle at center right, rgba(66, 104, 158, 0.12), transparent 24%);
}

.social-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 28px;
  align-items: center;
}

.social-proof-copy {
  display: grid;
  gap: 16px;
}

.social-proof-actions {
  margin-top: 6px;
}

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

.social-proof-stats div {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 8px;
}

.social-proof-stats strong {
  color: #f5dc9c;
}

.social-proof-feed {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.social-feed-note,
.social-proof-shot {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.social-feed-note {
  grid-column: span 5;
  padding: 22px;
  display: grid;
  gap: 10px;
}

.social-feed-note strong {
  font-size: 1.4rem;
  color: #f7ecd0;
}

.social-feed-note p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.68;
}

.social-proof-shot {
  position: relative;
  min-height: 180px;
}

.social-proof-shot--large {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 420px;
}

.social-proof-shot--wide {
  grid-column: span 7;
}

.social-proof-shot:not(.social-proof-shot--large):not(.social-proof-shot--wide) {
  grid-column: span 5;
}

.social-proof-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.social-proof-shot:hover img {
  transform: scale(1.04);
}

.newsletter-section {
  padding: 108px 0;
  background: linear-gradient(180deg, #0c1017, #11161f);
}

.newsletter-section::before {
  background: radial-gradient(circle at left center, rgba(214, 179, 106, 0.12), transparent 28%);
}

.newsletter-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(214, 179, 106, 0.16);
  background: linear-gradient(135deg, rgba(214, 179, 106, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.newsletter-copy {
  display: grid;
  gap: 16px;
}

.newsletter-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-highlights span {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

.newsletter-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 16, 23, 0.82);
}

.newsletter-form--footer {
  margin-top: 8px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.newsletter-label {
  color: #f5dc9c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
}

.newsletter-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.newsletter-input-row input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #f7ecd0;
  font: inherit;
}

.newsletter-input-row input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.newsletter-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.65;
}

.newsletter-consent a {
  color: #f5dc9c;
}

.newsletter-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #d6b36a;
}

.newsletter-consent--compact {
  font-size: 0.82rem;
}

.newsletter-hint,
.newsletter-status {
  font-size: 0.84rem;
  line-height: 1.62;
}

.newsletter-hint {
  color: rgba(255, 255, 255, 0.58);
}

.newsletter-status {
  min-height: 24px;
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-status.is-success {
  color: #cfe7b4;
}

.newsletter-status.is-error {
  color: #f4a7a7;
}

.newsletter-status--footer {
  min-height: 20px;
}

.testimonial-section {
  background: linear-gradient(180deg, #0b0f15, #10141b);
}

.testimonial-section::before {
  background: radial-gradient(circle at top left, rgba(214, 179, 106, 0.1), transparent 22%);
}

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

.testimonial-card {
  margin: 0;
  padding: 28px;
  display: grid;
  gap: 18px;
}

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

.testimonial-avatar {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(214, 179, 106, 0.14);
  border: 1px solid rgba(214, 179, 106, 0.2);
  color: #f5dc9c;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.testimonial-meta {
  display: grid;
  gap: 4px;
}

.testimonial-meta strong {
  color: #f7ecd0;
  font-size: 1.08rem;
}

.testimonial-meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-stars {
  color: #f5dc9c;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.testimonial-card p {
  margin: 0;
  font-size: 1.02rem;
}

.final-cta {
  padding-top: 120px;
  padding-bottom: 110px;
  background: linear-gradient(180deg, #11151d, #090b11);
}

.final-cta::before {
  background: radial-gradient(circle at center, rgba(214, 179, 106, 0.12), transparent 30%);
}

.final-cta-shell {
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, rgba(214, 179, 106, 0.1), rgba(255, 255, 255, 0.04));
  border-color: rgba(214, 179, 106, 0.22);
}

.final-cta-copy {
  display: grid;
  gap: 16px;
}

.final-cta h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
  color: #f7ecd0;
}

.final-cta-side {
  display: grid;
  gap: 18px;
}

.final-cta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.final-cta-meta span {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
}

.footer-extended {
  padding: 48px 20px 28px;
}

.footer-extended-grid {
  width: min(1220px, calc(100% - 8px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 22px;
  text-align: left;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.footer-brand {
  margin: 0;
  color: #f7ecd0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-copy {
  max-width: 34ch;
}

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

.footer-column strong {
  color: #f5dc9c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.footer-column a {
  text-decoration: none;
}

.footer-column a:hover {
  color: #f7ecd0;
}

.footer-bottom-bar {
  width: min(1220px, calc(100% - 8px));
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  text-align: center;
}

@media (max-width: 1180px) {
  .hero-layout,
  .about-grid,
  .social-proof-grid,
  .final-cta-shell,
  .newsletter-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-title {
    font-size: clamp(2.8rem, 6vw, 4.6rem);
  }

  .hero-trust-grid,
  .trust-cards-grid,
  .pricing-preview-grid,
  .testimonial-grid,
  .footer-extended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .social-feed-note,
  .social-proof-shot,
  .social-proof-shot--large,
  .social-proof-shot--wide,
  .social-proof-shot:not(.social-proof-shot--large):not(.social-proof-shot--wide) {
    grid-column: span 1;
    min-height: 240px;
  }
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card--wide {
    grid-column: span 1;
  }

  .hero-floating-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 24px, 1220px);
  }

  .hero-text {
    padding-top: 118px;
    padding-bottom: 36px;
  }

  .hero-trust-section,
  .trust-strip,
  .services-section,
  .pricing-preview-section,
  .about-spotlight,
  .social-proof-section,
  .newsletter-section,
  .testimonial-section,
  .final-cta {
    padding: 82px 0;
  }

  .hero-title {
    font-size: 2.45rem;
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .hero-statement {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
  }

  .hero-actions,
  .pricing-preview-cta,
  .social-proof-actions,
  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary,
  .pricing-card-cta {
    width: 100%;
  }

  .hero-trust-grid,
  .trust-cards-grid,
  .services-grid,
  .pricing-preview-grid,
  .testimonial-grid,
  .footer-extended-grid,
  .social-proof-stats,
  .about-visual-block {
    grid-template-columns: 1fr;
  }

  .hero-trust-card,
  .trust-mini-card,
  .service-card,
  .pricing-preview-card,
  .about-copy-block,
  .newsletter-form,
  .social-proof-feed,
  .testimonial-card,
  .final-cta-shell {
    padding: 24px;
  }

  .newsletter-input-row {
    grid-template-columns: 1fr;
  }

  .hero-visual-main {
    aspect-ratio: 0.84;
  }

  .pricing-preview-card.is-featured {
    transform: none;
  }

  .about-portrait-main,
  .about-portrait-secondary {
    min-height: 300px;
  }

  .social-proof-feed {
    grid-template-columns: 1fr 1fr;
  }

  .social-feed-note,
  .social-proof-shot,
  .social-proof-shot--large,
  .social-proof-shot--wide,
  .social-proof-shot:not(.social-proof-shot--large):not(.social-proof-shot--wide) {
    min-height: 180px;
  }

  .social-feed-note {
    grid-column: 1 / -1;
  }

  .testimonial-card p {
    font-size: 0.98rem;
  }
}

@media (max-width: 560px) {
  .hero-title {
    font-size: 2.12rem;
  }

  .hero-copy,
  .about-copy-block,
  .social-proof-copy,
  .final-cta-copy {
    gap: 16px;
  }

  .hero-trust-card,
  .trust-mini-card {
    min-height: auto;
  }

  .social-proof-feed {
    grid-template-columns: 1fr;
  }

  .social-proof-shot,
  .social-proof-shot--large,
  .social-proof-shot--wide,
  .social-proof-shot:not(.social-proof-shot--large):not(.social-proof-shot--wide) {
    min-height: 220px;
  }
}
