* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family:
        "Hiragino Mincho ProN",
        "Yu Mincho",
        "Hiragino Sans",
        "Yu Gothic",
        serif;
    color: #071a33;
    background: #fff;
    line-height: 1.8;
}

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

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

/* =========================
   Header
========================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 74px;
    color: #fff;
    background: rgba(3, 21, 45, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.header-inner {
    max-width: 1440px;
    height: 74px;
    margin: 0 auto;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.logo-mark {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.logo-main {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.logo-sub {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: .18em;
}

.global-nav {
    display: flex;
    gap: 34px;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.header-cta {
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 6px;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-weight: 700;
}

/* =========================
   Hero
========================= */

.hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    color: #071a33;
    background: #f3f5f7;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(243, 245, 247, .98) 0%,
            rgba(243, 245, 247, .90) 34%,
            rgba(243, 245, 247, .58) 58%,
            rgba(243, 245, 247, .15) 100%
        ),
        url("../img/mainb.jpg") center center / cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    height: 190px;
    background: linear-gradient(
        180deg,
        rgba(243, 245, 247, 0),
        rgba(243, 245, 247, 1)
    );
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 86px 40px 46px;
}

.hero-copy {
    max-width: 760px;
    padding-top: 20px;
}

.hero-lead {
    margin: 0 0 16px;
    color: #475569;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
}

.hero-title-wrap {
    display: inline-block;
}

.hero-title {
    margin: 0 0 22px;
    color: #071a33;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .06em;
    text-shadow: none;
    white-space: nowrap;
}

.gold {
    color: #c79538;
}

.hero-desc {
    max-width: 700px;
    margin: 0 0 34px;
    color: #334155;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.hero-visual,
.hero-woman,
.implant-card {
    display: none;
}

/* =========================
   Area Search
========================= */

.map-panel {
    position: relative;
    max-width: 620px;
    margin-top: 34px;
    padding: 22px;
    border: 1px solid rgba(7, 26, 51, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 80px rgba(7, 26, 51, .13);
    backdrop-filter: blur(10px);
}

.map-title {
    margin-bottom: 16px;
    color: #071a33;
    font-size: 18px;
    font-weight: 700;
}

.map-layout,
.japan-map-wrap,
.japan-map,
.region-boxes,
.region-card,
.pref-list {
    display: none;
}

.area-search-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.area-search-card {
    position: relative;
    min-height: 72px;
    padding: 14px 44px 14px 16px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 10px 28px rgba(7, 26, 51, .06);
    transition: .2s ease;
}

.area-search-card:hover {
    transform: translateY(-2px);
    border-color: #c79538;
    box-shadow: 0 16px 36px rgba(7, 26, 51, .12);
}

.area-search-name {
    display: block;
    color: #071a33;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
}

.area-search-count {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 12px;
}

.area-search-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #071b36;
    transform: translateY(-50%);
    font-size: 14px;
}

.area-search-note {
    margin-top: 14px;
    color: #64748b;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 12px;
}

/* =========================
   Common Sections
========================= */

.section {
    padding: 74px 30px;
}

.section-light {
    background: linear-gradient(180deg, #fff, #f7f9fc);
}

.section-navy {
    color: #fff;
    background: #061b37;
}

.section-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.section-title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 34px;
    letter-spacing: .08em;
}

.section-desc {
    max-width: 800px;
    margin: 0 auto 34px;
    text-align: center;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
}

.center {
    text-align: center;
}

/* =========================
   Page Hero
========================= */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 60px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(12, 12, 12, .88),
            rgba(20, 20, 20, .72)
        ),
        url("../images/hero-clinic.jpg") center center / cover no-repeat;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, .18),
            transparent 28%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(184, 155, 72, .18),
            transparent 32%
        );
}

.page-hero::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    z-index: 1;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.page-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    color: #fff;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .06em;
}

.page-hero h1::before {
    content: "CLINIC LIST";
    display: block;
    margin-bottom: 14px;
    color: #d5b86a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .35em;
}

/* =========================
   Feature
========================= */

.feature-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 28px;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(7, 26, 51, .08);
}

.feature-item {
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #dbe2ea;
}

.feature-item:last-child {
    border-right: 0;
}

.feature-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border: 1px solid #d5aa55;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #b48630;
    font-size: 24px;
}

/* =========================
   Button
========================= */

.btn {
    min-height: 50px;
    padding: 0 28px;
    border: 1px solid #0b2446;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    background: #111;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-weight: 700;
    transition: .25s;
}

.btn:hover {
    color: #fff;
    border-color: #b89b48;
    background: #b89b48;
}

.btn-gold {
    color: #fff;
    border-color: #c79538;
    background: linear-gradient(135deg, #c79538, #e0b45e);
}

.btn-navy {
    color: #fff;
    border-color: #071b36;
    background: #071b36;
}

/* =========================
   Clinic Cards
========================= */

.clinic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 38px;
}

.clinic-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

.clinic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
}

.clinic-card.premium {
    border-color: #c79538;
    box-shadow: 0 22px 70px rgba(199, 149, 56, .18);
}

.clinic-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #f3f3f3;
}

.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    color: #999;
    font-weight: 700;
}

.heart {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: 42px;
    height: 42px;
    border: 1px solid #dfe6ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .92);
    font-size: 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
}

.clinic-body {
    padding: 25px;
}

.clinic-pref {
    margin-bottom: 8px;
    color: #777;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
}

.clinic-name {
    margin: 0 0 16px;
    color: #111;
    font-size: 23px;
    line-height: 1.45;
}

.clinic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.tag {
    padding: 7px 11px;
    border-radius: 999px;
    background: #f4f4f4;
    color: #444;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 12px;
}

.tag.gold {
    color: #fff;
    background: #b89b48;
}

.clinic-body p {
    margin: 0 0 22px;
    color: #555;
    font-size: 14px;
    line-height: 1.9;
}

.clinic-body .btn {
    width: 100%;
}

/* =========================
   Premium Clinic Area
========================= */

.premium-area {
    margin: 0 0 42px;
}

.premium-head {
    margin-bottom: 18px;
}

.premium-en {
    display: block;
    margin-bottom: 6px;
    color: #b89b48;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
}

.premium-head h2 {
    margin: 0;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.4;
}

.premium-list {
    display: grid;
    gap: 18px;
}

.premium-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #fff;
    border: 1px solid #eadfbd;
    border-radius: 22px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .08);
}

.premium-card::before {
    content: "PREMIUM";
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d9bd68, #9f7b28);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.premium-image-wrap {
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: #f3f3f3;
}

.premium-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-content {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-pref {
    margin-bottom: 6px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
}

.premium-title {
    margin: 0 0 12px;
    color: #111;
    font-size: 26px;
    line-height: 1.45;
}

.premium-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.premium-desc {
    margin: 0 0 16px;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.premium-btn {
    width: 190px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: .25s;
}

.premium-btn:hover {
    background: #b89b48;
}

/* =========================
   Area Nav
========================= */

.area-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 42px;
}

.area-nav a {
    padding: 13px 22px;
    border: 1px solid #e6e2d8;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
    transition: .25s;
}

.area-nav a:hover,
.area-nav a.active {
    color: #fff;
    background: #111;
    border-color: #111;
}

.empty-message {
    padding: 50px 24px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}

/* =========================
   Reason
========================= */

.reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.reason-item {
    padding: 18px 24px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.reason-icon {
    color: #d5aa55;
    font-size: 36px;
}

/* =========================
   Footer CTA
========================= */

.footer-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #111827, #1b3558);
}

.footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, .12),
            transparent 28%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(184, 155, 72, .14),
            transparent 32%
        );
    pointer-events: none;
}

.footer-cta > * {
    position: relative;
    z-index: 2;
}

.footer-cta h2 {
    max-width: 900px;
    margin: 0 auto 18px;
    font-size: 42px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: .04em;
}

.footer-cta p {
    max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 2;
}

.clinic-footer-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 0;
}

.clinic-footer-buttons .btn {
    width: auto;
    min-width: 240px;
    padding: 0 28px;
}

/* =========================
   Footer
========================= */

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    background: linear-gradient(135deg, #0d0d0d, #1b1b1b);
    color: #fff;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(184, 155, 72, .14), transparent 32%);
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 34px;
}

.footer-logo-wrap {
    margin-bottom: 34px;
}

.footer-logo-main {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .08em;
}

.footer-logo-sub {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    letter-spacing: .14em;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 40px;
}

.footer-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    transition: .25s;
}

.footer-nav a:hover {
    color: #d5b86a;
}

.footer-copy {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    letter-spacing: .08em;
}

/* =========================
   Plan Page
========================= */

.plan-page {
    background: #fff;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.plan-card {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    box-shadow: 0 18px 60px rgba(7, 26, 51, .06);
}

.plan-card.standard {
    border-color: #d5aa55;
}

.plan-card.premium {
    border: 2px solid #c79538;
}

.ribbon {
    position: absolute;
    top: -14px;
    right: 18px;
    padding: 5px 18px;
    color: #fff;
    background: #c79538;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
}

.plan-head {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #dbe3ee;
}

.plan-symbol {
    color: #c79538;
    font-size: 42px;
}

.plan-name {
    margin: 0;
    font-size: 24px;
}

.plan-price {
    margin: 18px 0 0;
    font-size: 44px;
    letter-spacing: .04em;
}

.plan-price span {
    font-size: 16px;
}

.plan-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0;
}

.plan-icon-box {
    text-align: center;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
    font-size: 12px;
}

.plan-icon-box i {
    width: 54px;
    height: 54px;
    margin: 0 auto 8px;
    border: 1px solid #d5aa55;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #b48630;
    font-size: 22px;
    font-style: normal;
}

.plan-list {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 24px;
}

.plan-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    break-inside: avoid;
    font-size: 14px;
}

.plan-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c79538;
    font-weight: 700;
}

.plan-preview {
    margin: 22px 0;
    padding: 14px;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
}

.preview-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 14px;
    align-items: center;
}

.preview-card img {
    width: 130px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.compare {
    display: grid;
    grid-template-columns: 240px repeat(3, 1fr);
    margin-top: 46px;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
}

.compare div {
    padding: 12px 16px;
    text-align: center;
    border-right: 1px solid #e6edf5;
    border-bottom: 1px solid #e6edf5;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
}

.compare div:nth-child(4n+1) {
    text-align: left;
    font-weight: 700;
    background: #f7f9fc;
}

.compare-head {
    color: #fff !important;
    text-align: center !important;
    background: #071b36 !important;
}

/* =========================
   Admin
========================= */

.admin-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
    background: #f4f7fb;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
}

.admin-side {
    padding: 24px;
    color: #fff;
    background: #061b37;
}

.admin-side h1 {
    font-family: serif;
    font-size: 22px;
}

.admin-menu {
    display: grid;
    gap: 8px;
    margin-top: 24px;
}

.admin-menu a,
.admin-menu .locked {
    padding: 12px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .08);
}

.admin-menu .active {
    background: #c79538;
}

.admin-menu .locked {
    opacity: .45;
    cursor: not-allowed;
    filter: grayscale(1);
}

.upgrade-label {
    padding: 3px 7px;
    color: #061b37;
    background: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.admin-main {
    padding: 34px;
}

.admin-card {
    margin-bottom: 22px;
    padding: 24px;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    box-shadow: 0 16px 50px rgba(7, 26, 51, .06);
}

.admin-title {
    margin: 0 0 18px;
    font-size: 28px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    background: #fff;
    font: inherit;
}

.form-field textarea {
    min-height: 120px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.admin-table th,
.admin-table td {
    padding: 13px;
    text-align: left;
    border-bottom: 1px solid #e5edf6;
}

.badge {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.badge.basic {
    background: #f1f5f9;
}

.badge.standard {
    color: #8a5b00;
    background: #fff4d8;
}

.badge.premium {
    color: #fff;
    background: #061b37;
}

/* =========================
   Login
========================= */

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #061b37, #092b52);
}

.login-box {
    width: 420px;
    padding: 34px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;
}

.login-box h1 {
    text-align: center;
    font-family: serif;
}

/* =========================
   Bottom Fixed
========================= */

.bottom-fixed {
    display: none;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
    .clinic-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 900px) {
    body {
        padding-bottom: 72px;
    }

    .site-header {
        height: 64px;
    }

    .header-inner {
        height: 64px;
        padding: 0 18px;
    }

    .logo-main {
        font-size: 18px;
    }

    .logo-sub {
        font-size: 10px;
    }

    .global-nav,
    .header-cta {
        display: none;
    }

    .hero {
        min-height: auto;
        background: #f3f5f7;
    }

    .hero::before {
        background:
            linear-gradient(
                180deg,
                rgba(243, 245, 247, .28) 0%,
                rgba(243, 245, 247, .24) 32%,
                rgba(243, 245, 247, .78) 58%,
                rgba(243, 245, 247, .98) 100%
            ),
            url("../img/mainb.jpg") 72% top / auto 320px no-repeat;
    }

    .hero::after {
        display: none;
    }

    .hero-inner {
        padding: 250px 18px 36px;
    }

    .hero-copy {
        max-width: 100%;
        padding-top: 0;
    }

    .hero-lead {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: .06em;
    }

    .hero-title-wrap {
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
        padding: 10px 14px;
    }

    .hero-title-wrap::before {
        content: "";
        position: absolute;
        inset: -18px -12px;
        z-index: -1;
        border-radius: 30px;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0),
                rgba(255, 255, 255, .88) 20%,
                rgba(255, 255, 255, .95) 50%,
                rgba(255, 255, 255, .88) 80%,
                rgba(255, 255, 255, 0)
            );
        filter: blur(10px);
    }

    .hero-title {
        position: relative;
        z-index: 2;
        white-space: normal;
        font-size: 28px;
        line-height: 1.55;
        letter-spacing: .03em;
    }

    .hero-desc {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.9;
    }

    .map-panel {
        max-width: 100%;
        margin-top: 26px;
        padding: 16px;
        border-radius: 16px;
    }

    .map-title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .area-search-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .area-search-card {
        min-height: 62px;
        padding: 12px 42px 12px 14px;
    }

    .area-search-name {
        font-size: 16px;
    }

    .area-search-note {
        font-size: 11px;
    }

    .section {
        padding: 50px 18px;
    }

    .section-title {
        font-size: 28px;
    }

    .page-hero {
        padding: 52px 18px 42px;
    }

    .page-hero h1 {
        font-size: 30px;
    }

    .feature-strip,
    .clinic-grid,
    .reason-grid,
    .plan-grid {
        grid-template-columns: 1fr;
    }

    .clinic-img {
        height: 210px;
    }

    .feature-item {
        border-right: 0;
        border-bottom: 1px solid #dbe2ea;
    }

    .feature-item:last-child {
        border-bottom: 0;
    }

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

    .premium-image-wrap {
        height: 190px;
    }

    .premium-content {
        padding: 22px;
    }

    .premium-title {
        font-size: 22px;
    }

    .premium-btn {
        width: 100%;
    }

    .area-nav {
        gap: 8px;
        margin-bottom: 30px;
    }

    .area-nav a {
        padding: 10px 15px;
        font-size: 13px;
    }

    .footer-cta {
        padding: 58px 20px;
    }

    .footer-cta h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .footer-cta p {
        margin-bottom: 26px;
        font-size: 14px;
        line-height: 1.9;
    }

    .clinic-footer-buttons {
        flex-direction: column;
    }

    .clinic-footer-buttons .btn {
        width: 100%;
        min-width: 0;
    }

    .site-footer {
        margin-top: 70px;
    }

    .footer-inner {
        padding: 52px 20px 28px;
    }

    .footer-logo-main {
        font-size: 26px;
    }

    .footer-nav {
        gap: 18px;
        margin-bottom: 30px;
    }

    .bottom-fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        height: 64px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
    }

    .bottom-fixed a {
        padding: 8px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #222;
        text-align: center;
        font-size: 11px;
        line-height: 1.35;
        font-weight: 700;
    }

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

    .compare div {
        text-align: left !important;
    }

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

    .admin-side {
        position: static;
    }

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