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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f5fb;
  color: #111827;
  line-height: 1.6;
}

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Top bar */
.top-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0b1220;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.35);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #f9fafb;
}

.brand-sub {
  font-size: 0.75rem;
  color: #cbd5f5;
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-link {
  font-size: 0.82rem;
  color: #e5e7eb;
  text-decoration: none;
}

.top-link:hover {
  text-decoration: underline;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-primary {
  background: #e5b15a;
  color: #111827;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.btn-ghost {
  border-color: #9ca3af;
  color: #111827;
  background: rgba(255, 255, 255, 0.9);
}

.btn-ghost:hover {
  background: #111827;
  color: #f9fafb;
}

.btn-outline {
  border-color: #e5b15a;
  color: #e5b15a;
  background: transparent;
}

.btn-outline:hover {
  background: #e5b15a;
  color: #111827;
}

.btn-full {
  width: 100%;
}

/* Hero */
.hero {
  padding: 3.2rem 0 2.8rem;
  background: radial-gradient(circle at top left, #fff7e7 0, #ffffff 55%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.hero-text h1 {
  font-size: 2.25rem;
  margin-bottom: 0.85rem;
  color: #111827;
}

.hero-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.7rem;
}

.hero-text p {
  font-size: 0.95rem;
  color: #374151;
  max-width: 540px;
}

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

.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  margin-top: 1.4rem;
  font-size: 0.86rem;
  color: #4b5563;
}

.hero-photo-card {
  display: flex;
  justify-content: center;
}

.hero-photo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.4);
  max-width: 360px;
}

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

/* Business card strip */
.bc-strip {
  padding: 2.2rem 0 2rem;
}

.bc-card {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1.4fr);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.35);
}

.bc-left {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.8rem 1.4rem;
}

.bc-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-logo-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.bc-advocate-label {
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.bc-right {
  background: #111111;
  color: #f9fafb;
  padding: 1.7rem 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bc-name {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.7rem;
}

.bc-role {
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.bc-lines {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.9rem;
}

.bc-line {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.bc-icon {
  margin-top: 0.05rem;
}

.bc-line a {
  color: #f9fafb;
  text-decoration: none;
}

.bc-line a:hover {
  text-decoration: underline;
}

.bc-extra {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  opacity: 0.88;
}

/* Client priority */
.client-priority {
  background: #0b1220;
  color: #f9fafb;
  padding: 2rem 0 1.8rem;
}

.client-priority-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1.6fr);
  gap: 2rem;
  align-items: center;
}

.cp-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.cp-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 3px solid #e5b15a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
}

.cp-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cp-label {
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.cp-heading {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.cp-line {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Sections */
.section {
  padding: 2.8rem 0;
}

.section-header {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 2rem;
}

.section-tag {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7280;
}

.section-header h2 {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.section-header p {
  font-size: 0.9rem;
  color: #4b5563;
}

/* Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.2rem 1.2rem 1.1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.card p {
  font-size: 0.88rem;
  color: #4b5563;
}

/* Appointment */
.appointment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: flex-start;
}

.appointment-form {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.4rem 1.3rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
  border: 1px solid #e5e7eb;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

label {
  font-size: 0.8rem;
  color: #374151;
}

input,
textarea {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 0.55rem 0.7rem;
  font-size: 0.9rem;
  font-family: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #e5b15a;
  box-shadow: 0 0 0 1px rgba(229, 177, 90, 0.35);
}

.contact-summary {
  margin-top: 1.1rem;
  list-style: none;
  font-size: 0.9rem;
  color: #374151;
}

.contact-summary li + li {
  margin-top: 0.25rem;
}

/* Bottom strip */
.bottom-strip {
  background: #111111;
  color: #f9fafb;
  padding: 1.5rem 0 1.3rem;
  margin-top: 2rem;
}

.bottom-strip-inner {
  font-size: 0.85rem;
}

.bottom-line + .bottom-line {
  margin-top: 0.2rem;
}

/* Footer */
.footer {
  background: #0b1220;
  color: #e5e7eb;
  padding: 1.4rem 0 1.5rem;
}

.footer-inner {
  text-align: center;
  font-size: 0.8rem;
}

.footer-small {
  max-width: 720px;
  margin: 0.6rem auto 0;
  color: #9ca3af;
}

/* Responsive */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-photo {
    max-width: 280px;
  }
  .bc-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .client-priority-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .appointment-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .bc-right {
    padding: 1.4rem 1.2rem;
  }
}
