:root {
  --bg: #101617;
  --bg-soft: #162022;
  --surface: #f4efe7;
  --surface-2: #e8ded0;
  --text: #101617;
  --text-muted: #687270;
  --light: #fffaf2;
  --light-muted: rgba(255, 250, 242, 0.74);
  --line: rgba(16, 22, 23, 0.12);
  --line-light: rgba(255, 255, 255, 0.16);
  --accent: #c49b67;
  --accent-dark: #a9793e;
  --sage: #b7c5b2;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 16px 0;
  transition: background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled,
body.menu-open .site-header {
  padding: 10px 0;
  background: rgba(16, 22, 23, 0.78);
  border-color: var(--line-light);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--light);
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.brand-text {
  font-size: 19px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  transition: color 0.25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

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

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.phone-link {
  color: var(--light);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mobile-phone {
  display: none;
}

.hamburger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--light);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.menu-open .hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .hamburger span:nth-child(2) {
  opacity: 0;
}

body.menu-open .hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--light);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 22, 23, 0.98) 0%, rgba(16, 22, 23, 0.84) 42%, rgba(16, 22, 23, 0.36) 100%),
    url("assets/img/photo-1573496359142-b8d87734a5a2-c5c58dde.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(196, 155, 103, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(16, 22, 23, 0.20), rgba(16, 22, 23, 0.82));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 150px 0 100px;
  max-width: 790px;
  margin-left: max(calc((100vw - 1180px) / 2), 20px);
  margin-right: auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 8vw, 104px);
}

.hero-subtitle {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--light-muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 16px 25px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--accent);
  color: #16100a;
  box-shadow: 0 16px 36px rgba(196, 155, 103, 0.28);
}

.btn-primary:hover {
  background: #d9b47e;
  box-shadow: 0 20px 44px rgba(196, 155, 103, 0.38);
}

.btn-secondary {
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.14);
}

.btn-card {
  width: 100%;
  color: var(--bg);
  background: var(--surface-2);
}

.btn-card:hover {
  background: var(--sage);
}

.hero-card {
  position: absolute;
  right: max(calc((100vw - 1180px) / 2), 20px);
  bottom: 52px;
  z-index: 2;
  display: flex;
  gap: 12px;
  max-width: 560px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--light);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card span {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.section {
  padding: 112px 0;
  background: var(--surface);
}

.section:nth-of-type(even) {
  background: #efe6d8;
}

.section-head {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-head.compact {
  max-width: 700px;
}

.section-title {
  color: var(--text);
  font-size: clamp(39px, 5vw, 68px);
}

.section-text {
  margin: 22px 0 0;
  color: var(--text-muted);
  font-size: 17px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.52));
}

.about-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(16, 22, 23, 0.42);
  color: var(--light);
  backdrop-filter: blur(18px);
}

.about-badge strong {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1;
}

.about-badge span {
  max-width: 180px;
  color: var(--light-muted);
  font-size: 14px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.stat-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.38);
}

.stat-number {
  display: block;
  color: var(--accent-dark);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.stat-label {
  display: block;
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #26302f;
  font-weight: 700;
}

.feature-list svg,
.price-icon svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list svg {
  color: var(--accent-dark);
}

.cases {
  background:
    radial-gradient(circle at 85% 10%, rgba(183, 197, 178, 0.28), transparent 34%),
    var(--bg);
  color: var(--light);
}

.cases .section-title {
  color: var(--light);
}

.cases .section-text {
  color: var(--light-muted);
}

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

.portfolio-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--bg-soft);
  color: var(--light);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  isolation: isolate;
  cursor: zoom-in;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.6s ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.portfolio-layer {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 26px;
}

.portfolio-layer span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--light);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.portfolio-layer h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.portfolio-layer p {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, 0.76);
}

.portfolio-card:hover img,
.portfolio-card:focus img {
  transform: scale(1.08);
}

.portfolio-card:hover .portfolio-layer span,
.portfolio-card:focus .portfolio-layer span {
  opacity: 1;
  transform: translateY(0);
}

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

.step-card {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.42);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.step-card:hover {
  transform: translateY(-7px);
  border-color: rgba(164, 118, 64, 0.35);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.10);
}

.step-number {
  display: inline-flex;
  margin-bottom: 52px;
  color: var(--accent-dark);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.step-card h3,
.price-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  letter-spacing: -0.045em;
}

.step-card p,
.price-card p {
  margin: 14px 0 0;
  color: var(--text-muted);
}

.pricing {
  background:
    linear-gradient(135deg, rgba(196, 155, 103, 0.08), transparent 35%),
    #efe6d8;
}

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

.price-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 54px rgba(40, 32, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.price-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 70px rgba(40, 32, 23, 0.13);
}

.price-card.featured {
  background: var(--bg);
  color: var(--light);
  transform: translateY(-16px);
  border-color: rgba(255, 255, 255, 0.12);
}

.price-card.featured h3,
.price-card.featured .price {
  color: var(--light);
}

.price-card.featured p,
.price-card.featured li {
  color: var(--light-muted);
}

.price-label {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(196, 155, 103, 0.16);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 18px;
  background: var(--surface-2);
  color: var(--text);
}

.price-card.featured .price-icon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
}

.price {
  margin-top: 26px;
  color: var(--text);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
  font-weight: 600;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.price-card .btn {
  margin-top: auto;
}

.faq {
  background: var(--surface);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 64px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 23px 24px;
  text-align: left;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.faq-question span {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.faq-question span::before,
.faq-question span::after {
  content: "";
  position: absolute;
  inset: 9px 2px auto;
  height: 2px;
  border-radius: 3px;
  background: var(--accent-dark);
  transition: transform 0.25s ease;
}

.faq-question span::after {
  transform: rotate(90deg);
}

.faq-item.active .faq-question span::after {
  transform: rotate(0deg);
}

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

.faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-muted);
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.contact-section {
  padding: 112px 0;
  color: var(--light);
  background:
    linear-gradient(90deg, rgba(16, 22, 23, 0.96), rgba(16, 22, 23, 0.78)),
    url("assets/img/photo-1524758631624-e2822e304c36-ff2fbcf3.jpg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.contact-section .section-title {
  color: var(--light);
}

.contact-section .section-text {
  color: var(--light-muted);
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  color: var(--light);
  font-weight: 800;
}

.contact-details a {
  color: var(--light);
  transition: color 0.25s ease;
}

.contact-details a:hover {
  color: var(--accent);
}

.contact-details span {
  color: var(--light-muted);
  font-weight: 600;
}

.lead-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.form-field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-field label {
  color: rgba(255, 250, 242, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--light);
  outline: none;
  padding: 17px 18px;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 250, 242, 0.48);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(196, 155, 103, 0.8);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 4px rgba(196, 155, 103, 0.16);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-note {
  margin: 14px 0 0;
  color: rgba(255, 250, 242, 0.58);
  font-size: 13px;
}

.form-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 800;
}

.form-status.error {
  color: #ffb5a7;
}

.site-footer {
  padding: 34px 0;
  background: #0b1011;
  color: rgba(255, 250, 242, 0.62);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand .brand-mark {
  width: 40px;
  height: 40px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  font-size: 13px;
}

.footer-meta p {
  margin: 0;
}

.footer-meta a {
  color: var(--light);
  transition: color 0.25s ease;
}

.footer-meta a:hover {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

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

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 78px 90px;
  background: rgba(6, 9, 10, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-figure {
  position: relative;
  max-width: min(1100px, 86vw);
  max-height: 82vh;
  margin: 0;
}

.lightbox-img {
  width: 100%;
  max-height: 76vh;
  border-radius: 26px;
  object-fit: contain;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.54);
}

.lightbox-caption {
  margin-top: 16px;
  color: var(--light);
  text-align: center;
  font-weight: 800;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--light);
  backdrop-filter: blur(16px);
  transition: background 0.25s ease, transform 0.25s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.05);
}

.lightbox-close {
  top: 26px;
  right: 28px;
  width: 52px;
  height: 52px;
  font-size: 34px;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 58px;
  height: 58px;
  font-size: 46px;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
  left: 28px;
}

.lightbox-next {
  right: 28px;
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 14px;
  }

  .header-phone {
    font-size: 15px;
  }

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

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

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

@media (max-width: 991px) {
  :root {
    --container: min(100% - 32px, 760px);
  }

  .header-phone {
    display: none;
  }

  .hamburger {
    display: block;
    position: relative;
    z-index: 1002;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(420px, 100vw);
    height: 100vh;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 96px 28px 28px;
    background: rgba(16, 22, 23, 0.96);
    box-shadow: -24px 0 90px rgba(0, 0, 0, 0.38);
    transform: translateX(105%);
    transition: transform 0.32s ease;
    backdrop-filter: blur(20px);
  }

  body.menu-open .main-nav {
    transform: translateX(0);
  }

  .main-nav a {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--light);
    font-size: 20px;
  }

  .main-nav a::after {
    display: none;
  }

  .mobile-phone {
    display: block;
    margin-top: 22px;
    color: var(--accent) !important;
    font-size: 24px !important;
    font-weight: 900;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 128px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: var(--container);
    margin: -70px auto 40px;
    flex-wrap: wrap;
    border-radius: var(--radius-lg);
  }

  .hero-card span {
    flex: 1 1 150px;
    text-align: center;
  }

  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-media,
  .about-media img {
    min-height: 460px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding: 84px 0;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 24px, 560px);
  }

  .brand-text {
    font-size: 17px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 70px);
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .btn {
    padding-inline: 20px;
  }

  .hero-card {
    margin-top: -44px;
  }

  .about-media,
  .about-media img {
    min-height: 390px;
  }

  .about-badge {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-grid,
  .pricing-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card,
  .portfolio-card img {
    min-height: 350px;
  }

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

  .step-number {
    margin-bottom: 36px;
  }

  .lead-form {
    padding: 22px;
    border-radius: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .lightbox {
    padding: 78px 18px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 22px;
    width: 50px;
    height: 50px;
    font-size: 38px;
  }

  .lightbox-prev {
    left: calc(50% - 62px);
  }

  .lightbox-next {
    right: calc(50% - 62px);
  }

  .lightbox-img {
    max-height: 68vh;
    border-radius: 20px;
  }
}

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

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