:root {
  --bg: #f7f8f4;
  --surface: #ffffff;
  --ink: #102a2b;
  --muted: #4a6264;
  --brand: #0f766e;
  --brand-strong: #0b4f4a;
  --line: #c8d8d6;
  --error: #9f1d1d;
  --shadow: 0 20px 45px rgba(16, 42, 43, 0.12);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 15%, rgba(15, 118, 110, 0.16), transparent 36%),
    radial-gradient(circle at 85% 80%, rgba(176, 95, 58, 0.14), transparent 40%),
    var(--bg);
  line-height: 1.5;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  background: var(--brand-strong);
  color: #ffffff;
  padding: 0.55rem 0.8rem;
  border-radius: 0.5rem;
  z-index: 100;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.bg-shape {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.28;
  z-index: -1;
  pointer-events: none;
}

.bg-shape-1 {
  top: -90px;
  left: -80px;
  background: #1a9d92;
}

.bg-shape-2 {
  bottom: -110px;
  right: -70px;
  background: #d67049;
}

.site-header,
.layout,
.site-footer {
  width: min(1080px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.site-header {
  padding: 1.2rem 0 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--brand-strong);
  color: #ffffff;
  font-weight: 700;
}

.brand-text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.language-switch {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.18rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(3px);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.38rem 0.78rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lang-btn[aria-pressed="true"] {
  color: #ffffff;
  background: var(--brand-strong);
}

.layout {
  display: grid;
  gap: 1.1rem;
  padding-bottom: 2rem;
}

.hero,
.contact-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(200, 216, 214, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  animation: rise-in 0.6s ease both;
}

.contact-card {
  animation-delay: 0.08s;
}

.eyebrow {
  font-weight: 700;
  color: var(--brand-strong);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
  margin: 0 0 0.45rem;
}

h1,
h2 {
  margin: 0;
  line-height: 1.15;
}

h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 400;
  margin-bottom: 0.75rem;
}

h2 {
  font-size: clamp(1.2rem, 3.6vw, 1.6rem);
  margin-bottom: 0.45rem;
}

.subtitle,
.contact-description,
.hero-note,
footer p {
  color: var(--muted);
}

.subtitle {
  margin-top: 0;
}

.price-card {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7fbfb;
  padding: 0.82rem 0.9rem;
  width: fit-content;
}

.price-label {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.price-value {
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brand-strong);
}

.contact-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.74rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

label {
  font-size: 0.95rem;
  font-weight: 600;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.62rem 0.78rem;
  background: #ffffff;
  color: var(--ink);
}

input:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.38);
  outline-offset: 2px;
}

.cta,
.secondary-cta {
  border: 0;
  border-radius: 12px;
  padding: 0.72rem 0.98rem;
  cursor: pointer;
  font-weight: 700;
}

.cta {
  background: var(--brand-strong);
  color: #ffffff;
}

.cta:hover {
  background: #093f3a;
}

.secondary-cta {
  background: #e8f2f1;
  color: var(--brand-strong);
}

.secondary-cta:hover {
  background: #dbeaea;
}

.email-reveal {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.email-link {
  color: var(--brand-strong);
  font-weight: 700;
  word-break: break-all;
}

.form-status {
  min-height: 1.25rem;
  margin: 0;
  font-size: 0.93rem;
}

.form-status[data-state="error"] {
  color: var(--error);
}

.form-status[data-state="success"] {
  color: var(--brand-strong);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 0.4rem 0 1.4rem;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 920px) {
  .layout {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
  }

  .hero,
  .contact-card {
    min-height: 100%;
    padding: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
