* {
  box-sizing: border-box
}

:root {
  --ink: #171c20;
  --ink-soft: #33404a;
  --muted: #6d747a;
  --gold: #d3ad63;
  --gold-dark: #9a7230;
  --card: rgba(255, 255, 255, .94);
  --shadow: 0 30px 90px rgba(20, 25, 30, .18)
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Heebo", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 85% 8%, rgba(211, 173, 99, .24), transparent 32%), radial-gradient(circle at 8% 92%, rgba(23, 28, 32, .11), transparent 28%), linear-gradient(145deg, #fffdf8 0%, #f7f0e4 46%, #fff 100%)
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(211, 173, 99, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(211, 173, 99, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, .55), transparent 72%)
}

a {
  color: inherit
}

svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor
}

.page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 42px 28px
}

.digital-card {
  width: min(100%, 1180px);
  min-height: 680px;
  border-radius: 36px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: var(--shadow);
  position: relative;
  display: grid;
  grid-template-columns:minmax(430px,.92fr)minmax(460px,1.08fr);
}

.digital-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(211, 173, 99, .7), rgba(255, 255, 255, .5), rgba(23, 28, 32, .14));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 54px 58px;
  color: #fff;
  background: linear-gradient(135deg, rgba(23, 28, 32, .97), rgba(49, 58, 65, .94)), radial-gradient(circle at 18% 8%, rgba(211, 173, 99, .34), transparent 35%);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hero-bg-mark {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(211, 173, 99, .2);
  border-radius: 50%;
  left: -150px;
  top: -170px
}

.hero-bg-mark:after {
  content: "";
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  border: 1px solid rgba(211, 173, 99, .18)
}

.brand-row {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center
}

.brand-mark {
  width: 92px;
  height: 92px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(211, 173, 99, .28), rgba(255, 255, 255, .08));
  border: 1px solid rgba(211, 173, 99, .44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18)
}

.brand-mark span {
  color: var(--gold);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: .04em
}

.eyebrow {
  margin: 0 0 4px;
  color: #dfc98e;
  font-size: 16px;
  font-weight: 900
}

h1 {
  margin: 0;
  font-size: clamp(46px, 3.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em
}

.role {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
  font-size: 20px
}

.hero-content {
  position: relative;
  z-index: 1;
  margin-top: 42px;
  max-width: 640px
}

.rating-pill {
  width: fit-content;
  margin: 0 0 22px;
  padding: 10px 16px;
  border-radius: 999px;
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(211, 173, 99, .34);
  color: rgba(255, 255, 255, .86);
  font-size: 15px
}

.stars {
  color: var(--gold);
  letter-spacing: 1px
}

.hero-content h2 {
  margin: 0;
  font-size: clamp(34px, 2.4vw, 54px);
  line-height: 1.16;
  letter-spacing: -.035em
}

.description {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.85;
  font-size: 19px
}

.quick-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
  margin-top: 38px;
  max-width: 570px
}

.action {
  min-height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 17px;
  transition: transform .2s ease, box-shadow .2s ease
}

.action:hover {
  transform: translateY(-2px)
}

.action.primary {
  background: linear-gradient(135deg, #e0bf76, #b98b3a);
  color: #171c20;
  box-shadow: 0 16px 36px rgba(211, 173, 99, .26)
}

.action.dark {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15)
}

.action-svg {
  width: 22px;
  height: 22px;
  display: inline-flex
}

.content-panel {
  padding: 46px 42px;
  background: linear-gradient(180deg, #fffaf2, #fff 45%);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.info-card {
  min-height: 82px;
  text-decoration: none;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(23, 28, 32, .07);
  box-shadow: 0 10px 24px rgba(20, 25, 30, .055);
  display: flex;
  align-items: center;
  gap: 14px
}

.info-card.wide {
  grid-column: 1/-1
}
.info-card:hover{
    transform:translateY(-3px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.08);
}
.info-icon {
    width:46px;
    height:46px;

    border-radius:8px;

    background:#f8f7f4;

    /* border:1px solid #e3dccd; */

    color:#b38a41;

  color: var(--gold-dark);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 12px
}

.info-text {
  display: grid;
  gap: 3px;
  min-width: 0
}

.info-text small {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  font-style: normal
}

.info-text strong {
  color: var(--ink-soft);
  line-height: 1.45;
  font-size: 17px;
  word-break: break-word
}

.info-text em {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-style: normal
}

.services-box {
  margin-top: 20px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(23, 28, 32, .96), rgba(48, 58, 65, .92));
  color: #fff;
  position: relative;
  overflow: hidden
}

.services-box:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(211, 173, 99, .12);
  left: -55px;
  top: -65px
}

.section-title {
  position: relative;
  display: grid;
  gap: 3px;
  margin-bottom: 15px
}

.section-title span {
  color: #dfc98e;
  font-size: 14px;
  font-weight: 900
}

.section-title strong {
  font-size: 24px
}

.services-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.services-list span,
.services-list li {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 800
}

.bottom-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px
}

.outline-btn {
  border: 1px solid rgba(211, 173, 99, .36);
  background: #fffaf1;
  color: var(--ink);
  padding: 15px 14px;
  border-radius: 17px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease
}

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

.toast {
  position: fixed;
  right: 50%;
  bottom: 22px;
  transform: translate(50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: #171c20;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  transition: .25s ease
}

.toast.show {
  opacity: 1;
  transform: translate(50%, 0)
}

@media (max-width:900px) {
  .page-shell {
    padding: 28px 16px
  }

  .digital-card {
    width: min(100%, 470px);
    min-height: auto;
    border-radius: 34px;
    display: block
  }

  .hero-panel {
    padding: 30px 28px 26px;
    display: block
  }

  .hero-bg-mark {
    width: 260px;
    height: 260px;
    left: -90px;
    top: -100px
  }

  .hero-bg-mark:after {
    inset: 34px
  }

  .brand-mark {
    width: 74px;
    height: 74px;
    border-radius: 25px
  }

  .brand-mark span {
    font-size: 24px
  }

  .eyebrow {
    font-size: 14px
  }

  h1 {
    font-size: clamp(30px, 8vw, 42px)
  }

  .role {
    font-size: 16px
  }

  .hero-content {
    margin-top: 26px
  }

  .hero-content h2 {
    font-size: 28px
  }

  .description {
    font-size: 15.5px
  }

  .quick-actions {
    grid-template-columns: 1.25fr 1fr;
    gap: 10px;
    margin-top: 24px
  }

  .action {
    min-height: 52px;
    font-size: 15px
  }

  .content-panel {
    padding: 22px;
    display: block
  }

  .info-grid {
    gap: 10px
  }

  .info-card {
    min-height: 88px;
    padding: 15px
  }

  .info-text strong {
    font-size: 15px
  }

  .section-title strong {
    font-size: 20px
  }

  .services-list span,
.services-list li {
    font-size: 13px
  }

  .bottom-actions {
    grid-template-columns: 1fr;
    gap: 9px
  }
}

@media (max-width:430px) {
  .page-shell {
    padding: 0;
    place-items: stretch
  }

  .digital-card {
    min-height: 100vh;
    width: 100%;
    border-radius: 0
  }

  .hero-panel {
    padding: 26px 20px 23px
  }

  .content-panel {
    padding: 18px
  }

  .brand-mark {
    width: 64px;
    height: 64px;
    border-radius: 21px
  }

  .quick-actions {
    grid-template-columns: 1fr
  }

  .info-grid {
    grid-template-columns: 1fr
  }

  .hero-content h2 {
    font-size: 24px
  }
}

.brand-mark {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

.logo-image{
  position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}

.brand-logo {
  margin: auto;
    height: 80px;
    margin-bottom: 10px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: center;
}

.doctor-image img {
  width: 100%;
  display: block;
  object-fit: contain;
}

@media(max-width:900px) {

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .doctor-image {
    display: none;
  }

}
.dr-image{
  max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Accessibility improvements */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ffffff;
  color: #111820;
  border: 2px solid #b38a41;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #111820, 0 0 0 9px #d3ad63;
}

.info-card:focus-visible,
.outline-btn:focus-visible {
  outline-color: #111820;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 7px #b38a41;
}

.action.primary {
  color: #111820;
}

.action.dark {
  color: #ffffff;
  border-color: rgba(255,255,255,.45);
}

.rating-pill {
  color: #ffffff;
  border-color: rgba(211,173,99,.65);
}

.description,
.role {
  color: rgba(255,255,255,.88);
}

.info-text small,
.info-label,
.section-title span {
  color: #8a6425;
}

.info-text strong,
.info-card strong {
  color: #18222b;
}

.info-text em,
.info-card small {
  color: #505a62;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  padding: 9px 13px;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.info-icon {
  border-radius: 10px;
}

.noscript-message {
  position: fixed;
  right: 16px;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  background: #ffffff;
  color: #111820;
  border: 2px solid #b38a41;
  border-radius: 12px;
  padding: 14px;
  font-weight: 800;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
.section-social{
  margin: auto;
}
.social-links {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  margin: auto;
  margin-top: 18px;
}

.social-links a {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #d3ad63;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(211,173,99,.35);
  text-decoration: none;
  transition: .25s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: rgba(211,173,99,.16);
  border-color: rgba(211,173,99,.65);
}

.social-links svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.social-links a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #111820, 0 0 0 9px #d3ad63;
}

@media (max-width: 900px) {
  .social-links {
    justify-content: center;
  }
}
.quick-actions{
    margin-bottom: 14px;
}

.social-links{
    margin-top: 10px;
}
.social-links a{
    width:44px;
    height:44px;
}
.social-title{
    color:#d3ad63;
    font-size:13px;
    font-weight:700;
    text-align: center;
}