:root {
    --theme: #78e02c;
    --theme-dark: #3f9517;
    --theme-deep: #173d0d;
    --theme-light: #f3fde9;
    --theme-soft: #e5f8d5;
    --theme-accent: #a4ef69;
    --theme-hover: #5fc51f;
    --theme-border: rgba(86, 174, 26, 0.28);
    --header-bg: #173e0d;
    --header-bg-2: #286114;
    --text-main: #193516;
    --text-muted: #557052;
    --on-theme: #12310a;
    --on-header: #f7fff2;
    --on-dark: #effbe9;
    --white: #ffffff;
    --shadow-soft: 0 18px 48px rgba(45, 105, 19, 0.12);
    --shadow-card: 0 12px 30px rgba(38, 84, 20, 0.09);
    --radius-large: 30px;
    --radius-medium: 20px;
    --radius-small: 12px;
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--text-main);
    background: var(--theme-light);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.72;
    overflow-x: hidden;
}
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; object-fit: contain; }
a { color: var(--theme-dark); text-decoration: none; }
a:hover { color: var(--theme-hover); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--theme-deep); line-height: 1.2; letter-spacing: -0.025em; }
p:last-child { margin-bottom: 0; }

.skip-link {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 2000;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--theme);
    color: var(--on-theme);
    font-weight: 800;
    transition: top .2s ease;
}
.skip-link:focus { top: 14px; }
.section { width: 100%; padding: 84px 24px; }
.section-inner { width: min(100%, var(--container)); margin: 0 auto; }
.narrow-inner { width: min(100%, 900px); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--theme-dark);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 4px; background: var(--theme); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.2vw, 3.1rem); }
.section-heading p { color: var(--text-muted); font-size: 1.05rem; }
.centered-heading { margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading .eyebrow::before { display: none; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    color: var(--on-header);
    background: linear-gradient(180deg, var(--header-bg) 0%, var(--header-bg-2) 100%);
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 30px rgba(20, 57, 8, .18);
}
.header-inner {
    position: relative;
    width: min(calc(100% - 36px), 1320px);
    min-height: 78px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 156px 1fr auto;
    align-items: center;
    gap: 22px;
}
.site-brand { display: inline-flex; align-items: center; justify-self: start; }
.brand-logo {
    width: 142px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 8px 20px rgba(10, 35, 5, .18);
}
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; align-items: stretch; gap: 3px; white-space: nowrap; }
.desktop-nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 9px;
    border-radius: 10px;
    color: var(--on-header);
    font-size: .91rem;
    font-weight: 700;
    opacity: .87;
    transition: background .2s ease, opacity .2s ease;
}
.desktop-nav a:hover, .desktop-nav a.active { color: var(--on-header); background: rgba(255,255,255,.11); opacity: 1; }
.desktop-nav a.active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 3px;
    border-radius: 3px;
    background: var(--theme-accent);
}
.header-login, .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 13px;
    color: var(--on-theme);
    background: linear-gradient(180deg, var(--theme-accent) 0%, var(--theme) 48%, var(--theme-dark) 100%);
    box-shadow: 0 9px 24px rgba(93, 192, 30, .25);
    font-weight: 900;
    letter-spacing: .025em;
    white-space: nowrap;
    transition: transform .2s ease, filter .2s ease;
}
.header-login:hover, .main-btn:hover { color: var(--on-theme); transform: translateY(-2px); filter: saturate(1.08); }
.menu-toggle { display: none; }
.mobile-drawer, .drawer-overlay { display: none; }

.hero-section {
    padding-top: 72px;
    padding-bottom: 50px;
    background:
        radial-gradient(circle at 86% 18%, rgba(120,224,44,.25), transparent 28%),
        linear-gradient(135deg, #fbfff7 0%, var(--theme-light) 48%, var(--theme-soft) 100%);
    border-bottom: 1px solid var(--theme-border);
}
.hero-inner {
    width: min(100%, var(--container));
    min-height: 520px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
    gap: 64px;
    align-items: center;
}
.hero-badge {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 18px;
    border: 1px solid var(--theme-border);
    border-radius: 999px;
    color: var(--theme-dark);
    background: rgba(255,255,255,.78);
    font-size: .84rem;
    font-weight: 850;
}
.hero-content h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(3.2rem, 5.1vw, 4.65rem); }
.hero-content > p { max-width: 720px; margin-bottom: 28px; color: var(--text-muted); font-size: 1.16rem; line-height: 1.8; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tags span, .hero-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border: 1px solid var(--theme-border);
    border-radius: 999px;
    color: var(--theme-dark);
    background: rgba(255,255,255,.88);
    font-size: .88rem;
    font-weight: 750;
}
.hero-visual { display: flex; justify-content: center; }
.hero-media-box {
    width: min(100%, 500px);
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(229,248,213,.86));
    box-shadow: 0 28px 70px rgba(56, 137, 20, .2);
    overflow: hidden;
}
.hero-media-box img { width: 100%; max-height: 280px; object-fit: contain; opacity: 1; }

.info-section { padding-top: 36px; padding-bottom: 36px; background: var(--white); }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.info-card {
    position: relative;
    min-height: 220px;
    padding: 26px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-medium);
    background: linear-gradient(160deg, var(--white) 0%, #f9fff5 100%);
    box-shadow: var(--shadow-card);
}
.info-card > span, .card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: 10px;
    color: var(--on-theme);
    background: linear-gradient(180deg, var(--theme-accent), var(--theme));
    font-weight: 900;
}
.info-card h2 { margin-bottom: 10px; font-size: 1.25rem; }
.info-card p { color: var(--text-muted); font-size: .96rem; }

.category-section { padding-top: 26px; padding-bottom: 42px; background: var(--white); }
.category-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.category-pills a, .topic-jump a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 8px 18px;
    border: 1px solid var(--theme-border);
    border-radius: 999px;
    color: var(--theme-dark);
    background: var(--white);
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(52, 116, 24, .06);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.category-pills a:hover, .topic-jump a:hover { color: var(--on-theme); background: linear-gradient(180deg, var(--theme-accent), var(--theme)); transform: translateY(-2px); }

.core-section { background: var(--theme-light); }
.core-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.core-card, .detail-card {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-medium);
    background: var(--white);
    box-shadow: var(--shadow-card);
    transition: transform .2s ease, box-shadow .2s ease;
}
.core-card:hover, .detail-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.core-card h3, .detail-card h3 { margin-bottom: 11px; font-size: 1.25rem; }
.core-card p, .detail-card p { color: var(--text-muted); }
.text-link { display: inline-flex; align-items: center; margin-top: 18px; color: var(--theme-dark); font-weight: 850; }
.text-link::after { content: "→"; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.service-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card {
    padding: 30px;
    border-left: 5px solid var(--theme);
    border-radius: 0 var(--radius-medium) var(--radius-medium) 0;
    background: var(--theme-soft);
}
.service-card h3 { font-size: 1.35rem; }
.service-card p { color: var(--text-muted); }

.feature-section { background: var(--theme-light); }
.feature-section.alt { background: var(--white); }
.feature-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 64px; align-items: center; }
.feature-row.reverse { grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr); }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-media { order: 1; }
.feature-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3rem); }
.feature-copy p { color: var(--text-muted); }
.feature-media {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-large);
    background: linear-gradient(145deg, var(--white), var(--theme-soft));
    box-shadow: var(--shadow-soft);
}
.feature-media img { width: 100%; max-height: 300px; object-fit: contain; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 30px; color: var(--text-main); }
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--on-theme);
    background: var(--theme);
    font-size: .78rem;
    font-weight: 950;
}

.split-section { background: var(--theme-light); }
.split-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.split-card {
    padding: 34px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-large);
    background: var(--white);
    box-shadow: var(--shadow-card);
}
.split-card h2 { font-size: 1.8rem; }
.split-card p { color: var(--text-muted); }
.mini-list { margin: 20px 0 0; padding-left: 20px; }
.mini-list li { margin: 8px 0; }

.quote-section { background: var(--white); }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.quote-card {
    height: 100%;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-medium);
    background: linear-gradient(160deg, var(--white), var(--theme-light));
    box-shadow: var(--shadow-card);
}
.quote-card p { color: var(--text-main); font-size: 1.02rem; }
.quote-card footer { margin-top: 18px; color: var(--theme-dark); font-weight: 850; }

.faq-section { background: var(--theme-light); }
.faq-list { display: grid; gap: 14px; }
.faq-item {
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-small);
    background: var(--white);
    box-shadow: 0 8px 22px rgba(45, 105, 19, .06);
    overflow: hidden;
}
.faq-item summary { position: relative; padding: 20px 56px 20px 22px; color: var(--theme-deep); font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 14px; color: var(--theme-dark); font-size: 1.7rem; font-weight: 500; }
.faq-item[open] summary { background: var(--theme-soft); }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 22px; color: var(--text-muted); }

.compliance-section { padding-top: 46px; padding-bottom: 72px; background: var(--theme-light); }
.notice-box {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    align-items: start;
    padding: 32px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-medium);
    color: var(--text-main);
    background: linear-gradient(135deg, var(--theme-soft), var(--white));
    box-shadow: var(--shadow-card);
}
.notice-mark { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 22px; color: var(--on-theme); background: var(--theme); font-size: 1.2rem; font-weight: 950; }
.notice-box h2 { margin-bottom: 9px; font-size: 1.55rem; }
.notice-box p { color: var(--text-muted); }

.page-hero {
    padding-top: 70px;
    padding-bottom: 58px;
    background:
        radial-gradient(circle at 85% 20%, rgba(120,224,44,.23), transparent 26%),
        linear-gradient(135deg, #fbfff7, var(--theme-soft));
    border-bottom: 1px solid var(--theme-border);
}
.page-hero-inner { min-height: 490px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); gap: 60px; align-items: center; }
.page-hero-copy h1 { max-width: 800px; margin-bottom: 20px; font-size: clamp(2.8rem, 4.7vw, 4.25rem); }
.page-lead { max-width: 780px; color: var(--text-muted); font-size: 1.12rem; }
.page-hero-visual { display: flex; justify-content: center; }
.page-media-box {
    width: min(100%, 430px);
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    border: 1px solid var(--theme-border);
    border-radius: 32px;
    background: rgba(255,255,255,.9);
    box-shadow: var(--shadow-soft);
}
.page-media-box img { width: 100%; max-height: 280px; object-fit: contain; }
.topic-jump-section { padding-top: 24px; padding-bottom: 24px; background: var(--white); border-bottom: 1px solid var(--theme-border); }
.topic-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.topic-jump a { min-height: 38px; padding: 6px 14px; font-size: .9rem; }
.content-flow-section { background: var(--theme-light); }
.content-flow { display: grid; gap: 24px; }
.content-panel {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    padding: 38px;
    border: 1px solid var(--theme-border);
    border-radius: var(--radius-large);
    background: var(--white);
    box-shadow: var(--shadow-card);
}
.content-panel-tinted { background: linear-gradient(145deg, var(--white), var(--theme-soft)); }
.content-panel-index { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 18px; color: var(--on-theme); background: linear-gradient(180deg, var(--theme-accent), var(--theme)); font-size: 1.1rem; font-weight: 950; }
.content-panel-body h2 { margin-bottom: 18px; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.content-panel-body p { color: var(--text-muted); }
.highlights-section { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feedback-section { background: var(--theme-soft); }
.related-section { padding-top: 50px; padding-bottom: 50px; background: var(--white); }
.related-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding: 34px; border: 1px solid var(--theme-border); border-radius: var(--radius-large); background: var(--theme-light); }
.related-box h2 { margin-bottom: 10px; }
.related-box p { color: var(--text-muted); }
.related-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.related-links a { display: inline-flex; padding: 9px 14px; border: 1px solid var(--theme-border); border-radius: 12px; background: var(--white); font-weight: 800; }

.footer { padding-top: 64px; color: var(--on-dark); background: linear-gradient(180deg, var(--theme-dark) 0%, var(--theme-deep) 100%); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 44px; padding-bottom: 42px; }
.footer-logo { width: 160px; height: 62px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; margin-bottom: 20px; border-radius: 14px; background: rgba(255,255,255,.96); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand p { max-width: 420px; color: rgba(239,251,233,.78); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin-bottom: 8px; color: var(--on-dark); font-size: 1rem; letter-spacing: .04em; }
.footer a { color: rgba(239,251,233,.84); }
.footer a:hover { color: var(--theme-accent); }
.footer-notice { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-notice strong { color: var(--theme-accent); }
.footer-notice p { margin: 7px 0 0; color: rgba(239,251,233,.74); font-size: .92rem; }
.footer-bottom { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: rgba(239,251,233,.7); font-size: .9rem; }
.footer-bottom div { display: flex; gap: 18px; }

@media (max-width: 1120px) {
    .header-inner { min-height: 72px; display: flex; justify-content: space-between; }
    .desktop-nav { display: none; }
    .site-brand { position: absolute; left: 50%; transform: translateX(-50%); }
    .brand-logo { width: 132px; height: 50px; }
    .menu-toggle { width: 46px; height: 46px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: var(--on-header); background: rgba(255,255,255,.1); cursor: pointer; }
    .menu-toggle span { width: 21px; height: 2px; border-radius: 2px; background: currentColor; }
    .drawer-overlay { position: fixed; inset: 0; z-index: 1090; display: block; background: rgba(19,50,10,.56); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
    .mobile-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1100; width: min(88vw, 360px); display: block; padding: 20px; background: linear-gradient(180deg, var(--header-bg), var(--theme-deep)); box-shadow: 20px 0 50px rgba(15,44,6,.3); transform: translateX(-105%); transition: transform .28s ease; overflow-y: auto; }
    .drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
    .drawer-open .mobile-drawer { transform: translateX(0); }
    .drawer-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
    .drawer-brand { width: 140px; height: 52px; display: flex; padding: 7px 10px; border-radius: 12px; background: rgba(255,255,255,.96); }
    .drawer-brand img { width: 100%; height: 100%; object-fit: contain; }
    .drawer-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; color: var(--on-header); background: rgba(255,255,255,.08); font-size: 1.65rem; cursor: pointer; }
    .drawer-nav { display: grid; gap: 5px; padding-top: 18px; }
    .drawer-nav a { padding: 11px 14px; border-radius: 10px; color: var(--on-header); font-weight: 750; }
    .drawer-nav a:hover, .drawer-nav a.active { color: var(--on-header); background: rgba(255,255,255,.12); }
    .hero-inner, .page-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 38px; }
    .hero-content h1 { font-size: clamp(3rem, 6vw, 4rem); }
    .core-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 900px) {
    .section { padding: 66px 20px; }
    .hero-section, .page-hero { padding-top: 52px; }
    .hero-inner, .page-hero-inner { min-height: 0; grid-template-columns: 1fr; }
    .hero-content h1, .page-hero-copy h1 { font-size: clamp(2.65rem, 9vw, 3.7rem); }
    .hero-media-box, .page-media-box { min-height: 300px; }
    .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-grid, .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 34px; }
    .feature-row.reverse .feature-copy, .feature-row.reverse .feature-media { order: initial; }
    .split-grid, .related-box { grid-template-columns: 1fr; }
    .related-links { justify-content: flex-start; }
    .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    body { font-size: 15.5px; }
    .section { padding: 52px 16px; }
    .header-inner { width: calc(100% - 20px); gap: 8px; min-height: 66px; }
    .menu-toggle { width: 40px; height: 40px; }
    .brand-logo { width: 108px; height: 42px; padding: 6px 8px; }
    .header-login { min-height: 40px; padding: 0 12px; border-radius: 10px; font-size: .76rem; }
    .hero-section, .page-hero { padding-top: 42px; padding-bottom: 42px; }
    .hero-inner, .page-hero-inner { gap: 30px; }
    .hero-content h1 { font-size: clamp(1.95rem, 8.5vw, 2.55rem); line-height: 1.1; }
    .page-hero-copy h1 { font-size: clamp(2.2rem, 10vw, 2.85rem); line-height: 1.08; }
    .hero-content > p, .page-lead { font-size: 1rem; }
    .hero-media-box, .page-media-box { min-height: 230px; padding: 30px; border-radius: 24px; }
    .hero-media-box img, .page-media-box img { max-height: 190px; }
    .info-grid, .core-grid, .service-grid, .detail-grid, .split-grid, .quote-grid { grid-template-columns: 1fr; }
    .info-card { min-height: 0; }
    .content-panel { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; border-radius: 22px; }
    .content-panel-index { width: 50px; height: 50px; }
    .feature-media { min-height: 250px; padding: 26px; }
    .notice-box { grid-template-columns: 1fr; padding: 25px; }
    .notice-mark { width: 62px; height: 62px; }
    .footer { padding-top: 50px; }
    .footer-grid { grid-template-columns: 1fr; padding-right: 16px; padding-left: 16px; }
    .footer-notice { margin: 0 16px; }
    .footer-bottom { min-height: 100px; padding: 20px 16px; flex-direction: column; align-items: flex-start; justify-content: center; }
    .footer-bottom div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
