:root {
  --navy: #102a43;
  --blue: #1c5d99;
  --teal: #3aafa9;
  --gold: #f2c14e;
  --cream: #fbf7ef;
  --white: #ffffff;
  --ink: #1f2933;
  --muted: #5f6c7b;
  --line: rgba(16, 42, 67, 0.14);
  --shadow: 0 22px 65px rgba(16, 42, 67, 0.18);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 70px);
  background: rgba(251, 247, 239, 0.82);
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 225px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(28, 93, 153, 0.25);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 650;
}
.main-nav a {
  opacity: 0.84;
}
.main-nav a:hover {
  opacity: 1;
}
.language-toggle,
.menu-button {
  border: 0;
  font: inherit;
  cursor: pointer;
}
.language-toggle {
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 750;
}
.menu-button {
  display: none;
  background: transparent;
  color: var(--navy);
  font-size: 1.8rem;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  min-height: 780px;
  padding: 80px clamp(20px, 5vw, 70px);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgba(58, 175, 169, 0.22), transparent 29%), radial-gradient(circle at 10% 80%, rgba(242, 193, 78, 0.28), transparent 28%), linear-gradient(135deg, rgba(255,255,255,0.95), rgba(251,247,239,0.88));
  z-index: -2;
}
.hero-bg::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 80px solid rgba(28, 93, 153, 0.08);
  z-index: -1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  margin: 22px 0 22px;
  color: var(--navy);
  max-width: 900px;
  font-size: clamp(2.7rem, 6vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
}
.hero-content p {
  max-width: 710px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}
.hero-actions,
.cta .button {
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 15px 35px rgba(28, 93, 153, 0.24);
}
.button.secondary {
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  margin-left: 10px;
}
.hero-card {
  position: relative;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.photo-placeholder {
  height: 360px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(16,42,67,0.72), rgba(28,93,153,0.65)), radial-gradient(circle at 20% 20%, rgba(242,193,78,0.65), transparent 24%), linear-gradient(135deg, var(--teal), var(--blue));
  overflow: hidden;
}
.photo-placeholder span {
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255,255,255,0.72);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.hero-card h2,
.info-panel h3,
.service-card h3 {
  color: var(--navy);
  line-height: 1.15;
}
.hero-card p,
.service-card p,
.section-heading p,
.section-copy p,
.cta p,
.contact-form small {
  color: var(--muted);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 70px) 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.08);
}
.trust-strip div {
  padding: 24px;
  background: var(--white);
}
.trust-strip strong,
.trust-strip span {
  display: block;
}
.trust-strip strong {
  color: var(--navy);
  font-size: 1.02rem;
}
.trust-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}
.section {
  padding: 90px clamp(20px, 5vw, 70px);
}
.section.muted {
  background: var(--white);
}
.split,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.section-copy h2,
.section-heading h2,
.cta h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  margin: 16px 0 18px;
}
.section-copy p,
.section-heading p {
  max-width: 760px;
  font-size: 1.04rem;
}
.info-panel,
.contact-form {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.08);
}
.info-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-panel li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 650;
}
.info-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}
.section-heading {
  max-width: 850px;
  margin-bottom: 38px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  min-height: 315px;
  padding: 30px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #fbf7ef);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.07);
}
.icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 18px;
  background: rgba(58, 175, 169, 0.13);
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 900;
}
.service-card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  gap: 20px;
}
.gallery-card {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(16,42,67,0.72), rgba(28,93,153,0.6)), radial-gradient(circle at 30% 20%, rgba(242,193,78,0.65), transparent 26%), linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.14);
}
.gallery-card:nth-child(2) {
  margin-top: 42px;
}
.gallery-card:nth-child(3) {
  margin-top: 18px;
}
.gallery-card span {
  font-size: 1.4rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.cta {
  margin: 20px clamp(20px, 5vw, 70px);
  padding: clamp(34px, 7vw, 80px);
  border-radius: 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  overflow: hidden;
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: rgba(242, 193, 78, 0.2);
}
.cta h2,
.cta p,
.cta a {
  position: relative;
  z-index: 1;
}
.cta h2 {
  color: var(--white);
  max-width: 720px;
}
.cta p {
  color: rgba(255,255,255,0.78);
  max-width: 650px;
}
.contact-list {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}
.contact-list p {
  margin: 0 0 12px;
}
.contact-list p:last-child {
  margin-bottom: 0;
}
.contact-list a {
  color: var(--blue);
  font-weight: 750;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 750;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(28, 93, 153, 0.12);
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 70px);
  color: rgba(255,255,255,0.78);
  background: var(--navy);
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: var(--white);
  font-weight: 750;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 980px) {
  .menu-button {
    display: block;
  }
  .main-nav {
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .main-nav.is-open {
    display: flex;
  }
  .hero,
  .split,
  .contact-section,
  .card-grid,
  .trust-strip,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 58px;
  }
  .hero-card {
    max-width: 560px;
  }
  .gallery-card:nth-child(2),
  .gallery-card:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .brand {
    min-width: auto;
  }
  .brand small {
    display: none;
  }
  .site-header {
    padding: 14px 18px;
  }
  h1 {
    font-size: 3rem;
  }
  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .button {
    width: 100%;
  }
  .button.secondary {
    margin-left: 0;
    margin-top: 10px;
  }
  .photo-placeholder {
    height: 250px;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
