:root {
  --bg-top: #f7fdff;
  --bg-bottom: #dbf2ff;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --surface-deep: rgba(10, 50, 91, 0.78);
  --ink: #0d2942;
  --ink-soft: #476881;
  --brand: #11a4e3;
  --brand-deep: #055f93;
  --brand-night: #082f63;
  --brand-pale: #91ddff;
  --accent: #2ec7c5;
  --line: rgba(12, 53, 86, 0.12);
  --line-strong: rgba(255, 255, 255, 0.26);
  --shadow-soft: 0 18px 60px rgba(8, 65, 110, 0.12);
  --shadow-deep: 0 28px 90px rgba(4, 48, 82, 0.18);
  --radius: 32px;
  --radius-sm: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 253, 255, 0.7), rgba(227, 244, 255, 0.84)),
    url("close-up-of-raindrops-on-window.webp") center / cover fixed no-repeat;
}

body::before,
body::after {
  content: none;
}

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

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

.page-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 16px 0 26px;
}

.page-shell::before,
.page-shell::after {
  content: none;
}

.nav-wrap,
.section,
.footer-wrap {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 40;
  padding-bottom: 18px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
  min-height: 98px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand img {
  width: auto;
  height: 82px;
  filter: drop-shadow(0 10px 20px rgba(7, 53, 92, 0.14));
}

.brand-wordmark {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--brand-night);
  background: rgba(145, 221, 255, 0.22);
  transform: translateY(-1px);
}

.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button,
button,
input,
select,
textarea {
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #11a4e3 0%, #076699 55%, #0a3b71 100%);
  box-shadow: 0 20px 38px rgba(17, 164, 227, 0.28);
}

.button-secondary {
  color: var(--brand-night);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(8, 47, 99, 0.1);
  box-shadow: 0 14px 28px rgba(8, 47, 99, 0.08);
}

.button-ghost {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(8, 47, 99, 0.1);
}

.hero {
  padding: 26px 0 28px;
}

.hero-grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.hero-copy {
  position: relative;
  padding: 12px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 164, 227, 0.95), rgba(46, 199, 197, 0.95));
}

.hero h1,
.page-intro h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero p,
.page-intro p,
.section-copy {
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero p {
  max-width: 58ch;
  margin: 18px 0 0;
}

.hero-points,
.service-meta,
.price-meta,
.mini-list,
.check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--ink-soft);
}

.hero-points {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.hero-points li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 26px;
  border-radius: 58% 42% 62% 38% / 60% 40% 60% 40%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.96), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(17, 164, 227, 0.9));
  transform: translateY(-50%) rotate(12deg);
  box-shadow:
    inset 0 5px 10px rgba(255, 255, 255, 0.45),
    0 10px 18px rgba(17, 164, 227, 0.22);
}

.hero-actions {
  margin-top: 26px;
}

.hero-card,
.panel,
.service-card,
.price-card,
.gallery-card,
.contact-card,
.instagram-card,
.calculator-card,
.stat-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero-card::before,
.panel::before,
.service-card::before,
.price-card::before,
.gallery-card::before,
.contact-card::before,
.instagram-card::before,
.calculator-card::before,
.stat-card::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-card,
.panel,
.service-card,
.price-card,
.gallery-card,
.contact-card,
.instagram-card,
.calculator-card,
.stat-card,
.testimonial-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hero-card:hover,
.panel:hover,
.service-card:hover,
.price-card:hover,
.gallery-card:hover,
.contact-card:hover,
.instagram-card:hover,
.calculator-card:hover,
.stat-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-deep);
  border-color: rgba(255, 255, 255, 0.92);
}

.hero-card {
  padding: 24px;
}

.hero-visual {
  min-height: 560px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(145, 221, 255, 0.18), transparent 18%),
    linear-gradient(160deg, rgba(9, 38, 74, 0.98) 0%, rgba(6, 95, 146, 0.97) 40%, rgba(17, 164, 227, 0.96) 100%);
  box-shadow: 0 40px 90px rgba(2, 51, 90, 0.24);
}

.hero-visual::before {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 80% 78%, rgba(255, 255, 255, 0.08), transparent 26%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.hero-visual-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  min-height: 100%;
}

.badge-row,
.stats-grid,
.service-grid,
.price-grid,
.gallery-grid,
.contact-grid,
.instagram-grid,
.review-grid,
.footer-grid,
.two-up {
  display: grid;
  gap: 18px;
}

.badge-row {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  font-weight: 700;
  text-align: center;
}


.hero-stage {
  position: relative;
  min-height: 330px;
}

.hero-logo-shell {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78%, 350px);
  padding: 18px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)),
    rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 22px 55px rgba(2, 24, 54, 0.34);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%) rotate(-5deg);
}

.hero-logo-shell::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto 12px;
  height: 44%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-logo-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.hero-mini-card {
  position: absolute;
  max-width: 220px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(8, 31, 63, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 45px rgba(4, 28, 56, 0.22);
  backdrop-filter: blur(18px);
}

.hero-mini-card strong,
.hero-mini-card span {
  display: block;
}

.hero-mini-card strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.hero-mini-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.hero-mini-card-a {
  left: 0;
  bottom: 12px;
}

.hero-mini-card-b {
  right: 0;
  top: 24px;
}

.droplet {
  position: absolute;
  border-radius: 60% 40% 54% 46% / 56% 38% 62% 44%;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.62) 12%, transparent 28%),
    radial-gradient(circle at 70% 28%, rgba(145, 221, 255, 0.45), transparent 22%),
    radial-gradient(circle at 54% 78%, rgba(5, 73, 126, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(169, 228, 255, 0.58) 18%, rgba(69, 181, 232, 0.42) 52%, rgba(4, 88, 146, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 10px 24px rgba(255, 255, 255, 0.54),
    inset -14px -18px 34px rgba(3, 76, 131, 0.34),
    0 28px 60px rgba(2, 62, 102, 0.28);
  transform: rotate(var(--rotate));
  animation: dropletFloat var(--duration) ease-in-out infinite;
  backdrop-filter: blur(6px);
}

.droplet::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 14%;
  width: 22%;
  height: 26%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  filter: blur(3px);
  transform: rotate(-18deg);
}

.droplet::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 16%;
  width: 24%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 83, 132, 0.26), rgba(11, 83, 132, 0));
  filter: blur(2px);
}

.droplet-xl {
  --rotate: -15deg;
  --duration: 8.2s;
  width: 220px;
  height: 272px;
  left: -12px;
  top: 24px;
}

.droplet-lg {
  --rotate: 16deg;
  --duration: 7.6s;
  width: 176px;
  height: 214px;
  right: 22px;
  top: 0;
}

.droplet-md {
  --rotate: 9deg;
  --duration: 9.1s;
  width: 128px;
  height: 156px;
  left: 112px;
  bottom: 4px;
}

.droplet-sm {
  --rotate: -10deg;
  --duration: 6.8s;
  width: 88px;
  height: 110px;
  right: 138px;
  bottom: 36px;
}

.highlight-band {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.highlight-band::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -24px;
  bottom: -56px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-callout h2,
.highlight-band h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-callout p,
.highlight-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.hero-callout-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hero-callout-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.hero-callout-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: rgba(145, 221, 255, 0.95);
}

.hero-callout-note {
  margin-top: 16px !important;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.96) !important;
}

.section {
  position: relative;
  padding: 38px 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 780px;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.kicker {
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stat-card,
.service-card,
.price-card,
.gallery-card,
.contact-card,
.instagram-card,
.testimonial-card,
.calculator-card {
  padding: 24px;
}

.stat-card::after,
.service-card::after,
.price-card::after,
.gallery-card::after,
.contact-card::after,
.instagram-card::after,
.testimonial-card::after,
.calculator-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -28px;
  width: 94px;
  height: 122px;
  border-radius: 60% 40% 54% 46% / 56% 38% 62% 44%;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(145, 221, 255, 0.2) 32%, rgba(17, 164, 227, 0.18) 58%, rgba(8, 47, 99, 0.22) 100%);
  opacity: 0.5;
  transform: rotate(16deg);
  pointer-events: none;
}

.service-card h3,
.price-card h3,
.gallery-card h3,
.contact-card h3,
.instagram-card h3,
.testimonial-card h3,
.stat-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 1.24rem;
  line-height: 1.05;
}

.service-card p,
.price-card p,
.gallery-card p,
.contact-card p,
.instagram-card p,
.testimonial-card p,
.stat-card p,
.footer-note {
  position: relative;
  z-index: 1;
}

.price {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, #0b4e81, #11a4e3);
  -webkit-background-clip: text;
  color: transparent;
}

.gallery-image,
.instagram-image {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(8, 47, 99, 0.12);
}

.gallery-image::before,
.instagram-image::before {
  content: none;
}

.gallery-image::after,
.instagram-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.gallery-image img,
.instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after-container {
  --slider-position: 50%;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
  touch-action: none;
}

.before-after-container img {
  width: 100%;
  display: block;
}

.after-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--slider-position)) 0 0);
}

.after-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-line {
  position: absolute;
  top: 0;
  left: var(--slider-position);
  width: 3px;
  height: 100%;
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  background: transparent;
  pointer-events: none;
}

.slider-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
}

.slider-button {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 56px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(10, 33, 57, 0.18);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}

.slider-button::before,
.slider-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.slider-button::before {
  left: 24px;
  border-right: 12px solid var(--brand-night);
}

.slider-button::after {
  right: 24px;
  border-left: 12px solid var(--brand-night);
}

.label {
  position: absolute;
  top: 16px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}

.label.before {
  left: 16px;
}

.label.after {
  right: 16px;
}

.calculator-wrap {
  display: grid;
  gap: 20px;
}

.calculator-card {
  padding: 24px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--brand-night);
}

input,
select,
textarea,
button {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(9, 70, 117, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.88));
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(17, 164, 227, 0.22);
  border-color: rgba(17, 164, 227, 0.34);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

button {
  cursor: pointer;
  font-weight: 800;
}

.result-box {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.92), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(145, 221, 255, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.result-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.95rem;
  letter-spacing: -0.05em;
  color: var(--brand-night);
}

.availability {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(10, 96, 148, 0.14), rgba(145, 221, 255, 0.36)),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.page-intro {
  padding: 18px 0 16px;
}

.page-intro .section {
  overflow: hidden;
  padding: 38px clamp(22px, 4vw, 44px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(160deg, rgba(8, 47, 99, 0.98) 0%, rgba(8, 99, 152, 0.96) 48%, rgba(17, 164, 227, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(3, 50, 84, 0.18);
}

.page-intro .section > * {
  position: relative;
  z-index: 1;
}

.page-intro .section::before,
.page-intro .section::after {
  content: "";
  position: absolute;
  border-radius: 60% 40% 54% 46% / 56% 38% 62% 44%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.88), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(145, 221, 255, 0.24), rgba(8, 47, 99, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 10px 20px rgba(255, 255, 255, 0.34),
    0 20px 48px rgba(3, 49, 83, 0.18);
  opacity: 0.92;
  pointer-events: none;
}

.page-intro .section::before {
  width: 210px;
  height: 268px;
  top: -18px;
  right: 32px;
  transform: rotate(18deg);
}

.page-intro .section::after {
  width: 120px;
  height: 150px;
  left: -18px;
  bottom: -44px;
  transform: rotate(-16deg);
}

.page-intro .eyebrow,
.page-intro .kicker {
  color: rgba(255, 255, 255, 0.78);
}

.page-intro .eyebrow::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(145, 221, 255, 0.72));
}

.page-intro h1 {
  color: #fff;
}

.page-intro p {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  margin-top: 52px;
  background: transparent;
}

.site-footer .footer-wrap {
  padding: 26px clamp(20px, 4vw, 32px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.footer-grid {
  align-items: start;
}

.footer-note {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.menu-toggle {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes dropletFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate));
  }

  50% {
    transform: translate3d(0, -14px, 0) rotate(calc(var(--rotate) + 3deg));
  }
}

@media (min-width: 760px) {
  .hero-grid,
  .two-up {
    grid-template-columns: 1.04fr 0.96fr;
  }

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

  .contact-grid,
  .footer-grid,
  .calculator-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .price-grid,
  .gallery-grid,
  .instagram-grid,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .hero {
    padding-top: 34px;
  }

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

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

@media (max-width: 1039px) {
  .nav-wrap {
    min-height: 90px;
  }

  .brand img {
    height: 74px;
  }

  .hero-visual {
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    padding-top: 10px;
  }

  .site-header {
    top: 10px;
  }

  .nav-wrap {
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 16px 16px;
  }

  .brand img {
    height: 66px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-links,
  .nav-actions {
    display: none;
    width: 100%;
  }

  .site-header.open .nav-links,
  .site-header.open .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .site-header.open .nav-links a,
  .site-header.open .nav-actions a {
    width: 100%;
    text-align: center;
  }

  .hero h1,
  .page-intro h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .hero-stage {
    min-height: 300px;
  }

  .hero-logo-shell {
    width: min(82%, 290px);
  }

  .hero-mini-card {
    max-width: 180px;
    padding: 14px 15px;
  }

  .hero-mini-card-a {
    left: 0;
    bottom: 0;
  }

  .hero-mini-card-b {
    right: 0;
    top: 18px;
  }

  .droplet-xl {
    width: 180px;
    height: 220px;
    left: -18px;
    top: 10px;
  }

  .droplet-lg {
    width: 138px;
    height: 168px;
    right: 10px;
  }

  .droplet-md {
    width: 108px;
    height: 132px;
    left: 78px;
    bottom: 10px;
  }

  .droplet-sm {
    width: 72px;
    height: 90px;
    right: 108px;
    bottom: 40px;
  }

  .page-intro .section::before {
    width: 150px;
    height: 190px;
    right: -6px;
    top: -26px;
  }
}

@media (max-width: 759px) {
  .section {
    padding: 30px 0;
  }

  .hero-card,
  .panel,
  .service-card,
  .price-card,
  .gallery-card,
  .contact-card,
  .instagram-card,
  .calculator-card,
  .stat-card,
  .testimonial-card {
    border-radius: 28px;
  }

  .hero-card,
  .stat-card,
  .service-card,
  .price-card,
  .gallery-card,
  .contact-card,
  .instagram-card,
  .calculator-card,
  .testimonial-card {
    padding: 20px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .highlight-band {
    padding: 22px;
  }

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

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