:root {
  --color-bg: #f3f6fb;
  --color-surface: #ffffff;
  --color-primary: #0b1f36;
  --color-primary-soft: #173455;
  --color-accent: #d4b06a;
  --color-text: #0f1722;
  --color-muted: #4b5a6c;
  --border: #d8e0ea;
  --shadow: 0 16px 36px rgba(10, 25, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.55;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--color-primary);
  margin-top: 0;
}

p {
  color: var(--color-muted);
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 31, 54, 0.96);
  border-bottom: 1px solid rgba(212, 176, 106, 0.28);
  backdrop-filter: blur(8px);
}

.nav-wrapper {
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 8px;
  background: transparent;
  padding: 0;
}

.brand-text {
  font-size: 0.98rem;
}

.nav-links {
  display: flex;
  gap: 1rem;
  font-size: 0.95rem;
}

.nav-links a {
  color: #e7eef7;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
}

.nav-links a:hover {
  color: #ffffff;
  background: rgba(212, 176, 106, 0.18);
}

.menu-button {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  font-size: 1.1rem;
  color: #ffffff;
}

.brand-hero {
  padding: 6rem 0 4.2rem;
  background: radial-gradient(circle at 20% 0%, rgba(212, 176, 106, 0.28) 0%, transparent 35%),
    linear-gradient(135deg, #0b1f36 0%, #112f4f 55%, #173455 100%);
}

.brand-hero-content {
  max-width: 900px;
  text-align: center;
}

.brand-hero-logo {
  width: clamp(160px, 20vw, 260px);
  height: clamp(160px, 20vw, 260px);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: var(--shadow);
}

.brand-tag {
  margin-top: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #f5f8ff;
}

.brand-hero h1 {
  color: #ffffff;
  margin-top: 1rem;
}

.brand-hero-text {
  max-width: 70ch;
  margin: 0 auto;
  color: #d5dfeb;
}

.brand-hero-actions {
  justify-content: center;
}

.hero {
  padding: 4.5rem 0 3.2rem;
  background: var(--color-bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero-side {
  display: grid;
  gap: 1rem;
}

.profile-photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center top;
  border-radius: 18px;
  border: 1px solid rgba(212, 176, 106, 0.45);
  box-shadow: var(--shadow);
}

.tag {
  display: inline-block;
  margin-bottom: 1rem;
  background: #edf2f8;
  border: 1px solid #dae3ef;
  color: var(--color-primary-soft);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.hero-text {
  max-width: 62ch;
  font-size: 1.04rem;
  color: var(--color-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0.78rem 1.2rem;
  transition: all 0.22s ease;
}

.btn-primary {
  background: var(--color-accent);
  color: #111111;
}

.btn-primary:hover {
  background: #e3be76;
  transform: translateY(-1px);
}

.btn-secondary {
  border-color: #ced7e4;
  background: #fff;
  color: var(--color-primary);
}

.btn-secondary:hover {
  border-color: #afbccf;
}

.brand-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.brand-hero .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.hero-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--color-accent);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.hero-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.hero-card li {
  color: var(--color-muted);
  margin-bottom: 0.55rem;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: #eaf0f7;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.two-columns {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: start;
}

.info-panel {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.2rem;
}

.card-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(10, 25, 47, 0.1);
}

.card p,
.card cite {
  margin: 0;
}

.card h3 {
  color: #0f2946;
}

.steps {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.step {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
}

.step span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
}

.step p {
  margin: 0.7rem 0 0;
}

.testimonials blockquote {
  margin: 0;
}

.testimonials cite {
  display: block;
  margin-top: 0.85rem;
  color: var(--color-primary-soft);
  font-style: normal;
  font-weight: 600;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-list a {
  color: #123457;
  font-weight: 500;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-list span {
  color: var(--color-muted);
}

.contact-form {
  display: grid;
  gap: 0.55rem;
  background: #ffffff;
  border: 1px solid #ced8e4;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(10, 25, 47, 0.07);
}

.form-status {
  margin: 0.35rem 0 0;
  min-height: 1.4rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.form-status.success {
  color: #166534;
}

.form-status.error {
  color: #b42318;
}

label {
  color: var(--color-primary);
  font-size: 0.92rem;
  font-weight: 600;
}

input,
textarea {
  font: inherit;
  border: 1px solid #d3dae6;
  border-radius: 10px;
  padding: 0.7rem;
  outline: none;
  background: #fcfdff;
}

input:focus,
textarea:focus {
  border-color: #90a6c8;
  box-shadow: 0 0 0 3px rgba(143, 170, 208, 0.2);
}

.footer {
  border-top: 1px solid rgba(212, 176, 106, 0.35);
  background: #0b1f36;
}

.footer-content {
  min-height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer p {
  margin: 0;
  color: #cfdae7;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer a {
  color: #f2f7ff;
  font-weight: 600;
}

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

@media (max-width: 960px) {
  .hero-grid,
  .two-columns,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand-text {
    font-size: 0.88rem;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.75rem;
    background: #0b1f36;
    border-bottom: 1px solid rgba(212, 176, 106, 0.3);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.8rem;
    border-radius: 8px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3rem 0;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
  }
}