@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=Outfit:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #080d18;
  --bg-alt: #0c1220;
  --surface: #111a2e;
  --surface-alt: #152035;
  --border: #1c2d4d;
  --border-light: #283f62;
  --accent: #00b4d8;
  --accent-light: #48cae4;
  --accent-dark: #0077b6;
  --accent-glow: rgba(0, 180, 216, 0.12);
  --gold: #d4af5c;
  --gold-glow: rgba(212, 175, 92, 0.10);
  --text: #d0d6e4;
  --text-muted: #7888a6;
  --white: #f0f2f8;
  --wa: #25d366;
  --fd: "Cormorant Garamond", serif;
  --fb: "Outfit", "Noto Sans", "Noto Sans SC", "Malgun Gothic", "Yu Gothic", "Hiragino Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--fb);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 119, 182, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 75% 15%, rgba(0, 180, 216, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 20% 80%, rgba(212, 175, 92, 0.05) 0%, transparent 50%),
    var(--bg);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.025;
  pointer-events: none;
  background-image:
    linear-gradient(var(--accent) 1px, transparent 1px),
    linear-gradient(90deg, var(--accent) 1px, transparent 1px);
  background-size: 100px 100px;
}

::selection {
  background: rgba(0, 180, 216, 0.3);
  color: #fff;
}

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

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--bg);
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

.wrap {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 13, 24, 0.92);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 50px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand img {
  width: auto;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 180, 216, 0.30));
}

.brand span {
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--accent);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0.75;
}

.primary-nav,
.lang-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.primary-nav {
  justify-content: center;
  margin-left: auto;
}

.primary-nav a,
.lang-nav a {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.primary-nav a:hover {
  color: var(--accent);
}

.lang-nav {
  justify-content: flex-end;
  gap: 8px;
}

.lang-nav a {
  min-width: 42px;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 40px;
  text-align: center;
  letter-spacing: 1px;
}

.lang-nav a[aria-current="true"],
.lang-nav a:hover {
  border-color: rgba(0, 180, 216, 0.35);
  background: var(--accent-glow);
  color: var(--accent-light);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 90px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -180px;
  right: -140px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(150px);
  opacity: 0.055;
}

.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -130px;
  bottom: -160px;
  border-radius: 50%;
  background: var(--gold);
  filter: blur(150px);
  opacity: 0.045;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 980px;
  text-align: center;
}

.hero-logo-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-logo-lockup img {
  width: auto;
  height: 154px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 40px rgba(0, 180, 216, 0.30))
    drop-shadow(0 0 80px rgba(0, 180, 216, 0.12));
}

.hero-logo-lockup strong {
  display: block;
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.2;
}

.hero-logo-lockup span {
  display: block;
  margin-top: 2px;
  color: var(--accent-light);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  opacity: 0.70;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  padding: 8px 22px;
  border: 1px solid rgba(212, 175, 92, 0.2);
  border-radius: 40px;
  background: var(--gold-glow);
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h1 {
  max-width: 920px;
  margin: 0 auto 18px;
  color: var(--white);
  font-family: var(--fd);
  font-size: clamp(46px, 8vw, 94px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 650px;
  margin: 0 auto 42px;
  color: var(--text-muted);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.75;
  overflow-wrap: break-word;
}

.hero-actions,
.section-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}

.btn:hover {
  transform: scale(1.04);
}

.btn-primary {
  border: 0;
  background: var(--wa);
  color: #fff;
  box-shadow: 0 4px 30px rgba(37, 211, 102, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 6px 50px rgba(37, 211, 102, 0.32);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--border-light);
}

.hero-media {
  display: none;
}

.facts {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px;
  padding: 0 32px 82px;
  border-bottom: 1px solid rgba(212, 175, 92, 0.12);
}

.fact {
  min-width: 140px;
  text-align: center;
}

.fact strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--fd);
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--white), var(--accent-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fact span {
  display: block;
  color: var(--text-muted);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.band {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 92, 0.20), rgba(0, 180, 216, 0.15), rgba(212, 175, 92, 0.20), transparent);
}

.band-white {
  background: var(--bg);
}

.band-soft {
  background: var(--bg-alt);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-kicker {
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  width: 36px;
  height: 1px;
}

.section-kicker::before {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-kicker::after {
  background: linear-gradient(90deg, transparent, var(--gold));
}

h2 {
  max-width: 850px;
  margin: 0 auto 20px;
  color: var(--white);
  font-family: var(--fd);
  font-size: clamp(34px, 5vw, 56px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.section-head p,
.lead {
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.service-grid,
.steps,
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.service,
.step,
.area {
  min-height: 100%;
  padding: 36px 32px;
  border: 1px solid var(--border);
  border-top: 2px solid rgba(212, 175, 92, 0.30);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--surface), var(--surface-alt));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s, box-shadow 0.4s;
}

.service:hover,
.step:hover,
.area:hover {
  transform: translateY(-5px);
  border-color: var(--border-light);
  border-top-color: var(--gold);
  box-shadow: 0 -4px 30px rgba(212, 175, 92, 0.06), 0 12px 40px rgba(0, 0, 0, 0.2);
}

.service h3,
.step h3,
.area h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-family: var(--fd);
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.service p,
.step p,
.area p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.steps {
  position: relative;
}

.step {
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 42px 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--surface), var(--surface-alt));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s;
}

.price-card:hover {
  transform: translateY(-6px);
  filter: brightness(1.05);
}

.price-card h3 {
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
}

.price {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--fd);
  font-size: clamp(32px, 6vw, 52px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.price-card ul {
  flex: 1;
  margin: 22px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.price-card li {
  position: relative;
  padding: 9px 0 9px 26px;
  color: var(--text);
  font-size: 14px;
  overflow-wrap: break-word;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(0, 180, 216, 0.3);
}

.section-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.8;
  text-align: center;
}

details {
  max-width: 780px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}

details:first-of-type {
  border-top: 1px solid var(--border);
}

summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: var(--white);
  font-weight: 600;
}

summary::after {
  content: "+";
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.3s;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  max-width: 680px;
  margin: 0 0 22px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 56px;
  align-items: start;
}

.booking-panel > div:first-child {
  padding-top: 8px;
}

.booking-panel h2 {
  margin: 0 0 20px;
  text-align: left;
}

.booking-panel p {
  max-width: 540px;
  margin: 0 0 34px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

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

.contact-list span,
.contact-list a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 14.5px;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--surface), var(--surface-alt));
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 14px;
  text-transform: none;
  transition: border-color 0.3s;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--accent);
}

.booking-form select {
  color: var(--text-muted);
  cursor: pointer;
}

.booking-form select option {
  background: var(--surface);
  color: var(--text);
}

.booking-form textarea {
  min-height: 96px;
  resize: vertical;
}

.booking-form button {
  cursor: pointer;
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.footer {
  border-top: 1px solid rgba(212, 175, 92, 0.15);
  padding: 36px 0;
  background: var(--bg);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 28px;
  color: var(--text-muted);
  font-size: 12.5px;
}

.footer a {
  color: var(--accent);
  transition: color 0.3s;
}

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

.floating-wa {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  transition: transform 0.3s;
}

.floating-wa::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--wa);
  border-radius: 50%;
  animation: wa-pulse 2s infinite;
}

.floating-wa:hover {
  transform: scale(1.1);
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-nav {
    display: none;
  }

  .primary-nav,
  .lang-nav {
    justify-content: flex-start;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .wrap {
    width: min(100% - 40px, 1200px);
    max-width: 100%;
  }

  .site-header {
    position: absolute;
    padding: 14px 0;
  }

  .primary-nav {
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding: 170px 0 72px;
  }

  .hero-grid,
  .section-head,
  .hero-actions,
  .service-grid,
  .steps,
  .area-grid,
    .pricing-grid,
  .booking-panel,
  details {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
  }

  .hero-logo-lockup img {
    height: 120px;
  }

  .hero-logo-lockup strong {
    font-size: 17px;
    letter-spacing: 5px;
  }

  .hero-logo-lockup span {
    letter-spacing: 2.5px;
  }

  .eyebrow {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 9px;
    letter-spacing: 1.4px;
    white-space: normal;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 38px);
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 14.5px;
  }

  .hero-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 54px;
  }

  .fact {
    width: 100%;
  }

  .band {
    padding: 76px 0;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(29px, 9vw, 34px);
  }

  .section-head p,
  .lead {
    max-width: 100%;
    font-size: 14.5px;
  }

  .service,
  .step,
  .area,
  .price-card,
  .booking-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 28px 24px;
  }

  .booking-panel h2,
  .booking-panel p {
    text-align: left;
  }

  .floating-wa {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 480px) {
  .wrap {
    width: min(100% - 28px, 1200px);
  }

  .primary-nav {
    display: none;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .lang-nav {
    width: 100%;
  }

  .lang-nav a {
    flex: 1;
  }

  .fact {
    width: 100%;
  }
}
