 :root{
	 --black:#202124;
	--graphite:#2B2C2F;
	--gold:#FF6B35;
	--champagne:#FFFFFF;
	--concrete:#B0B3B8;
	--muted:#C5C7CB;
	--line:rgba(255,107,53,.28);
	 --glass:rgba(255,255,255,.055);
	--shadow:0 24px 80px rgba(0,0,0,.55);
}
 *{
	box-sizing:border-box
}
html{
	scroll-behavior:smooth
}
body{
	margin:0;
	font-family:Inter,Arial,sans-serif;
	color:#f7f0dd;
	background:linear-gradient(135deg,#202124 0%,#2B2C2F 48%,#FF6B35 100%);
	line-height:1.65
}
 body::before{
	content:"";
	position:fixed;
	inset:0;
	background:radial-gradient(circle at 20% 10%,rgba(255,107,53,.20),transparent 28%),radial-gradient(circle at 80% 30%,rgba(176,179,184,.12),transparent 24%),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
	background-size:auto,auto,80px 80px;
	pointer-events:none;
	z-index:-1
}
 a{
	color:inherit;
	text-decoration:none
}
img{
	max-width:100%;
	display:block
}
.container{
	width:min(1180px,92vw);
	margin:auto
}
.eyebrow{
	letter-spacing:.18em;
	text-transform:uppercase;
	color:var(--gold);
	font-size:.78rem;
	font-weight:700
}
.gold{
	color:var(--gold)
}
.champagne{
	color:var(--champagne)
}
 .header{
	position:sticky;
	top:0;
	z-index:50;
	background:rgba(32,33,36,.88);
	backdrop-filter:blur(18px);
	border-bottom:1px solid var(--line)
}
.nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	padding:18px 0
}
.brand{
	display:flex;
	align-items:center;
	gap:12px;
	font-weight:800;
	letter-spacing:.02em
}
.brand-mark{
	width:42px;
	height:42px;
	border:1px solid var(--gold);
	border-radius:50%;
	display:grid;
	place-items:center;
	background:linear-gradient(135deg,#202124,#FF6B35 70%,#B0B3B8);
	box-shadow:0 0 24px rgba(255,107,53,.26)
}
.brand small{
	display:block;
	color:var(--muted);
	font-weight:500;
	font-size:.72rem;
	letter-spacing:.18em;
	text-transform:uppercase
}
.menu{
	display:flex;
	gap:22px;
	align-items:center
}
.menu a{
	font-size:.94rem;
	color:#f4f4f4
}
.menu a:hover,.menu a.active{
	color:var(--gold)
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border:1px solid var(--gold);
	background:linear-gradient(135deg,#FF6B35,#FFFFFF 54%,#B0B3B8);
	color:#202124;
	font-weight:800;
	padding:13px 20px;
	border-radius:999px;
	box-shadow:0 14px 35px rgba(255,107,53,.20);
	cursor:pointer
}
.btn.ghost{
	background:transparent;
	color:var(--champagne);
	box-shadow:none
}
.burger{
	display:none;
	width:44px;
	height:44px;
	border:1px solid var(--line);
	border-radius:12px;
	background:rgba(255,255,255,.04);
	color:var(--champagne);
	font-size:24px
}
 .hero{
	padding:96px 0 70px
}
.hero-grid{
	display:grid;
	grid-template-columns:1.05fr .95fr;
	gap:44px;
	align-items:center
}
.hero h1,.page-title h1{
	font-family:Georgia,serif;
	font-size:clamp(2.7rem,6vw,6.3rem);
	line-height:.95;
	margin:12px 0 22px;
	letter-spacing:-.05em
}
.lead{
	font-size:1.15rem;
	color:#E8EAED;
	max-width:720px
}
.hero-card{
	position:relative;
	border:1px solid var(--line);
	border-radius:34px;
	overflow:hidden;
	box-shadow:var(--shadow);
	background:#202124
}
.hero-card img{
	height:560px;
	width:100%;
	object-fit:cover;
	opacity:.88
}
.hero-card:after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(0deg,rgba(32,33,36,.78),transparent 52%)
}
.stat-strip{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
	margin-top:34px
}
.stat{
	padding:18px;
	border:1px solid var(--line);
	border-radius:22px;
	background:var(--glass)
}
.stat b{
	display:block;
	font-size:1.7rem;
	color:var(--gold)
}
.section{
	padding:82px 0;
	border-top:1px solid rgba(255,107,53,.12)
}
.section-head{
	display:flex;
	justify-content:space-between;
	gap:32px;
	align-items:end;
	margin-bottom:34px
}
.section h2{
	font-family:Georgia,serif;
	font-size:clamp(2rem,4vw,3.7rem);
	line-height:1;
	margin:8px 0
}
.grid-3{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px
}
.grid-2{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:24px
}
.card{
	border:1px solid var(--line);
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
	padding:28px;
	box-shadow:0 14px 45px rgba(0,0,0,.28)
}
.card h3{
	font-family:Georgia,serif;
	font-size:1.45rem;
	margin:8px 0 10px
}
.card p,.card li{
	color:#E1E3E6
}
.icon{
	width:48px;
	height:48px;
	border-radius:16px;
	border:1px solid var(--line);
	display:grid;
	place-items:center;
	color:var(--gold);
	background:#202124
}
.split{
	display:grid;
	grid-template-columns:.9fr 1.1fr;
	gap:34px;
	align-items:center
}
.panel{
	border:1px solid var(--line);
	border-radius:32px;
	background:rgba(32,33,36,.56);
	padding:32px
}
.list{
	display:grid;
	gap:14px;
	margin:0;
	padding:0;
	list-style:none
}
.list li{
	display:flex;
	gap:12px;
	align-items:flex-start
}
.list li:before{
	content:"◆";
	color:var(--gold);
	font-size:.8rem;
	margin-top:4px
}
.banner{
	padding:34px;
	border:1px solid var(--line);
	border-radius:34px;
	background:linear-gradient(105deg,rgba(255,107,53,.22),rgba(255,255,255,.05),rgba(32,33,36,.64));
	display:flex;
	justify-content:space-between;
	gap:22px;
	align-items:center
}
.faq details{
	border:1px solid var(--line);
	border-radius:20px;
	padding:18px 22px;
	background:rgba(255,255,255,.04);
	margin-bottom:12px
}
.faq summary{
	cursor:pointer;
	font-weight:800;
	color:var(--champagne)
}
.form{
	display:grid;
	gap:14px
}
.form input,.form textarea,.form select{
	width:100%;
	padding:15px 16px;
	border:1px solid rgba(255,107,53,.34);
	border-radius:16px;
	background:rgba(0,0,0,.35);
	color:#fff
}
.form textarea{
	min-height:130px
}
.map-placeholder{
	height:360px;
	border:1px dashed rgba(255,107,53,.55);
	border-radius:28px;
	display:grid;
	place-items:center;
	color:var(--muted);
	background:linear-gradient(135deg,#202124,#B0B3B8)
}
.footer{
	padding:54px 0 28px;
	border-top:1px solid var(--line);
	background:#202124
}
.footer-grid{
	display:grid;
	grid-template-columns:1.2fr .8fr .8fr .8fr;
	gap:24px
}
.footer a{
	color:#F1F3F4
}
.legal{
	margin-top:34px;
	padding-top:20px;
	border-top:1px solid rgba(255,107,53,.18);
	color:#B0B3B8;
	font-size:.9rem
}
.page-title{
	padding:74px 0 40px
}
.breadcrumbs{
	color:var(--muted);
	font-size:.92rem
}
.price{
	font-size:2rem;
	color:var(--gold);
	font-weight:900
}
.cookie{
	position:fixed;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:80;
	display:none
}
.cookie.show{
	display:block
}
.cookie-inner{
	max-width:980px;
	margin:auto;
	padding:20px;
	border:1px solid var(--line);
	border-radius:24px;
	background:rgba(32,33,36,.96);
	box-shadow:var(--shadow);
	display:flex;
	gap:18px;
	align-items:center;
	justify-content:space-between
}
.alert{
	position:fixed;
	right:22px;
	bottom:22px;
	z-index:100;
	transform:translateY(120%);
	opacity:0;
	transition:.45s ease
}
.alert.show{
	transform:translateY(0);
	opacity:1
}
.alert-box{
	border:1px solid var(--line);
	border-radius:24px;
	background:#202124;
	padding:18px 20px;
	box-shadow:var(--shadow)
}
.alert b{
	color:var(--gold)
}
 @media(max-width:860px){
	.burger{
		display:block
	}
	.menu{
		position:fixed;
		top:78px;
		left:4vw;
		right:4vw;
		display:none;
		flex-direction:column;
		align-items:stretch;
		background:rgba(32,33,36,.97);
		border:1px solid var(--line);
		border-radius:24px;
		padding:18px
	}
	.menu.open{
		display:flex
	}
	.hero-grid,.split,.grid-2{
		grid-template-columns:1fr
	}
	.grid-3{
		grid-template-columns:1fr
	}
	.section-head,.banner,.cookie-inner{
		display:block
	}
	.hero{
		padding:64px 0 44px
	}
	.hero-card img{
		height:390px
	}
	.stat-strip{
		grid-template-columns:1fr
	}
	.footer-grid{
		grid-template-columns:1fr
	}
	.btn{
		width:100%;
		margin-top:10px
	}
}

.flex {
  display: flex;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 107, 53, 0.38) 0%, rgba(255, 107, 53, 0.12) 24%, transparent 48%),
    radial-gradient(circle at 78% 22%, rgba(176, 179, 184, 0.34) 0%, rgba(176, 179, 184, 0.08) 28%, transparent 52%),
    radial-gradient(circle at 62% 86%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 24%, transparent 46%),
    linear-gradient(125deg, #202124 0%, #171819 38%, #ff6b35 74%, #b0b3b8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -2;
  background:
    conic-gradient(
      from 225deg at 72% 42%,
      rgba(32, 33, 36, 0.95),
      rgba(255, 107, 53, 0.88),
      rgba(176, 179, 184, 0.48),
      rgba(32, 33, 36, 0.92),
      rgba(255, 107, 53, 0.78),
      rgba(32, 33, 36, 0.96)
    );
  opacity: 0.76;
  filter: blur(34px);
  transform: scale(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(32, 33, 36, 0.96) 0%, rgba(32, 33, 36, 0.84) 46%, rgba(32, 33, 36, 0.42) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0px,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px,
      transparent 16px
    );
  box-shadow: inset 0 -180px 220px rgba(32, 33, 36, 0.9);
}

.hero-grid--single {
  position: relative;
  z-index: 2;
  display: block;
}

.hero-content {
  max-width: 820px;
  padding: 84px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #ffb199;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, #ff6b35, rgba(255, 107, 53, 0));
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
}

.hero .lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", "Arial", sans-serif;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.72;
  font-weight: 400;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 53, 0.72);
  background:
    linear-gradient(135deg, #ff6b35 0%, #ff875f 48%, #d85a2c 100%);
  color: #ffffff;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 18px 46px rgba(255, 107, 53, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 58px rgba(255, 107, 53, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.065);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 768px) {
  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 68px 0;
  }

  .eyebrow {
    font-size: 10px;
    line-height: 1.5;
  }

  .hero h1 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .hero .lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 30px;
  }

  .btn {
    width: 100%;
  }
}

.faq-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 107, 53, 0.12), transparent 34%),
    linear-gradient(180deg, #202124 0%, #18191b 100%);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.section-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-head p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

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

.faq-item {
  border: 1px solid rgba(176, 179, 184, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 58px 22px 24px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 107, 53, 0.14);
  color: #ff6b35;
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: #ff6b35;
  color: #ffffff;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15.5px;
  line-height: 1.75;
}

.faq-item[open] {
  border-color: rgba(255, 107, 53, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 107, 53, 0.11), rgba(255, 255, 255, 0.035));
}

@media (max-width: 768px) {
  .section-head {
    margin-bottom: 26px;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-item summary {
    padding: 20px 54px 20px 20px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 20px 22px;
    font-size: 15px;
  }
}

.map-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 107, 53, 0.13), transparent 34%),
    linear-gradient(180deg, #18191b 0%, #202124 100%);
}

.map-head {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 32px;
  align-items: end;
}

.map-head p {
  margin: 0;
}

.map-card {
  position: relative;
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(176, 179, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.map-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  filter: grayscale(1) contrast(1.08) brightness(0.74);
  opacity: 0.82;
}

.map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32, 33, 36, 0.9) 0%, rgba(32, 33, 36, 0.48) 48%, rgba(255, 107, 53, 0.18) 100%),
    radial-gradient(circle at 72% 42%, rgba(255, 107, 53, 0.26), transparent 28%);
  pointer-events: none;
}

.map-info {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 360px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(32, 33, 36, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

.map-info span {
  display: block;
  margin-bottom: 10px;
  color: #ffb199;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-info strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.map-info a {
  display: inline-flex;
  margin-top: 18px;
  color: #ff6b35;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.contact-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 107, 53, 0.16), transparent 32%),
    linear-gradient(135deg, #202124 0%, #171819 58%, #252628 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 44px;
  align-items: start;
}

.contact-content h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.contact-content p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

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

.contact-card {
  min-height: 132px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(176, 179, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.contact-card span {
  display: block;
  margin-bottom: 12px;
  color: #ffb199;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
}

.appointment-form {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 107, 53, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 107, 53, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.appointment-form h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.appointment-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.appointment-form input,
.appointment-form textarea {
  width: 100%;
  border: 1px solid rgba(176, 179, 184, 0.22);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.appointment-form input:focus,
.appointment-form textarea:focus {
  border-color: rgba(255, 107, 53, 0.7);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

.appointment-form .btn {
  width: 100%;
  border: none;
  cursor: pointer;
}

.form-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .map-head,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .map-card,
  .map-card img {
    min-height: 420px;
    height: 420px;
  }

  .map-info {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
    padding: 20px;
  }

  .map-info strong {
    font-size: 20px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

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

.form-alert {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(12, 13, 14, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.form-alert.is-active {
  opacity: 1;
  visibility: visible;
}

.form-alert__box {
  width: min(100%, 420px);
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 107, 53, 0.34);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 107, 53, 0.22), transparent 36%),
    linear-gradient(145deg, #202124, #171819);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.25s ease;
}

.form-alert.is-active .form-alert__box {
  transform: translateY(0) scale(1);
}

.form-alert__box strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.form-alert__box p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.form-alert__box button {
  width: 100%;
  min-height: 46px;
  border: none;
  border-radius: 999px;
  background: #ff6b35;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.hero--image {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(
      90deg,
      rgba(32, 33, 36, 0.96) 0%,
      rgba(32, 33, 36, 0.88) 42%,
      rgba(32, 33, 36, 0.58) 68%,
      rgba(32, 33, 36, 0.38) 100%
    ),
    radial-gradient(circle at 22% 24%, rgba(255, 107, 53, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(32, 33, 36, 0.92), rgba(255, 107, 53, 0.28)),
    url("assets/img/hero-watch.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 16px
    ),
    radial-gradient(circle at 72% 42%, rgba(255, 107, 53, 0.22), transparent 30%);
  pointer-events: none;
}

.hero--image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(32, 33, 36, 0.96));
  pointer-events: none;
}

.hero-grid--single {
  position: relative;
  z-index: 2;
  display: block;
}

.hero-content {
  max-width: 780px;
  padding: 84px 0;
}

@media (max-width: 768px) {
  .hero--image {
    min-height: 640px;
    background:
      linear-gradient(
        180deg,
        rgba(32, 33, 36, 0.96) 0%,
        rgba(32, 33, 36, 0.9) 48%,
        rgba(32, 33, 36, 0.72) 100%
      ),
      radial-gradient(circle at 18% 18%, rgba(255, 107, 53, 0.28), transparent 36%),
      url("assets/img/hero-watch.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero-content {
    padding: 68px 0;
  }
}

.hero--image {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  isolation: isolate;

  background-image:
    linear-gradient(
      90deg,
      rgba(32, 33, 36, 0.92) 0%,
      rgba(32, 33, 36, 0.78) 36%,
      rgba(32, 33, 36, 0.34) 66%,
      rgba(32, 33, 36, 0.08) 100%
    ),
    radial-gradient(
      circle at 18% 24%,
      rgba(255, 107, 53, 0.28) 0%,
      rgba(255, 107, 53, 0.1) 24%,
      transparent 48%
    ),
    url("../img/hero-watch.jpg");

  background-size: cover, cover, cover;
  background-position: center, center, center right;
  background-repeat: no-repeat;
}

.hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(32, 33, 36, 0.08) 0%,
      rgba(32, 33, 36, 0.18) 58%,
      rgba(32, 33, 36, 0.78) 100%
    );
  pointer-events: none;
}

.hero--image::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -120px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.18);
  filter: blur(80px);
  pointer-events: none;
}