.avuzi-page,
.avuzi-page *{
  box-sizing:border-box;
}

.avuzi-page{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:22px 20px 70px;
  color:#334155;
  background:#fff;
  font-family:Inter,Arial,sans-serif;
  line-height:1.65;
}

.avuzi-page img{
  max-width:100%;
}

.avuzi-hero{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  gap:28px;
  align-items:center;
  margin:0 0 22px;
  padding:34px;
  overflow:hidden;
  background:linear-gradient(
    135deg,
    #f0fdfa 0%,
    #fff 46%,
    #ecfeff 100%
  );
  border:1px solid #ccfbf1;
  border-radius:32px;
  box-shadow:0 14px 42px rgba(13,148,136,.10);
}

.avuzi-hero > *{
  min-width:0;
}

.avuzi-kicker{
  display:inline-flex;
  max-width:100%;
  margin:0 0 14px;
  padding:7px 14px;
  color:#0d9488;
  background:#fff;
  border:1px solid #ccfbf1;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.35px;
  line-height:1.35;
  text-transform:uppercase;
}

.avuzi-page h1,
.avuzi-page h2,
.avuzi-page h3{
  font-family:Raleway,Inter,Arial,sans-serif;
}

.avuzi-page h1{
  margin:0 0 14px;
  color:#115e59;
  font-size:40px;
  font-weight:900;
  line-height:1.1;
}

.avuzi-page h2{
  margin:0 0 14px;
  color:#115e59;
  font-size:27px;
  font-weight:900;
  line-height:1.22;
}

.avuzi-page h3{
  margin:0 0 8px;
  color:#115e59;
  font-size:18px;
  font-weight:900;
  line-height:1.3;
}

.avuzi-lead,
.avuzi-intro{
  margin:0 0 18px;
  color:#475569;
  font-size:17px;
  line-height:1.72;
}

.avuzi-hero-price{
  display:inline-flex;
  max-width:100%;
  margin:0 0 14px;
  padding:9px 14px;
  color:#0f766e;
  background:#fff;
  border:1px solid #99f6e4;
  border-radius:16px;
  font-size:16px;
  font-weight:900;
  line-height:1.4;
}

.avuzi-hero-note{
  width:100%;
  margin:0;
  padding:14px 16px;
  color:#475569;
  background:rgba(255,255,255,.78);
  border:1px solid #ccfbf1;
  border-radius:18px;
  line-height:1.6;
}

.avuzi-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:18px;
}

.avuzi-btn,
.avuzi-page a.avuzi-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:100%;
  min-height:49px;
  padding:12px 22px;
  color:#fff !important;
  background:#0d9488;
  border:1px solid #0d9488;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(13,148,136,.20);
  font-weight:900;
  line-height:1.25;
  text-align:center;
  text-decoration:none !important;
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.avuzi-btn-outline,
.avuzi-page a.avuzi-btn-outline{
  color:#0f766e !important;
  background:#fff;
  border-color:#99f6e4;
  box-shadow:none;
}

.avuzi-btn:hover,
.avuzi-page a.avuzi-btn:hover{
  color:#fff !important;
  background:#0f766e;
  border-color:#0f766e;
  text-decoration:none !important;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(13,148,136,.26);
}

.avuzi-btn-outline:hover,
.avuzi-page a.avuzi-btn-outline:hover{
  color:#115e59 !important;
  background:#ecfeff;
  border-color:#5eead4;
  box-shadow:none;
}

.avuzi-hero-media,
.avuzi-photo{
  min-width:0;
  margin:0;
}

.avuzi-hero-media img,
.avuzi-photo img{
  display:block;
  width:100%;
  object-fit:cover;
  border:1px solid #ccfbf1;
  border-radius:26px;
  box-shadow:0 12px 34px rgba(15,118,110,.12);
}

.avuzi-hero-media img{
  aspect-ratio:4/3;
}

.avuzi-photo img{
  height:100%;
  min-height:320px;
}

.avuzi-hero-media figcaption,
.avuzi-photo figcaption{
  margin-top:9px;
  color:#64748b;
  font-size:13px;
  line-height:1.4;
  text-align:center;
}

.avuzi-section{
  margin:0 0 20px;
  padding:25px;
  background:#fff;
  border:1px solid #d8f3ef;
  border-radius:22px;
  box-shadow:0 8px 28px rgba(15,118,110,.07);
}

.avuzi-section-soft{
  background:#f8fffe;
}

.avuzi-section-warm{
  background:#fffbeb;
  border-color:#fde68a;
}

.avuzi-grid{
  display:grid;
  gap:16px;
  margin-top:16px;
}

.avuzi-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.avuzi-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.avuzi-card{
  min-width:0;
  padding:19px;
  background:#fff;
  border:1px solid #d8f3ef;
  border-radius:19px;
}

.avuzi-card p,
.avuzi-section p{
  color:#475569;
}

.avuzi-symptoms{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}

.avuzi-symptom{
  padding:14px 16px;
  color:#334155;
  background:#f8fffe;
  border:1px solid #ccfbf1;
  border-radius:16px;
}

.avuzi-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  gap:20px;
  align-items:stretch;
}

.avuzi-highlight,
.avuzi-notice{
  margin-top:16px;
  padding:18px 20px;
  border-radius:18px;
}

.avuzi-highlight{
  color:#115e59;
  background:#ecfeff;
  border:1px solid #99f6e4;
}

.avuzi-notice{
  color:#775d12;
  background:#fffbeb;
  border:1px solid #fde68a;
}

.avuzi-table-wrap{
  width:100%;
  overflow-x:auto;
  margin-top:16px;
  border:1px solid #d8f3ef;
  border-radius:18px;
}

.avuzi-page table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  background:#fff;
}

.avuzi-page th,
.avuzi-page td{
  padding:14px 16px;
  border-bottom:1px solid #e0f2f1;
  text-align:left;
  vertical-align:top;
}

.avuzi-page th{
  color:#115e59;
  background:#f0fdfa;
}

.avuzi-step{
  position:relative;
  padding-left:48px;
}

.avuzi-step::before{
  content:"✓";
  position:absolute;
  top:0;
  left:0;
  display:flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:#0d9488;
  border-radius:50%;
  font-weight:900;
}

.avuzi-faq{
  display:grid;
  gap:12px;
}

.avuzi-faq details{
  padding:16px 18px;
  background:#f8fffe;
  border:1px solid #e0f2f1;
  border-radius:16px;
}

.avuzi-faq summary{
  cursor:pointer;
  color:#115e59;
  font-weight:900;
}

.avuzi-faq p{
  margin:10px 0 0;
}

.avuzi-cta{
  margin-top:24px;
  padding:30px 26px;
  color:#fff;
  background:#0f766e;
  border-radius:26px;
  text-align:center;
}

.avuzi-cta h2{
  color:#fff;
}

.avuzi-cta p{
  max-width:820px;
  margin:0 auto 18px;
  color:rgba(255,255,255,.9);
}

.avuzi-cta .avuzi-actions{
  justify-content:center;
}

.avuzi-cta .avuzi-btn{
  color:#0f766e !important;
  background:#fff;
  border-color:#fff;
  box-shadow:none;
}

.avuzi-links a{
  color:#0f766e !important;
  font-weight:900;
  text-decoration:none !important;
}

.avuzi-links a:hover{
  text-decoration:underline !important;
}

@media(max-width:950px){
  .avuzi-hero,
  .avuzi-split{
    grid-template-columns:1fr;
  }

  .avuzi-grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .avuzi-page{
    max-width:100%;
    padding:16px 14px 54px;
    overflow-x:hidden;
  }

  .avuzi-hero{
    grid-template-columns:1fr;
    gap:22px;
    padding:25px 18px;
    border-radius:22px;
  }

  .avuzi-page h1{
    font-size:29px;
  }

  .avuzi-page h2{
    font-size:24px;
  }

  .avuzi-lead,
  .avuzi-intro{
    font-size:16px;
  }

  .avuzi-grid-2,
  .avuzi-grid-3,
  .avuzi-symptoms{
    grid-template-columns:1fr;
  }

  .avuzi-actions{
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }

  .avuzi-btn,
  .avuzi-page a.avuzi-btn{
    width:100%;
    min-width:0;
    white-space:normal;
  }

  .avuzi-kicker,
  .avuzi-hero-price{
    width:fit-content;
    white-space:normal;
    overflow-wrap:anywhere;
  }

  .avuzi-section{
    padding:20px 17px;
  }

  .avuzi-page table{
    min-width:560px;
  }
}

/* =========================================================
   AVUZI BUTTON SYSTEM — SAME LOGIC AS CARDIOLOGY
   ========================================================= */

.avuzi-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  margin-top:18px;
}

.avuzi-actions > p{
  display:contents;
  margin:0;
  padding:0;
}

.ast-single-post .entry-content .avuzi-page a.avuzi-btn,
.avuzi-page a.avuzi-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:0;
  min-height:48px;
  margin:0;
  padding:12px 22px;

  color:#fff !important;
  background:#0D9488 !important;
  border:1px solid #0D9488 !important;
  border-radius:999px !important;

  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
  text-decoration:none !important;
  text-transform:none;
  white-space:normal;

  box-shadow:0 8px 20px rgba(13,148,136,.20);
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.ast-single-post .entry-content .avuzi-page a.avuzi-btn-outline,
.avuzi-page a.avuzi-btn-outline{
  color:#0F766E !important;
  background:#fff !important;
  border-color:#99F6E4 !important;
  box-shadow:none;
}

.ast-single-post .entry-content .avuzi-page a.avuzi-btn:hover,
.ast-single-post .entry-content .avuzi-page a.avuzi-btn:focus,
.avuzi-page a.avuzi-btn:hover,
.avuzi-page a.avuzi-btn:focus{
  color:#fff !important;
  background:#0F766E !important;
  border-color:#0F766E !important;
  text-decoration:none !important;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(13,148,136,.26);
}

.ast-single-post .entry-content .avuzi-page a.avuzi-btn-outline:hover,
.ast-single-post .entry-content .avuzi-page a.avuzi-btn-outline:focus,
.avuzi-page a.avuzi-btn-outline:hover,
.avuzi-page a.avuzi-btn-outline:focus{
  color:#115E59 !important;
  background:#ECFEFF !important;
  border-color:#5EEAD4 !important;
  text-decoration:none !important;
  box-shadow:none;
}

.avuzi-cta .avuzi-actions{
  justify-content:center;
  width:100%;
  margin:18px auto 0;
}

.ast-single-post .entry-content .avuzi-page .avuzi-cta a.avuzi-btn,
.avuzi-page .avuzi-cta a.avuzi-btn{
  color:#0F766E !important;
  background:#fff !important;
  border-color:#fff !important;
  box-shadow:none;
}

.ast-single-post .entry-content .avuzi-page .avuzi-cta a.avuzi-btn-outline,
.avuzi-page .avuzi-cta a.avuzi-btn-outline{
  color:#fff !important;
  background:transparent !important;
  border-color:rgba(255,255,255,.55) !important;
}

.ast-single-post .entry-content .avuzi-page .avuzi-cta a.avuzi-btn:hover,
.avuzi-page .avuzi-cta a.avuzi-btn:hover{
  color:#115E59 !important;
  background:#ECFEFF !important;
  border-color:#ECFEFF !important;
}

.ast-single-post .entry-content .avuzi-page .avuzi-cta a.avuzi-btn-outline:hover,
.avuzi-page .avuzi-cta a.avuzi-btn-outline:hover{
  color:#0F766E !important;
  background:#fff !important;
  border-color:#fff !important;
}

.avuzi-page a.avuzi-btn:focus-visible{
  outline:3px solid rgba(13,148,136,.30);
  outline-offset:3px;
}

@media(max-width:700px){
  .avuzi-actions{
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }

  .ast-single-post .entry-content .avuzi-page a.avuzi-btn,
  .avuzi-page a.avuzi-btn{
    width:100%;
    max-width:100%;
  }
}

/* =========================================================
   AVUZI BUTTON TEXT CENTERING
   ========================================================= */

.ast-single-post .entry-content .avuzi-page a.avuzi-btn,
.avuzi-page a.avuzi-btn{
  box-sizing:border-box !important;
  min-height:48px;
  padding-top:0 !important;
  padding-bottom:0 !important;
  padding-left:22px !important;
  padding-right:22px !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-size:15px !important;
  line-height:1.05 !important;
  vertical-align:middle;
}

@media(max-width:700px){
  .ast-single-post .entry-content .avuzi-page a.avuzi-btn,
  .avuzi-page a.avuzi-btn{
    min-height:50px;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
}

/* =========================================================
   AVUZI BUTTON LABEL OPTICAL CENTERING
   ========================================================= */

.avuzi-page a.avuzi-btn .avuzi-btn-label{
  display:block;
  margin:0;
  padding:0;
  line-height:1.15;
  transform:translateY(-2px);
}

@media(max-width:700px){
  .avuzi-page a.avuzi-btn .avuzi-btn-label{
    transform:translateY(-1px);
  }
}
