.ao-hypertension-page {
    --green: #9acb2e;
    --green2: #b9dd4b;
    --green-dark: #6da51d;
    --blue: #39a9c9;
    --blue-dark: #1688a8;
    --orange: #f4a622;
    --brown: #4a3b33;
    --muted: #756a62;
    --line: #eadfd1;
    --cream: #fffaf4;
    --pale-blue: #f3fbfe;
    --pale-green: #f8feeb;
    --pale-orange: #fff8ef;
    --danger: #d75a44;
    --pale-danger: #fff5f2;
    --shadow: 0 10px 24px rgba(86, 62, 42, .10);
}

.ao-hypertension-page * {
    box-sizing: border-box
}

.ao-hypertension-page {
    scroll-behavior: smooth
}

.ao-hypertension-page {
    margin: 0;
    background: #fff;
    color: var(--brown);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    line-height: 1.9;
    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

.ao-hypertension-page h1,
.ao-hypertension-page h2,
.ao-hypertension-page h3 {
    color: #443831;
    line-height: 1.45;
    margin-top: 0;
    font-weight: 700;
}

/* 既存サイトの共通 h1（絶対配置・SP非表示）をMV内だけ解除 */
.ao-hypertension-page .hero h1 {
    position: static !important;
    inset: auto !important;
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    transform: none !important;
    text-align: left;
    letter-spacing: .03em;
}

.ao-hypertension-page a {
    color: inherit;
    text-decoration: none
}

.ao-hypertension-page img,
.ao-hypertension-page svg {
    max-width: 100%
}

.ao-hypertension-page ul li {
    list-style-type: disc;
}

.ao-hypertension-page .wrap {
    width: 1120px;
    margin: 0 auto
}

.ao-hypertension-page .topbar {
    height: 32px;
    background: #faf5ed;
    border-bottom: 1px solid #eee4d8;
    color: #776b63;
    font-size: 12px
}

.ao-hypertension-page .topbar .wrap {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap
}

.ao-hypertension-page .pin {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green);
    display: inline-block;
    margin-right: 7px;
    box-shadow: 0 0 0 3px rgba(154, 203, 46, .13)
}

.ao-hypertension-page .site-header {
    background: #fff;
    border-bottom: 1px solid #eee6dc;
    position: relative;
    z-index: 5
}

.ao-hypertension-page .header-main {
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.ao-hypertension-page .logo {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 360px
}

.ao-hypertension-page .logo-mark {
    width: 76px;
    height: 76px;
    flex: 0 0 76px
}

.ao-hypertension-page .logo-copy {
    line-height: 1.25
}

.ao-hypertension-page .logo-copy .small {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em
}

.ao-hypertension-page .logo-copy .name {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: .06em
}

.ao-hypertension-page .logo-copy .dept {
    font-size: 10px;
    color: #766960;
    margin-top: 6px;
    letter-spacing: .05em
}

.ao-hypertension-page .header-info {
    display: flex;
    align-items: center;
    gap: 22px
}

.ao-hypertension-page .telbox {
    white-space: nowrap;
    text-align: center
}

.ao-hypertension-page .telnum {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    letter-spacing: .04em;
    color: #3d342f
}

.ao-hypertension-page .telnote {
    font-size: 11px;
    color: #776b63;
    margin-top: 6px;
    font-weight: 600
}

.ao-hypertension-page .webbtn {
    min-width: 208px;
    height: 54px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(180deg, #69c2d8 0%, #2493b5 100%);
    box-shadow: 0 9px 20px rgba(43, 154, 185, .22);
    font-size: 15px;
    letter-spacing: .03em
}

.ao-hypertension-page .webbtn:hover {
    filter: brightness(.97)
}

.ao-hypertension-page .main-nav {
    border-top: 1px solid #f3eee8;
    border-bottom: 1px solid #eee6dc;
    background: #fff
}

.ao-hypertension-page .main-nav .wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    height: 76px
}

.ao-hypertension-page .navitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 700;
    font-size: 13px;
    position: relative
}

.ao-hypertension-page .navitem .dot {
    width: 13px;
    height: 13px;
    border: 3px solid var(--green);
    border-radius: 50%;
    margin-bottom: 2px
}

.ao-hypertension-page .navitem small {
    font-size: 9px;
    color: #8b7d74;
    font-weight: 500;
    line-height: 1
}

.ao-hypertension-page .navitem.active {
    color: var(--blue-dark)
}

.ao-hypertension-page .navitem.active:after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 3px;
    background: var(--blue)
}

.ao-hypertension-page .breadcrumb {
    font-size: 12px;
    color: #7d7169;
    padding: 22px 0 15px
}

.ao-hypertension-page .breadcrumb b {
    color: var(--blue-dark)
}

.ao-hypertension-page .hero {
    position: relative;
    border-bottom: 1px solid #eee5da;
    overflow: hidden;
    background: linear-gradient(112deg, #fff 0%, #fff 57%, #f6fbef 100%)
}

.ao-hypertension-page .hero:after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    right: -150px;
    top: -180px;
    background: rgba(154, 203, 46, .10)
}

.ao-hypertension-page .hero-line {
    position: absolute;
    right: -20px;
    top: 162px;
    width: 550px;
    height: 100px;
    opacity: .8;
    pointer-events: none
}

.ao-hypertension-page .hero .wrap {
    position: relative;
    z-index: 2;
    padding: 10px 0 46px;
    min-height: 370px
}

.ao-hypertension-page .hero-grid {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 58px;
    align-items: center
}

.ao-hypertension-page .h1 {
    font-size: 42px;
    line-height: 1.35;
    margin: 0;
    color: #41352f;
    letter-spacing: .02em
}

.ao-hypertension-page .en {
    color: var(--blue);
    font-weight: 800;
    font-size: 16px;
    margin-top: 3px;
    letter-spacing: .06em
}

.ao-hypertension-page .hero-card {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #eee3d5;
    border-radius: 9px;
    padding: 22px 28px;
    box-shadow: var(--shadow);
    font-weight: 650;
    max-width: 760px
}

.ao-hypertension-page .hero-note {
    margin-top: 14px;
    border-left: 4px solid var(--green);
    background: #fff;
    padding: 13px 18px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px 16px rgba(86, 62, 42, .06)
}

.ao-hypertension-page .hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px
}

.ao-hypertension-page .green-bubble {
    width: 214px;
    height: 214px;
    border-radius: 52% 48% 49% 51% / 47% 44% 56% 53%;
    background: linear-gradient(145deg, var(--green2), var(--green));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(130, 184, 39, .25);
    transform: rotate(-8deg)
}

.ao-hypertension-page .green-bubble svg {
    width: 132px;
    height: 132px;
    transform: rotate(8deg)
}

.ao-hypertension-page .section {
    padding: 55px 0 2px
}

.ao-hypertension-page .section:last-of-type {
    padding-bottom: 70px
}

.ao-hypertension-page .section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 26px;
    line-height: 1.45;
    color: #443831
}

.ao-hypertension-page .flower {
    width: 22px;
    height: 22px;
    flex: 0 0 22px
}

.ao-hypertension-page .lead {
    font-size: 16px;
    margin: 0 0 24px;
    color: #5c514a
}

.ao-hypertension-page .small-note {
    font-size: 12px;
    color: #7d7169;
    margin-top: 10px
}

.ao-hypertension-page .kicker {
    color: var(--blue-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-align: center;
    margin-bottom: 5px
}

.ao-hypertension-page .center-title {
    text-align: center;
    font-size: 31px;
    margin: 0 0 10px;
    line-height: 1.45
}

.ao-hypertension-page .center-lead {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px;
    color: #756961
}

.ao-hypertension-page .number-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px
}

.ao-hypertension-page .number-card {
    position: relative;
    background: #fff;
    border: 1px solid #e7e5df;
    border-radius: 12px;
    padding: 24px 19px 22px;
    min-height: 190px;
    box-shadow: 0 8px 20px rgba(66, 61, 55, .06);
    overflow: hidden
}

.ao-hypertension-page .number-card:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    right: -20px;
    bottom: -20px;
    background: #eaf9fd
}

.ao-hypertension-page .number-card.goal:after {
    background: #f0f9dd
}

.ao-hypertension-page .number-card .label {
    font-size: 12px;
    color: #5f544e;
    font-weight: 800;
    min-height: 44px
}

.ao-hypertension-page .number-card .num {
    font-size: 27px;
    font-weight: 900;
    color: var(--blue-dark);
    line-height: 1.2;
    margin: 10px 0 1px
}

.ao-hypertension-page .number-card.goal .num {
    color: var(--green-dark)
}

.ao-hypertension-page .number-card .unit {
    font-size: 11px;
    font-weight: 700
}

.ao-hypertension-page .number-card p {
    font-size: 12px;
    line-height: 1.7;
    margin: 10px 0 0;
    color: #665b54
}

.ao-hypertension-page .info-note {
    margin-top: 17px;
    border: 1px solid #cfeaf2;
    background: var(--pale-blue);
    border-radius: 9px;
    padding: 17px 21px;
    font-size: 14px
}

.ao-hypertension-page .info-note strong {
    color: var(--blue-dark)
}

.ao-hypertension-page .country-note {
    margin-top: 12px;
    border: 1px solid #e5dccf;
    background: #fffaf5;
    border-radius: 9px;
    padding: 15px 20px;
    font-size: 13px;
    color: #665a52
}

.ao-hypertension-page .risk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.ao-hypertension-page .risk-card {
    border: 1px solid #e9e2da;
    border-radius: 12px;
    padding: 25px 19px;
    text-align: center;
    background: #fff;
    box-shadow: 0 8px 18px rgba(82, 61, 40, .05)
}

.ao-hypertension-page .risk-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pale-blue)
}

.risk-card:nth-child(2) .risk-icon,
.ao-hypertension-page .risk-card:nth-child(4) .risk-icon {
    background: var(--pale-green)
}

.ao-hypertension-page .risk-card h3 {
    font-size: 17px;
    margin: 8px 0 6px
}

.ao-hypertension-page .risk-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #6c6058
}

.ao-hypertension-page .highlight-band {
    margin-top: 25px;
    border-radius: 12px;
    background: linear-gradient(90deg, #f8feeb, #f3fbfe);
    border: 1px solid #dcebbd;
    padding: 21px 25px;
    display: flex;
    gap: 18px;
    align-items: center
}

.ao-hypertension-page .highlight-num {
    font-size: 35px;
    font-weight: 900;
    color: var(--green-dark);
    white-space: nowrap
}

.ao-hypertension-page .highlight-band p {
    margin: 0;
    font-weight: 700
}

.ao-hypertension-page .highlight-band small {
    display: block;
    font-weight: 500;
    color: #746960;
    margin-top: 3px
}

.ao-hypertension-page .measure-box {
    display: grid;
    grid-template-columns: 250px 1fr;
    border: 1px solid #9bd8e9;
    border-radius: 12px;
    overflow: hidden;
    background: var(--pale-blue)
}

.ao-hypertension-page .measure-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: linear-gradient(135deg, #eafaff, #f8fdff)
}

.ao-hypertension-page .measure-visual svg {
    width: 150px
}

.ao-hypertension-page .measure-content {
    padding: 28px 32px;
    background: #fff
}

.ao-hypertension-page .measure-content h3 {
    font-size: 21px;
    margin: 0 0 13px;
    color: #3f342f
}

.ao-hypertension-page .measure-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 28px
}

.ao-hypertension-page .measure-item {
    display: flex;
    gap: 11px;
    font-size: 14px
}

.ao-hypertension-page .measure-item b {
    color: var(--blue-dark)
}

.ao-hypertension-page .numdot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 25px;
    margin-top: 2px
}

.ao-hypertension-page .caution {
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 9px;
    background: #fffaf1;
    border: 1px solid #f1d6a8;
    font-size: 13px
}

.ao-hypertension-page .treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.ao-hypertension-page .treat-card {
    border: 1px solid #e8e0d7;
    border-radius: 12px;
    background: #fff;
    padding: 25px 23px;
    box-shadow: 0 8px 18px rgba(82, 61, 40, .05)
}

.ao-hypertension-page .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 39px;
    height: 26px; */
    padding: 2px 12px;
    border-radius: 13px;
    background: var(--orange);
    color: #fff;
    font-weight: 900;
    font-size: 12px
}

.ao-hypertension-page .treat-card h3 {
    font-size: 19px;
    margin: 13px 0 8px
}

.ao-hypertension-page .treat-card p {
    font-size: 13px;
    line-height: 1.8;
    color: #665b54;
    margin: 0
}

.ao-hypertension-page .treat-card ul {
    padding-left: 1.2em;
    margin: 10px 0 0;
    font-size: 13px;
    color: #665b54
}

.ao-hypertension-page .green-callout {
    margin-top: 25px;
    border: 1px solid #b8da72;
    background: linear-gradient(90deg, #f8fee9, #fff);
    border-radius: 12px;
    padding: 23px 25px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: center
}

.ao-hypertension-page .green-callout .circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--green);
    color: #fff;
    font-size: 25px;
    font-weight: 900
}

.ao-hypertension-page .green-callout h3 {
    font-size: 20px;
    color: var(--green-dark);
    margin: 0 0 5px
}

.ao-hypertension-page .green-callout p {
    margin: 0;
    font-size: 14px
}

.ao-hypertension-page .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ao-hypertension-page .soft-box {
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #d7e8ed;
    background: var(--pale-blue)
}

.ao-hypertension-page .soft-box.green {
    border-color: #dcebbd;
    background: var(--pale-green)
}

.ao-hypertension-page .soft-box h3 {
    font-size: 20px;
    margin: 0 0 9px
}

.ao-hypertension-page .soft-box p {
    font-size: 14px;
    margin: 0;
    color: #635850
}

.ao-hypertension-page .emergency {
    border: 2px solid #e6a394;
    background: var(--pale-danger);
    border-radius: 12px;
    padding: 24px 27px;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 20px;
    align-items: center
}

.ao-hypertension-page .emergency-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--danger);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 35px;
    font-weight: 900
}

.ao-hypertension-page .emergency h3 {
    margin: 0 0 5px;
    color: #b34432;
    font-size: 21px
}

.ao-hypertension-page .emergency p {
    margin: 0;
    font-size: 14px
}

.ao-hypertension-page .emergency ul {
    margin: 8px 0 0;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 700
}

.ao-hypertension-page .clinic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.ao-hypertension-page .clinic-card {
    border: 1px solid #e7dfd6;
    border-radius: 11px;
    padding: 22px 18px;
    background: #fff;
    text-align: center
}

.ao-hypertension-page .clinic-card .cicon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 11px;
    display: grid;
    place-items: center;
    background: var(--pale-green);
    font-size: 22px
}

.ao-hypertension-page .clinic-card:nth-child(even) .cicon {
    background: var(--pale-blue)
}

.ao-hypertension-page .clinic-card h3 {
    font-size: 16px;
    margin: 0 0 6px
}

.ao-hypertension-page .clinic-card p {
    font-size: 12px;
    line-height: 1.7;
    color: #6a5f57;
    margin: 0
}

.ao-hypertension-page .faq details {
    border: 1px solid #ead8c5;
    border-radius: 9px;
    margin: 0 0 10px;
    background: #fff;
    overflow: hidden
}

.ao-hypertension-page .faq summary {
    list-style: none;
    cursor: pointer;
    padding: 17px 55px 17px 56px;
    font-weight: 800;
    position: relative
}

.ao-hypertension-page .faq summary::-webkit-details-marker {
    display: none
}

.ao-hypertension-page .faq summary:before {
    content: "Q";
    position: absolute;
    left: 18px;
    top: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    font-size: 13px
}

.ao-hypertension-page .faq summary:after {
    content: "＋";
    position: absolute;
    right: 19px;
    top: 13px;
    font-size: 22px;
    color: #6f625b
}

.ao-hypertension-page .faq details[open] summary:after {
    content: "−"
}

.ao-hypertension-page .answer {
    border-top: 1px solid #f1e6d9;
    padding: 16px 22px 18px 56px;
    font-size: 14px;
    background: #fffaf6;
    position: relative
}

.ao-hypertension-page .answer:before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 15px;
    color: var(--orange);
    font-weight: 900
}

.ao-hypertension-page .cta {
    margin: 42px 0 30px;
    border: 1px solid #eadfd5;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.ao-hypertension-page .cta .small {
    font-size: 12px;
    color: #72675f;
    font-weight: 700
}

.ao-hypertension-page .cta .phone {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.3
}

.ao-hypertension-page .cta .actions {
    display: flex;
    gap: 14px
}

.ao-hypertension-page .btn {
    min-width: 190px;
    height: 55px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900
}

.ao-hypertension-page .btn.web {
    color: #fff;
    background: linear-gradient(180deg, #64c1d7, #2494b5);
    box-shadow: 0 8px 17px rgba(43, 154, 185, .20)
}

.ao-hypertension-page .btn.tel {
    border: 2px solid var(--green);
    color: var(--green-dark);
    background: #fff
}

.ao-hypertension-page .related {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 55px
}

.ao-hypertension-page .related a {
    border-radius: 10px;
    padding: 18px 24px;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ao-hypertension-page .related a:first-child {
    background: linear-gradient(90deg, #c29a8d, #b98677)
}

.ao-hypertension-page .related a:last-child {
    background: linear-gradient(90deg, #7fb9c8, #4da8be)
}

.ao-hypertension-page .source-note {
    font-size: 11px;
    color: #887b72;
    border-top: 1px solid #eee4d9;
    padding-top: 14px;
    margin-top: 28px
}

.ao-hypertension-page .source-note p {
    margin: 2px 0
}

.ao-hypertension-page footer {
    background: var(--cream);
    border-top: 1px solid #efe0ce
}

.ao-hypertension-page .footer-grid {
    padding: 44px 0 38px;
    display: grid;
    grid-template-columns: 330px 1fr 210px;
    gap: 46px;
    align-items: start
}

.ao-hypertension-page .footer-brand {
    display: flex;
    gap: 10px;
    align-items: center
}

.ao-hypertension-page .footer-brand .logo-mark {
    width: 54px;
    height: 54px;
    flex-basis: 54px
}

.ao-hypertension-page .footer-brand .name {
    font-size: 21px;
    font-weight: 800
}

.ao-hypertension-page .address {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
    color: #5f524a;
    font-weight: 600
}

.ao-hypertension-page .footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.ao-hypertension-page .footer-links h4 {
    margin: 0 0 10px;
    font-size: 15px
}

.ao-hypertension-page .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #6c5d54;
    line-height: 2
}

.ao-hypertension-page .footer-links li:before {
    content: "・"
}

.ao-hypertension-page .clinic-photo {
    height: 138px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f7e9d9 0%, #fff 42%, #d8eef3 100%);
    box-shadow: 0 8px 18px rgba(68, 45, 20, .10);
    position: relative;
    overflow: hidden
}

.ao-hypertension-page .clinic-photo:before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    height: 48px;
    border: 7px solid #d5b58f;
    border-top: 0
}

.ao-hypertension-page .clinic-photo:after {
    content: "AO Clinic";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    text-align: center;
    color: #8da25b;
    font-weight: 900;
    letter-spacing: .12em
}

.ao-hypertension-page .copyright {
    height: 50px;
    background: linear-gradient(90deg, #22a8c2, #69c3d3);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px
}

.ao-hypertension-page .mobile-fixed {
    display: none
}

@media(max-width:900px) {
    .ao-hypertension-page {
        margin-top: 23px;
    }

    .ao-hypertension-page body {
        font-size: 15px;
        padding-bottom: 70px
    }

    .ao-hypertension-page .hero h1 {
        display: block !important;
        margin: 0 0 18px !important;
        padding: 0 !important;
        font-size: 2.05rem;
        line-height: 1.35;
    }

    .ao-hypertension-page .wrap {
        width: calc(100% - 34px)
    }

    .ao-hypertension-page .topbar {
        display: none
    }

    .ao-hypertension-page .header-main {
        height: 76px;
        gap: 8px
    }

    .ao-hypertension-page .logo {
        min-width: 0;
        gap: 8px
    }

    .ao-hypertension-page .logo-mark {
        width: 45px;
        height: 45px;
        flex-basis: 45px
    }

    .ao-hypertension-page .logo-copy .small {
        font-size: 10px
    }

    .ao-hypertension-page .logo-copy .name {
        font-size: 17px;
        letter-spacing: .02em
    }

    .ao-hypertension-page .logo-copy .dept {
        display: none
    }

    .ao-hypertension-page .header-info .telbox {
        display: none
    }

    .ao-hypertension-page .webbtn {
        min-width: 108px;
        height: 43px;
        font-size: 11px;
        padding: 0 10px
    }

    .ao-hypertension-page .main-nav {
        display: none
    }

    .ao-hypertension-page .breadcrumb {
        padding: 12px 0 9px;
        font-size: 10px
    }

    .ao-hypertension-page .hero .wrap {
        padding: 3px 0 35px;
        min-height: 0
    }

    .ao-hypertension-page .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .ao-hypertension-page .h1 {
        font-size: 31px
    }

    .ao-hypertension-page .en {
        font-size: 13px
    }

    .ao-hypertension-page .hero-card {
        margin-top: 20px;
        padding: 18px 20px;
        font-size: 14px
    }

    .ao-hypertension-page .hero-note {
        font-size: 12px
    }

    .ao-hypertension-page .hero-visual {
        height: 190px
    }

    .ao-hypertension-page .green-bubble {
        width: 160px;
        height: 160px
    }

    .ao-hypertension-page .green-bubble svg {
        width: 103px
    }

    .ao-hypertension-page .section {
        padding: 40px 0 0
    }

    .ao-hypertension-page .section-head {
        font-size: 22px
    }

    .ao-hypertension-page .center-title {
        font-size: 25px;
        text-align: left
    }

    .ao-hypertension-page .center-lead {
        text-align: left
    }

    .ao-hypertension-page .kicker {
        text-align: left
    }

    .ao-hypertension-page .number-grid {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .number-card {
        min-height: 0;
        padding: 20px
    }

    .ao-hypertension-page .risk-grid {
        grid-template-columns: 1fr 1fr
    }

    .ao-hypertension-page .highlight-band {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px
    }

    .ao-hypertension-page .measure-box {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .measure-visual {
        padding: 20px
    }

    .ao-hypertension-page .measure-visual svg {
        width: 120px
    }

    .ao-hypertension-page .measure-content {
        padding: 22px 20px
    }

    .ao-hypertension-page .measure-list {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .treatment-grid {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .green-callout {
        grid-template-columns: 55px 1fr;
        padding: 20px
    }

    .ao-hypertension-page .green-callout .circle {
        width: 52px;
        height: 52px
    }

    .ao-hypertension-page .two-column {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .emergency {
        grid-template-columns: 54px 1fr;
        padding: 20px 18px
    }

    .ao-hypertension-page .emergency-icon {
        width: 50px;
        height: 50px;
        font-size: 26px
    }

    .ao-hypertension-page .clinic-grid {
        grid-template-columns: 1fr 1fr
    }

    .ao-hypertension-page .faq summary {
        padding-right: 46px;
        font-size: 14px
    }

    .ao-hypertension-page .cta {
        display: block;
        padding: 22px 20px
    }

    .ao-hypertension-page .cta .phone {
        font-size: 29px
    }

    .ao-hypertension-page .cta .actions {
        margin-top: 16px
    }

    .ao-hypertension-page .btn {
        min-width: 0;
        flex: 1;
        font-size: 13px
    }

    .ao-hypertension-page .related {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .related a {
        display: block;
    }

    .ao-hypertension-page .footer-grid {
        grid-template-columns: 1fr;
        padding: 35px 0;
        gap: 28px
    }

    .ao-hypertension-page .footer-links {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .ao-hypertension-page .clinic-photo {
        display: none
    }

    .ao-hypertension-page .mobile-fixed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: fixed;
        z-index: 1000;
        left: 0;
        right: 0;
        bottom: 0;
        height: 66px;
        background: #fff;
        box-shadow: 0 -5px 18px rgba(0, 0, 0, .13)
    }

    .ao-hypertension-page .mobile-fixed a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900
    }

    .ao-hypertension-page .mobile-fixed a:first-child {
        color: var(--green-dark);
        border-top: 4px solid var(--green)
    }

    .ao-hypertension-page .mobile-fixed a:last-child {
        color: #fff;
        background: linear-gradient(180deg, #60bdd4, #258fac);
        border-top: 4px solid #258fac
    }
    
}

@media(max-width:520px) {

    .ao-hypertension-page .risk-grid,
    .ao-hypertension-page .clinic-grid {
        grid-template-columns: 1fr
    }

    .ao-hypertension-page .footer-links {
        grid-template-columns: 1fr 1fr
    }

    .ao-hypertension-page .cta .actions {
        flex-direction: column
    }

    .ao-hypertension-page .hero-line {
        display: none
    }
}

@media print {
    .ao-hypertension-page .mobile-fixed {
        display: none !important
    }

    .ao-hypertension-page .webbtn,
    .ao-hypertension-page .btn {
        box-shadow: none
    }
}