@charset "UTF-8";

:root {
    --navy: #253b59;
    --navy-dark: #172942;
    --blue: #1769d2;
    --blue-dark: #0f55ad;
    --text: #202a35;
    --subtext: #506071;
    --line: #dce2e8;
    --line-dark: #bdc7d1;
    --paper: #f4f6f8;
    --paper-warm: #f8f7f4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.65; word-break: keep-all; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.page-width { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mobile-only { display: none; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(255,255,255,.97); transition: border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { display: flex; width: min(1280px, calc(100% - 48px)); height: 74px; align-items: center; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand img:first-child { width: 31px; height: 31px; }
.brand img:last-child { width: 110px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 16px; font-weight: 600; }
.main-nav a { padding: 25px 0 23px; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; }

.hero { padding: 146px 0 78px; border-bottom: 1px solid var(--line); }
.hero-layout { display: grid; grid-template-columns: 540px minmax(0, 1fr); align-items: center; gap: 30px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--blue); font-size: 13px; font-weight: 600; }
.hero-kicker::before { content: ""; width: 25px; height: 2px; background: var(--blue); }
.hero h1 { margin: 0; color: var(--navy-dark); font-size: clamp(42px, 3.8vw, 50px); font-weight: 600; line-height: 1.23; letter-spacing: -.045em; }
.hero-title-line, .overview-title-line { white-space: nowrap; }
.hero-lead { max-width: 410px; margin: 25px 0 0; color: var(--subtext); font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; gap: 8px; margin-top: 32px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid; font-size: 14px; font-weight: 600; transition: color .15s, background .15s, border-color .15s; }
.button-primary { color: #fff; border-color: var(--blue); background: var(--blue); }
.button-primary:hover, .button-primary:focus-visible { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-secondary { color: var(--navy); border-color: var(--line-dark); background: #fff; }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--navy); }
.product-shot { width: calc(100% + 18px); margin: 0 -18px 0 0; }
.product-shot-button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid #cfd6de; background: #fff; cursor: zoom-in; }
.product-shot-button img { width: 100%; background: #fff; transition: transform .25s ease; }
.product-shot-button > span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(23,41,66,.88); font-size: 11px; font-weight: 600; opacity: 0; transform: translateY(4px); transition: opacity .18s, transform .18s; }
.product-shot-button:hover img { transform: scale(1.012); }
.product-shot-button:hover > span, .product-shot-button:focus-visible > span { opacity: 1; transform: translateY(0); }
figure figcaption { margin-top: 9px; color: #6b7682; font-size: 11px; text-align: right; }

.quick-nav { background: var(--navy); }
.quick-nav-inner { display: grid; width: min(920px, calc(100% - 48px)); min-height: 58px; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.quick-nav a { position: relative; display: flex; align-items: center; justify-content: center; padding: 17px 18px; color: #e1e8ef; font-size: 13px; font-weight: 600; text-align: center; }
.quick-nav a + a::before { content: ""; position: absolute; top: 19px; bottom: 19px; left: 0; width: 1px; background: rgba(255,255,255,.2); }
.quick-nav a::after { content: ""; position: absolute; right: 24px; bottom: 0; left: 24px; height: 3px; background: #78adf2; transform: scaleX(0); transition: transform .18s; }
.quick-nav a:hover, .quick-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.055); }
.quick-nav a:hover::after, .quick-nav a:focus-visible::after { transform: scaleX(1); }

.overview { padding: 115px 0; }
.overview-grid { display: grid; grid-template-columns: 460px 1fr; align-items: center; gap: 50px; }
.section-heading h2, .detail-intro h2, .workflow-heading h2, .users-heading h2, .faq-heading h2, .inquiry-section h2 { margin: 0; color: var(--navy-dark); font-size: clamp(34px, 3.5vw, 46px); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.section-heading > p:last-child, .users-heading > p { margin: 24px 0 0; color: var(--subtext); font-size: 15px; line-height: 1.8; }
.function-index { margin: 0; border-top: 2px solid var(--navy); }
.function-index > div { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 25px 4px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.function-index dt { color: var(--navy-dark); font-size: 16px; font-weight: 600; }
.function-index dt span { display: inline-block; width: 38px; color: #8793a0; font-size: 11px; font-weight: 500; }
.function-index dd { margin: 0; color: var(--subtext); font-size: 14px; }
.function-index dd a { display: block; width: fit-content; margin-top: 8px; color: var(--blue); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }

.detail-section { padding: 112px 0 40px; background: var(--paper); }
.detail-intro { margin-bottom: 68px; }
.detail-row { display: grid; grid-template-columns: 340px minmax(0, 1fr); align-items: center; gap: 86px; padding: 70px 0; border-top: 1px solid #cfd6dd; }
.detail-row-reverse { grid-template-columns: minmax(0, 1fr) 340px; }
.detail-row-reverse .detail-copy { order: 2; }
.detail-row-reverse figure { order: 1; }
.detail-number { display: block; margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 600; }
.detail-copy h3 { margin: 0; color: var(--navy-dark); font-size: 27px; font-weight: 600; line-height: 1.42; letter-spacing: -.025em; }
.detail-copy > p { margin: 18px 0 0; color: var(--subtext); font-size: 14px; line-height: 1.85; }
.detail-copy ul { margin: 25px 0 0; padding: 19px 0 0; border-top: 1px solid #cfd6dd; list-style: none; }
.detail-copy li { position: relative; padding: 4px 0 4px 14px; color: #3e4d5d; font-size: 13px; }
.detail-copy li::before { content: ""; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; background: var(--blue); }
.detail-row figure { margin: 0; }
.detail-row figure img { width: 100%; border: 1px solid #c5cdd6; background: #fff; }

.workflow-section { padding: 112px 0; scroll-margin-top: 74px; background: #fff; }
.workflow-heading { display: grid; grid-template-columns: 430px 1fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.workflow-heading p { max-width: 580px; margin: 0; color: var(--subtext); font-size: 15px; line-height: 1.85; }
.workflow-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 2px solid var(--navy); list-style: none; }
.workflow-list li { position: relative; min-height: 205px; padding: 25px 22px 25px 0; border-bottom: 1px solid var(--line); }
.workflow-list li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.workflow-list > li > span { display: block; margin-bottom: 36px; color: var(--blue); font-size: 11px; font-weight: 600; }
.workflow-list strong { color: var(--navy-dark); font-size: 16px; font-weight: 600; }
.workflow-list p { margin: 10px 0 0; color: var(--subtext); font-size: 13px; line-height: 1.7; }

.users-section { padding: 120px 0; }
.users-layout { display: grid; grid-template-columns: 410px 1fr; gap: 100px; }
.users-heading { position: relative; }
.phone-preview { position: relative; height: 305px; margin-top: 38px; overflow: hidden; border-bottom: 1px solid var(--line); }
.phone-preview img { position: absolute; }
.phone-preview .phone-staff { bottom: -27px; left: 50%; width: 315px; max-width: none; transform: translateX(-50%); }
.user-list { margin: 0; padding: 0; border-top: 2px solid var(--navy); list-style: none; }
.user-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 31px 5px 33px; border-bottom: 1px solid var(--line); }
.user-list > li > span { padding-top: 4px; color: #8793a0; font-size: 11px; }
.user-list h3 { margin: 0; color: var(--navy-dark); font-size: 21px; font-weight: 600; }
.user-list p { margin: 10px 0 15px; color: var(--subtext); font-size: 14px; }
.user-list a { color: var(--blue); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }

.guide-section { padding: 105px 0; color: #fff; background: var(--navy-dark); }
.guide-layout { display: grid; grid-template-columns: 390px 1fr; gap: 90px; }
.guide-section .section-heading h2 { color: #fff; }
.guide-steps { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.35); list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.guide-steps > li > span { color: #89baff; font-size: 12px; }
.guide-steps strong { font-size: 16px; font-weight: 600; }
.guide-steps p { margin: 5px 0 0; color: #c1ccd8; font-size: 13px; }

.home-guide-section { padding: 112px 0; background: #fff; }
.home-guide-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 45px; }
.home-guide-heading > div > p { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 600; }
.home-guide-heading h2 { margin: 0; color: var(--navy-dark); font-size: clamp(34px, 3.5vw, 46px); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.home-guide-heading > p { max-width: 520px; margin: 0; color: var(--subtext); font-size: 15px; line-height: 1.8; }
.home-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-guide-grid article { display: flex; min-height: 310px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: #fff; transition: border-color .18s, box-shadow .18s, transform .18s; }
.home-guide-grid article:hover, .home-guide-grid article:focus-within { border-color: #aebbc8; box-shadow: 0 14px 34px rgba(37,59,89,.09); transform: translateY(-3px); }
.home-guide-grid span { color: var(--blue); font-size: 12px; font-weight: 600; }
.home-guide-grid h3 { margin: 25px 0 14px; color: var(--navy-dark); font-size: 21px; line-height: 1.5; letter-spacing: -.025em; }
.home-guide-grid p { margin: 0; color: var(--subtext); font-size: 13px; line-height: 1.75; }
.home-guide-grid a { margin-top: auto; padding-top: 25px; color: var(--blue); font-size: 12px; font-weight: 600; }
.home-guide-more { display: inline-block; margin-top: 28px; color: var(--navy); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }

.faq-section { padding: 112px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: 390px 1fr; gap: 90px; }
.faq-heading p { max-width: 350px; margin: 24px 0 0; color: var(--subtext); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 4px; color: var(--navy-dark); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 8px; width: 15px; height: 1px; background: var(--navy); transition: transform .18s; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { margin: -4px 0 0; padding: 0 45px 25px 4px; color: var(--subtext); font-size: 14px; line-height: 1.85; }

.inquiry-section { padding: 104px 0; scroll-margin-top: 70px; background: var(--paper-warm); }
.inquiry-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.inquiry-section h2 { font-size: 36px; }
.inquiry-copy > p { max-width: 360px; margin: 24px 0 0; color: var(--subtext); font-size: 15px; line-height: 1.8; }
.inquiry-copy dl { margin: 42px 0 0; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.inquiry-copy dl div { display: grid; grid-template-columns: 80px 1fr; gap: 14px; padding: 7px 0; font-size: 13px; }
.inquiry-copy dt { color: #718090; }
.inquiry-copy dd { margin: 0; color: #344355; font-weight: 600; }
.inquiry-form { padding: 36px 38px 34px; border: 1px solid #d5dce2; background: #fff; }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-heading strong { color: var(--navy-dark); font-size: 20px; font-weight: 600; }
.form-heading > span { color: #718090; font-size: 11px; }
.inquiry-form b { color: #c72b2b; font-style: normal; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form label { display: block; margin-bottom: 17px; }
.inquiry-form label > span { display: block; margin-bottom: 7px; color: #364555; font-size: 12px; font-weight: 600; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #cfd8e0; border-radius: 0; outline: 0; color: var(--text); background: #fff; transition: border-color .15s, box-shadow .15s; }
.inquiry-form input, .inquiry-form select { height: 48px; padding: 0 13px; }
.inquiry-form textarea { min-height: 126px; padding: 13px; resize: vertical; line-height: 1.6; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,210,.1); }
.inquiry-form input[aria-invalid="true"], .inquiry-form select[aria-invalid="true"], .inquiry-form textarea[aria-invalid="true"] { border-color: #b42318; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #8a97a4; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; margin: 1px 0 22px; }
.consent-check { display: inline-flex !important; align-items: center; gap: 8px; margin: 0 !important; }
.consent-check input { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.consent-check span { margin: 0 !important; font-size: 12px !important; }
.consent-row details { position: relative; color: #637181; font-size: 11px; }
.consent-links { display: flex; align-items: center; gap: 13px; }
.consent-links > a { color: #637181; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.consent-row summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.consent-row details p { position: absolute; z-index: 5; top: 20px; right: 0; width: 330px; margin: 0; padding: 13px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 30px rgba(23,41,66,.12); line-height: 1.65; }
.inquiry-submit { width: 100%; min-height: 50px; }
.inquiry-submit:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 21px; margin: 12px 0 0; color: var(--subtext); font-size: 12px; }
.form-status.is-success { color: #14733c; }
.form-status.is-error { color: #b42318; }

.image-modal[hidden] { display: none; }
.image-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 32px; }
.image-modal-backdrop { position: absolute; inset: 0; background: rgba(10,21,35,.78); }
.image-modal-dialog { position: relative; width: min(1180px, calc(100vw - 64px)); max-height: calc(100vh - 64px); overflow: auto; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.image-modal-head { position: sticky; z-index: 1; top: 0; display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fff; }
.image-modal-head strong { color: var(--navy-dark); font-size: 14px; font-weight: 600; }
.image-modal-head button { min-width: 48px; height: 34px; padding: 0 10px; border: 1px solid var(--line-dark); color: var(--navy); background: #fff; cursor: pointer; }
.image-modal-dialog > img { width: 100%; }

.site-footer { padding: 55px 0 24px; color: #687584; background: #fff; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; }
.footer-brand img:first-child { width: 27px; height: 27px; }
.footer-brand img:last-child { width: 98px; }
.footer-main p { margin: 14px 0 0; font-size: 12px; }
.footer-main nav { display: flex; gap: 25px; color: #405062; font-size: 12px; }
.footer-main nav a:hover, .footer-main nav a:focus-visible { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; }

a:focus-visible, button:focus-visible { outline: 3px solid rgba(23,105,210,.28); outline-offset: 3px; }

@media (max-width: 1024px) {
    .hero-layout { grid-template-columns: 390px 1fr; gap: 30px; }
    .hero h1 { font-size: 42px; }
    .overview-grid { grid-template-columns: 370px 1fr; gap: 45px; }
    .section-heading h2 { font-size: 39px; }
    .hero-title-line, .overview-title-line { white-space: normal; }
    .detail-row { grid-template-columns: 300px 1fr; gap: 50px; }
    .detail-row-reverse { grid-template-columns: 1fr 300px; }
    .workflow-heading { grid-template-columns: 360px 1fr; gap: 50px; }
    .workflow-list { grid-template-columns: repeat(3, 1fr); }
    .workflow-list li:nth-child(4) { padding-left: 0; border-left: 0; }
    .users-layout { grid-template-columns: 340px 1fr; gap: 60px; }
    .faq-layout { grid-template-columns: 340px 1fr; gap: 60px; }
}

@media (max-width: 760px) {
    .page-width { width: calc(100% - 34px); }
    .header-inner { width: calc(100% - 34px); height: 64px; }
    .brand img:first-child { width: 28px; height: 28px; }
    .brand img:last-child { width: 98px; }
    .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; padding: 0; border: 0; background: transparent; }
    .menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; top: 64px; right: 0; bottom: 0; left: 0; display: block; padding: 20px 17px; background: #fff; transform: translateX(100%); transition: transform .2s; }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav a { display: block; padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 17px; }

    .hero { padding: 104px 0 52px; }
    .hero-layout { display: flex; flex-direction: column; gap: 42px; }
    .hero-kicker { margin-bottom: 12px; font-size: 12px; }
    .hero h1 { font-size: 39px; }
    .hero-title-line, .overview-title-line { white-space: normal; }
    .mobile-only { display: inline; }
    .hero-lead { margin-top: 20px; font-size: 14px; }
    .hero-actions { margin-top: 26px; }
    .button { min-height: 44px; padding: 0 16px; }
    .product-shot { width: calc(100% + 18px); margin-right: -18px; }
    .product-shot-button img { height: 265px; object-fit: cover; object-position: left top; }
    .product-shot-button > span { display: none; }

    .quick-nav { overflow-x: auto; }
    .quick-nav-inner { display: flex; width: max-content; min-width: 100%; padding: 0 17px; }
    .quick-nav a { min-width: 128px; padding: 17px 20px; white-space: nowrap; }

    .overview { padding: 78px 0; }
    .overview-grid { grid-template-columns: 1fr; gap: 44px; }
    .section-heading h2, .detail-intro h2, .users-heading h2 { font-size: 33px; }
    .function-index > div { grid-template-columns: 1fr; gap: 9px; padding: 22px 2px; }
    .function-index dt span { width: 31px; }
    .function-index dd { padding-left: 31px; }

    .detail-section { padding: 76px 0 18px; }
    .detail-intro { margin-bottom: 40px; }
    .detail-row, .detail-row-reverse { display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding: 50px 0; }
    .detail-row-reverse .detail-copy, .detail-row-reverse figure { order: initial; }
    .detail-copy h3 { font-size: 24px; }
    .detail-row figure { width: calc(100% + 17px); }
    .detail-row figure img { min-height: 230px; object-fit: cover; object-position: left top; }

    .workflow-section { padding: 76px 0; }
    .workflow-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
    .workflow-heading h2 { font-size: 33px; }
    .workflow-heading p { font-size: 14px; }
    .workflow-list { grid-template-columns: 1fr; }
    .workflow-list li, .workflow-list li + li, .workflow-list li:nth-child(4) { display: grid; min-height: 0; grid-template-columns: 38px 1fr; gap: 8px; padding: 23px 2px; border-left: 0; }
    .workflow-list > li > span { margin: 4px 0 0; }
    .workflow-list p { margin-top: 6px; }

    .users-section { padding: 78px 0; }
    .users-layout { grid-template-columns: 1fr; gap: 45px; }
    .phone-preview { height: 245px; margin-top: 35px; }
    .phone-preview .phone-staff { bottom: -22px; width: 260px; }
    .user-list li { grid-template-columns: 38px 1fr; gap: 10px; padding: 26px 2px; }
    .user-list h3 { font-size: 19px; }

    .guide-section { padding: 76px 0; }
    .guide-layout { grid-template-columns: 1fr; gap: 45px; }
    .guide-steps li { grid-template-columns: 34px 1fr; gap: 8px; }

    .home-guide-section { padding: 76px 0; }
    .home-guide-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
    .home-guide-heading h2 { font-size: 33px; }
    .home-guide-heading > p { font-size: 14px; }
    .home-guide-grid { grid-template-columns: 1fr; }
    .home-guide-grid article { min-height: 260px; padding: 24px 21px; }

    .faq-section { padding: 76px 0; }
    .faq-layout { grid-template-columns: 1fr; gap: 42px; }
    .faq-heading h2 { font-size: 33px; }
    .faq-list summary { padding: 21px 40px 21px 2px; font-size: 15px; }
    .faq-list details p { padding: 0 36px 22px 2px; font-size: 13px; }

    .inquiry-section { padding: 72px 0; }
    .inquiry-layout { grid-template-columns: 1fr; gap: 42px; }
    .inquiry-section h2 { font-size: 30px; }
    .inquiry-copy dl { margin-top: 28px; }
    .inquiry-form { padding: 27px 20px 25px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .consent-row { align-items: flex-start; flex-direction: column; }
    .consent-links { flex-wrap: wrap; }
    .consent-row details p { right: auto; left: 0; width: min(330px, calc(100vw - 74px)); }
    .image-modal { padding: 12px; }
    .image-modal-dialog { width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
    .footer-main { display: block; }
    .footer-main nav { flex-wrap: wrap; gap: 10px 20px; margin-top: 35px; }
}

@media (max-width: 380px) {
    .hero h1 { font-size: 34px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
}

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