:root {
    --theme: #bc3554;
    --theme-dark: #7f1731;
    --theme-deep: #3d0b19;
    --theme-light: #fff5f7;
    --theme-soft: #f9d9e1;
    --theme-accent: #e87a94;
    --theme-hover: #9a2340;
    --theme-border: rgba(188, 53, 84, 0.30);
    --header-bg: #4a1020;
    --header-bg-2: #67152b;
    --text-main: #351820;
    --text-muted: #76525c;
    --on-theme: #ffffff;
    --on-header: #ffffff;
    --on-dark: #ffffff;
    --white: #ffffff;
    --shadow-soft: 0 18px 46px rgba(74, 16, 32, 0.20);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; overflow-y: auto; }
html { scroll-behavior: smooth; }
body { background: var(--theme-light); color: var(--text-main); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: var(--theme-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container, .section-inner, .header-inner, .footer-inner, .hero-inner { width: min(1280px, calc(100% - 80px)); margin-left: auto; margin-right: auto; }
.site-main { min-height: 60vh; }
.section { position: relative; padding: 76px 0; }
.section-soft { background: linear-gradient(180deg, var(--theme-soft) 0%, var(--theme-light) 100%); }
.section-white { background: var(--white); }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow, .hero-badge, .tag, .badge { display: inline-flex; align-items: center; width: auto; max-width: max-content; border-radius: 999px; padding: 8px 14px; background: var(--theme-soft); color: var(--theme-dark); border: 1px solid var(--theme-border); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { color: var(--theme-dark); line-height: 1.18; }
h1 { margin: 0 0 24px; }
h2 { font-size: clamp(28px, 3vw, 44px); margin: 14px 0 18px; }
h3 { font-size: 21px; margin: 0 0 12px; }
p { margin: 0 0 18px; }
.lead { font-size: 18px; line-height: 1.85; color: var(--text-main); }
.muted { color: var(--text-muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; margin-top: 14px; }
.text-link::after { content: "→"; }
.text-link:hover { color: var(--theme-hover); }

.site-header { position: sticky; top: 0; width: 100%; z-index: 9999; background: linear-gradient(180deg, var(--header-bg) 0%, var(--header-bg-2) 100%); color: var(--on-header); box-shadow: var(--shadow-soft); border-bottom: 1px solid rgba(255,255,255,.18); overflow: visible; }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; overflow: visible; }
.site-logo, .drawer-logo, .footer-logo { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; overflow: visible; }
.site-logo img { display: block; width: auto; height: auto; max-width: 180px; max-height: 66px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 15px; }
.main-nav a { position: relative; color: var(--on-header); text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 700; padding: 29px 0 25px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 3px; border-radius: 999px; background: var(--theme-accent); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; border: 0; background: linear-gradient(180deg, var(--theme-accent) 0%, var(--theme) 48%, var(--theme-dark) 100%); color: var(--on-theme); border-radius: 999px; box-shadow: 0 12px 26px rgba(0,0,0,.2); text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 900; transition: transform .2s ease, filter .2s ease; }
.main-btn:hover { color: var(--on-theme); filter: brightness(1.05); transform: translateY(-2px); }
.mobile-menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(255,255,255,.1); color: var(--on-header); cursor: pointer; font-size: 22px; }
.mobile-drawer { position: fixed; top: 0; left: 0; width: 82%; max-width: 320px; height: 100vh; transform: translateX(-100%); transition: transform .28s ease; z-index: 10001; background: linear-gradient(180deg, var(--header-bg) 0%, var(--theme-deep) 100%); color: var(--on-header); box-shadow: 18px 0 60px rgba(0,0,0,.3); padding: 22px; overflow-y: auto; }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-overlay { position: fixed; inset: 0; opacity: 0; visibility: hidden; z-index: 10000; background: rgba(61,11,25,.66); transition: opacity .28s ease, visibility .28s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.drawer-logo img { width: auto; height: auto; max-width: 150px; max-height: 56px; object-fit: contain; }
.drawer-close { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(255,255,255,.08); color: var(--on-header); font-size: 28px; cursor: pointer; }
.drawer-nav { display: grid; gap: 7px; padding: 22px 0; }
.drawer-nav a { color: var(--on-header); text-decoration: none; padding: 11px 13px; border-radius: 12px; font-weight: 700; }
.drawer-nav a.active, .drawer-nav a:hover { background: rgba(255,255,255,.13); color: #fff; }


.banner-section {
    padding: 34px 0 22px;
    background: linear-gradient(180deg, var(--theme-light) 0%, var(--theme-soft) 100%);
}
.banner-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: var(--theme-soft);
    border: 1px solid var(--theme-border);
    box-shadow: var(--shadow-soft);
}
.banner-slide {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.banner-slide.active {
    display: flex;
}
.banner-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}
.banner-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.66);
    border-radius: 50%;
    background: rgba(74,16,32,.78);
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(61,11,25,.24);
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
}
.banner-arrow:hover,
.banner-arrow:focus-visible {
    background: var(--theme-dark);
    transform: translateY(-50%) scale(1.05);
}
.banner-prev { left: 18px; }
.banner-next { right: 18px; }
.banner-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(74,16,32,.58);
}
.banner-dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: rgba(255,255,255,.48);
    cursor: pointer;
}
.banner-dots button.active {
    width: 28px;
    border-radius: 999px;
    background: #ffffff;
}
.intro-section {
    padding: 32px 0 24px;
    background: var(--white);
}
.intro-card {
    position: relative;
    padding: 42px;
    border: 1px solid var(--theme-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 12%, rgba(188,53,84,.22) 0%, transparent 32%),
        linear-gradient(135deg, var(--white) 0%, var(--theme-light) 100%);
    box-shadow: var(--shadow-soft);
}
.intro-card::before {
    content: "";
    display: block;
    width: 72px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--theme), var(--theme-accent));
    margin-bottom: 20px;
}
.intro-card h1 {
    max-width: 1080px;
    margin: 18px 0 22px;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: var(--theme-dark);
}
.intro-card .lead {
    max-width: 1120px;
    margin-bottom: 0;
}
.intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.intro-tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    border: 1px solid var(--theme-border);
    border-radius: 999px;
    background: var(--theme-soft);
    color: var(--theme-dark);
    font-weight: 800;
}

.hero-section { padding: 68px 0 46px; background: radial-gradient(circle at 14% 18%, rgba(188,53,84,.22) 0%, transparent 34%), linear-gradient(180deg, var(--theme-light) 0%, var(--white) 100%); }
.hero-inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: 56px; }
.hero-content h1 { font-size: clamp(42px,4.2vw,64px); line-height: 1.08; letter-spacing: -.03em; margin: 18px 0 22px; color: var(--theme-dark); max-width: 820px; }
.hero-content p { max-width: 760px; font-size: 18px; line-height: 1.8; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-tags span, .hero-tags a { display: inline-flex; align-items: center; border-radius: 999px; padding: 10px 16px; background: var(--theme-soft); color: var(--theme-dark); border: 1px solid var(--theme-border); font-weight: 800; text-decoration: none; }
.hero-visual, .media-box, .app-visual, .card-media { display: flex; align-items: center; justify-content: center; overflow: visible; }
.hero-media-box { width: min(100%,540px); min-height: 320px; max-height: 420px; padding: 34px; display: flex; align-items: center; justify-content: center; overflow: visible; border-radius: 32px; background: linear-gradient(180deg,var(--white) 0%,var(--theme-soft) 100%); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); }
.hero-media-box img { display: block; max-width: 100%; max-height: 340px; width: auto; height: auto; object-fit: contain; opacity: 1; }

.info-section { padding: 32px 0 50px; background: var(--white); }
.info-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.info-card, .category-card, .feature-card, .zone-card, .faq-item, .notice, .visual-card, .feedback-card, .step-card, .entity-card, .service-card { position: relative; background: var(--white); color: var(--text-main); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); border-radius: 24px; min-height: auto; height: auto; padding: 28px; }
.info-card::before, .category-card::before, .feature-card::before, .entity-card::before, .service-card::before { content: ""; display: block; width: 52px; height: 4px; border-radius: 999px; background: linear-gradient(90deg,var(--theme),var(--theme-accent)); margin-bottom: 16px; }
.card-number { color: var(--theme); font-weight: 900; font-size: 14px; }
.info-card h2, .category-card h3, .feature-card h3, .entity-card h3, .service-card h3 { color: var(--theme-dark); margin: 10px 0 12px; }
.info-card p, .category-card p, .feature-card p, .entity-card p, .service-card p { color: var(--text-muted); line-height: 1.75; margin-bottom: 0; }
.category-section { padding: 30px 0 56px; background: var(--white); }
.category-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.category-pills a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 18px; border-radius: 999px; background: var(--white); color: var(--theme-dark); border: 1px solid var(--theme-border); box-shadow: 0 10px 24px rgba(127,23,49,.10); text-decoration: none; font-weight: 800; transition: background .2s ease,color .2s ease,transform .2s ease; }
.category-pills a:hover { background: linear-gradient(180deg,var(--theme-accent),var(--theme)); color: var(--on-theme); transform: translateY(-2px); }
.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.service-grid, .feature-grid, .entity-grid, .feedback-grid, .step-grid, .content-wall, .news-grid { display: grid; gap: 22px; }
.service-grid, .feature-grid, .feedback-grid, .step-grid, .content-wall { grid-template-columns: repeat(3,minmax(0,1fr)); }
.entity-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.split-layout, .page-hero-grid, .app-layout, .feature-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); align-items: center; gap: 52px; }
.feature-row + .feature-row { margin-top: 54px; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-media { order: 1; }
.feature-media, .page-visual, .app-visual { min-height: 310px; padding: 28px; border-radius: 28px; background: linear-gradient(180deg,var(--white) 0%,var(--theme-soft) 100%); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); }
.feature-media img, .page-visual img, .app-visual img, .card-media img, .media-box img { display: block; max-width: 100%; max-height: 330px; width: auto; height: auto; object-fit: contain; }
.page-hero { padding: 64px 0 48px; background: radial-gradient(circle at 85% 15%,rgba(188,53,84,.18),transparent 34%), linear-gradient(180deg,var(--theme-light) 0%,var(--white) 100%); }
.page-hero h1 { font-size: clamp(40px,4.3vw,62px); margin: 18px 0 22px; }
.page-hero .lead { max-width: 780px; }
.topic-copy { max-width: 900px; }
.topic-copy p { font-size: 17px; line-height: 1.85; }
.check-list, .detail-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li, .detail-list li { position: relative; padding: 15px 17px 15px 48px; border-radius: 16px; background: var(--theme-soft); border: 1px solid var(--theme-border); color: var(--text-main); }
.check-list li::before, .detail-list li::before { content: "✓"; position: absolute; left: 17px; top: 14px; width: 23px; height: 23px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--theme); color: var(--on-theme); font-weight: 900; font-size: 13px; }
.feedback-card { border-top: 4px solid var(--theme); }
.feedback-card p { margin: 0; font-style: italic; color: var(--text-main); }
.feedback-card span { display: block; margin-top: 16px; color: var(--theme-dark); font-weight: 800; font-style: normal; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 0; overflow: visible; }
.faq-item summary { cursor: pointer; list-style: none; padding: 22px 64px 22px 24px; color: var(--theme-dark); font-weight: 900; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 24px; top: 16px; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--theme-soft); border: 1px solid var(--theme-border); color: var(--theme-dark); font-size: 22px; }
.faq-item[open] summary::after { content: "–"; }
.faq-answer { padding: 0 24px 24px; color: var(--text-muted); line-height: 1.8; }
.notice { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; background: linear-gradient(135deg,var(--theme-soft) 0%,var(--white) 100%); border-left: 6px solid var(--theme); }
.age-mark { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(180deg,var(--theme-accent),var(--theme-dark)); color: var(--on-theme); font-weight: 900; font-size: 20px; box-shadow: 0 10px 22px rgba(127,23,49,.22); }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { display: inline-flex; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--theme-border); background: var(--white); color: var(--theme-dark); text-decoration: none; font-weight: 800; }
.related-links a:hover { background: var(--theme-soft); }
.footer { background: linear-gradient(180deg,var(--theme-dark) 0%,var(--theme-deep) 100%); color: var(--on-dark); padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,minmax(0,.7fr)); gap: 38px; }
.footer-logo img { display: block; width: auto; height: auto; max-width: 185px; max-height: 68px; object-fit: contain; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.78); max-width: 460px; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h2 { color: var(--on-dark); font-size: 18px; margin: 0 0 12px; }
.footer a { color: var(--on-dark); text-decoration: none; }
.footer-column a { color: rgba(255,255,255,.82); }
.footer-column a:hover { color: #fff; }
.footer-compliance { display: flex; align-items: flex-start; gap: 20px; margin-top: 42px; padding: 25px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.footer-compliance strong { display: block; color: #fff; margin-bottom: 6px; }
.footer-compliance p { margin: 0; color: rgba(255,255,255,.78); }
.footer-bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.68); font-size: 14px; }
.footer-bottom p { margin: 0; }

@media (min-width: 1440px) {
    .container, .section-inner, .header-inner, .footer-inner, .hero-inner { width: min(1360px, calc(100% - 120px)); }
    .hero-inner { grid-template-columns: minmax(0,1.05fr) minmax(480px,.95fr); gap: 72px; }
    .hero-media-box { max-width: 560px; min-height: 360px; }
    .hero-media-box img { max-height: 350px; }
}
@media (max-width: 1180px) {
    .main-nav { gap: 11px; }
    .main-nav a { font-size: 13px; }
    .site-logo img { max-width: 150px; }
    .category-grid, .entity-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1023px) {
    .header-inner { width: min(100% - 28px,1280px); min-height: 68px; grid-template-columns: 48px minmax(0,1fr) auto; gap: 10px; }
    .mobile-menu-toggle { display: inline-flex; }
    .main-nav { display: none; }
    .site-logo { justify-self: center; }
    .site-logo img { max-width: min(150px,42vw); max-height: 56px; }
    .header-actions { justify-self: end; }
    .header-actions .main-btn { padding: 10px 16px; }
    .hero-section, .page-hero { padding: 48px 0 36px; }
    .hero-inner, .page-hero-grid, .split-layout, .app-layout, .feature-row { grid-template-columns: 1fr; gap: 32px; }
    .feature-row.reverse .feature-copy, .feature-row.reverse .feature-media { order: initial; }
    .hero-content h1, .page-hero h1 { font-size: clamp(36px,8vw,52px); }
    .hero-media-box { max-width: 100%; min-height: auto; padding: 24px; }
    .hero-media-box img { max-height: 300px; }
    .info-grid, .service-grid, .feature-grid, .feedback-grid, .step-grid, .content-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .news-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .container, .section-inner, .header-inner, .footer-inner, .hero-inner { width: min(calc(100% - 32px),1280px); }
    .section { padding: 56px 0; }
    .hero-section { padding-top: 42px; }
    .hero-content h1, .page-hero h1 { font-size: clamp(34px,10.5vw,46px); letter-spacing: -.02em; }
    .hero-content p, .lead { font-size: 16px; }
    .hero-media-box, .feature-media, .page-visual, .app-visual { min-height: 240px; padding: 22px; }
    .info-grid, .category-grid, .service-grid, .feature-grid, .entity-grid, .feedback-grid, .step-grid, .content-wall, .footer-grid { grid-template-columns: 1fr; }
    .info-card, .category-card, .feature-card, .zone-card, .feedback-card, .step-card, .entity-card, .service-card { padding: 23px; }
    .notice { grid-template-columns: 1fr; }
    .footer { padding-top: 54px; }
    .footer-compliance { flex-direction: column; }
}
@media (max-width: 390px) {
    .header-inner { width: min(calc(100% - 20px),1280px); grid-template-columns: 44px minmax(0,1fr) auto; gap: 8px; }
    .site-logo img { max-width: min(120px,36vw); max-height: 48px; }
    .header-actions .main-btn { padding: 8px 12px; font-size: 12px; }
    .mobile-menu-toggle { width: 42px; height: 42px; }
}


@media (max-width: 1023px) {
    .banner-section { padding: 26px 0 18px; }
    .intro-card { padding: 32px; }
    .intro-card h1 { font-size: clamp(34px, 7vw, 50px); }
}
@media (max-width: 767px) {
    .banner-carousel { border-radius: 20px; }
    .banner-arrow { width: 40px; height: 40px; font-size: 28px; }
    .banner-prev { left: 10px; }
    .banner-next { right: 10px; }
    .banner-dots { bottom: 10px; padding: 6px 9px; }
    .banner-dots button { width: 9px; height: 9px; }
    .banner-dots button.active { width: 23px; }
    .intro-section { padding: 22px 0 16px; }
    .intro-card { padding: 25px 22px; border-radius: 22px; }
    .intro-card h1 { font-size: clamp(32px, 9.5vw, 44px); }
    .intro-card .lead { font-size: 16px; }
}
