:root {
    --navy: #041f4f;
    --night: #02122d;
    --blue: #063b91;
    --bright-blue: #0867e8;
    --cyan: #18b7ff;
    --sky: #dceeff;
    --mint: #ffd21f;
    --amber: #ffb545;
    --gold: #ffd21f;
    --coral: #ff6b5f;
    --ink: #121b2f;
    --muted: #69758a;
    --line: #dce4f2;
    --bg: #f5f8fc;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(4, 31, 79, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: anywhere;
    padding-bottom: 0;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 68px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(220, 228, 242, .9);
    backdrop-filter: blur(14px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 136px;
    height: 39px;
    border-radius: 8px;
    color: var(--white);
    font-weight: 900;
    background: transparent;
    overflow: hidden;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-toggle {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--navy);
}

.site-nav {
    position: fixed;
    inset: 68px 12px auto 12px;
    display: none;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.site-nav.is-open { display: grid; }

.site-nav a {
    position: relative;
    padding: 12px 14px;
    border-radius: 8px;
    color: var(--muted);
    font-size: .94rem;
    font-weight: 680;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--blue);
    background: transparent;
}

.site-nav a.is-active::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bright-blue);
    transform: translateY(-50%);
}

.header-call {
    display: none;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--white);
    background: var(--blue);
    font-weight: 780;
}

.hero {
    position: relative;
    min-height: 700px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--night);
}

.hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(2, 18, 45, .98) 0%, rgba(3, 35, 82, .9) 42%, rgba(4, 31, 79, .24) 100%),
        linear-gradient(0deg, rgba(2, 18, 45, .98) 0%, rgba(2, 18, 45, .18) 58%),
        url("../images/hero-driver-service.png") 58% center / cover no-repeat;
    transform: scale(1.02);
}

.hero::before {
    content: "1555-5858";
    position: absolute;
    right: -28px;
    bottom: 18px;
    color: rgba(255, 255, 255, .07);
    font-size: clamp(4.5rem, 17vw, 13rem);
    font-weight: 950;
    line-height: .82;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 7px;
    background: linear-gradient(90deg, var(--mint), var(--cyan), var(--amber), var(--coral));
}

.hero-glowline {
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 183, 255, .6), transparent);
    transform: rotate(-8deg);
    transform-origin: left center;
}

.hero-content {
    position: relative;
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 82px 0 74px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 750;
}

.hero-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    color: #231800;
    background: var(--mint);
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--mint);
    font-size: .76rem;
    font-weight: 760;
    text-transform: uppercase;
}

h1, h2, h3, p { letter-spacing: 0; }

h1 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(2.25rem, 8.8vw, 5.8rem);
    line-height: 1.04;
    font-weight: 780;
}

.hero h1 span {
    color: var(--mint);
    text-shadow: 0 0 26px rgba(255, 210, 31, .22);
}

h2 {
    margin: 0 0 10px;
    font-size: clamp(1.38rem, 4.3vw, 2.18rem);
    line-height: 1.25;
    font-weight: 760;
}

p {
    font-size: .98rem;
    font-weight: 400;
}

.hero-copy {
    max-width: 610px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    font-weight: 450;
    line-height: 1.58;
}

.hero-actions,
.admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border: 0;
    border-radius: 8px;
    font-size: .98rem;
    font-weight: 760;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--bright-blue), #0053c9);
    box-shadow: 0 14px 32px rgba(8, 103, 232, .35);
}

.hero-call-pulse {
    position: relative;
    min-height: 56px;
    padding-inline: 26px;
    isolation: isolate;
    animation: breatheCall 1.65s ease-in-out infinite;
}

.hero-call-pulse::before,
.hero-call-pulse::after {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: -1;
    border-radius: 10px;
    background: rgba(8, 103, 232, .34);
    animation: callRing 1.65s ease-out infinite;
}

.hero-call-pulse::after {
    animation-delay: .55s;
    background: rgba(255, 210, 31, .24);
}

.btn-ghost {
    color: var(--white);
    background: rgba(2, 18, 45, .2);
    border: 1px solid rgba(255, 255, 255, .32);
    backdrop-filter: blur(10px);
}

.hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 620px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.hero-signals li {
    position: relative;
    flex: 1 1 33.333%;
    min-width: 102px;
    padding: 13px 16px 13px 0;
}

.hero-signals li + li {
    padding-left: 16px;
}

.hero-signals li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: rgba(255, 255, 255, .18);
}

.hero-signals strong,
.hero-signals span {
    display: block;
}

.hero-signals strong {
    color: var(--white);
    font-size: .92rem;
    font-weight: 760;
}

.hero-signals span {
    color: rgba(255, 255, 255, .68);
    font-size: .76rem;
}

.quick-menu {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.quick-menu a {
    position: relative;
    display: grid;
    grid-template-columns: 44px 48px 1fr;
    gap: 8px 12px;
    align-items: center;
    padding: 18px 20px;
    border-top: 1px solid var(--line);
    overflow: hidden;
}

.quick-menu a::after {
    content: "";
    width: 28px;
    height: 1px;
    justify-self: end;
    background: var(--bright-blue);
    opacity: .55;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
}

.quick-icon,
.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    border-radius: 0;
    color: var(--bright-blue);
    background: transparent;
    border: 0;
}

.quick-no {
    color: var(--bright-blue);
    font-size: .82rem;
    font-weight: 780;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.quick-icon svg,
.feature-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quick-menu strong {
    grid-column: 3;
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 760;
}

.quick-menu small {
    grid-column: 3;
    color: var(--muted);
    font-size: .88rem;
    font-weight: 400;
}

.section {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 54px 0;
}

main > .section:last-child {
    margin-bottom: 48px;
}

.split-section {
    display: grid;
    gap: 26px;
}

.split-section > div > p,
.band > p,
.cta-section p,
.page-hero p,
.form-intro p {
    color: var(--muted);
    margin: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.feature-grid article,
.service-list article,
.process article {
    position: relative;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(4, 31, 79, .06);
    overflow: hidden;
}

.feature-grid article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--mint), var(--cyan));
}

.feature-grid article:nth-child(2)::before { background: linear-gradient(180deg, var(--cyan), var(--bright-blue)); }
.feature-grid article:nth-child(3)::before { background: linear-gradient(180deg, var(--amber), var(--coral)); }
.feature-grid article:nth-child(4)::before { background: linear-gradient(180deg, var(--mint), var(--amber)); }

.service-list article {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: none;
}

.process article {
    background: var(--night);
    color: var(--white);
    border-color: rgba(255, 255, 255, .12);
}

.feature-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1rem;
    font-weight: 680;
}

.feature-icon {
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--bright-blue));
    border-color: rgba(8, 103, 232, .24);
    border-radius: 8px;
}

.feature-grid p,
.service-list p,
.process p {
    margin: 0;
    color: var(--muted);
}

.process p {
    color: rgba(255, 255, 255, .7);
}

.band {
    width: 100%;
    padding: 54px max(18px, calc((100vw - 1120px) / 2));
    background: var(--navy);
    color: var(--white);
}

.band p { max-width: 760px; color: rgba(255, 255, 255, .78); }

.text-link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--bright-blue);
    font-size: .95rem;
    font-weight: 760;
}

.band .text-link { color: var(--mint); }

.cta-section {
    display: grid;
    gap: 18px;
    align-items: center;
    padding: 32px 0 58px;
}

.page-hero {
    padding: 58px max(18px, calc((100vw - 1120px) / 2)) 38px;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(4, 31, 79, .98), rgba(6, 59, 145, .94)),
        url("../images/hero-driver-service.png") center / cover no-repeat;
}

.page-hero h1 {
    max-width: 860px;
    font-size: clamp(1.82rem, 6.2vw, 3.35rem);
    line-height: 1.16;
    font-weight: 700;
}

.page-hero p {
    max-width: 760px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .84);
    font-size: .96rem;
    line-height: 1.58;
}

.service-list,
.process {
    display: grid;
    gap: 14px;
}

.service-number,
.process span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    color: var(--white);
    background: var(--blue);
    border-radius: 8px;
    font-weight: 760;
}

.check-list {
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 24px;
    font-size: .92rem;
    font-weight: 430;
    line-height: 1.48;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mint);
}

.recruit-showcase {
    width: 100%;
    padding: 62px max(18px, calc((100vw - 1120px) / 2));
    background:
        radial-gradient(circle at 82% 18%, rgba(8, 103, 232, .12), transparent 28%),
        linear-gradient(180deg, #f7f9fd 0%, #eef3fa 100%);
}

.recruit-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.recruit-heading h2 {
    color: #28468f;
    font-size: clamp(1.9rem, 6vw, 3.2rem);
    font-weight: 790;
}

.recruit-heading p {
    color: #555e70;
}

.recruit-info-grid {
    display: grid;
    gap: 18px;
    width: min(960px, 100%);
    margin: 0 auto;
}

.recruit-info-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 22px;
    align-items: center;
    padding: 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(214, 224, 240, .9);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(4, 31, 79, .12);
}

.recruit-card-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: var(--blue);
    background: #eef5ff;
    border-radius: 50%;
}

.recruit-card-icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.recruit-info-card h3 {
    margin: 0 0 10px;
    color: #2d4081;
    font-size: clamp(1.24rem, 4vw, 2rem);
    line-height: 1.28;
    font-weight: 760;
}

.recruit-info-card p {
    margin: 0;
    color: #626b7c;
    font-size: .96rem;
}

.recruit-info-card strong {
    display: inline-block;
    margin-top: 8px;
    color: var(--blue);
    font-size: .94rem;
    font-weight: 720;
}

.recruit-benefits {
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 12px 0 0;
    list-style: none;
}

.recruit-benefits li {
    position: relative;
    padding-left: 21px;
    color: #4f5869;
    font-size: .94rem;
}

.recruit-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #28468f;
    font-weight: 900;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pill-list li {
    padding: 9px 13px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid var(--line);
    font-size: .92rem;
    font-weight: 620;
}

.notice {
    padding: 22px;
    background: #fff8e8;
    border: 1px solid #ffe0a2;
    border-radius: 8px;
}

.faq-list {
    display: grid;
    gap: 10px;
}

details {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

summary {
    padding: 16px 18px;
    font-size: .98rem;
    font-weight: 620;
    cursor: pointer;
}

details p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--muted);
    font-size: .94rem;
}

.form-layout {
    display: grid;
    gap: 22px;
}

.lead-form,
.admin-login {
    display: grid;
    gap: 12px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

label {
    display: grid;
    gap: 6px;
    font-size: .92rem;
    font-weight: 580;
}

input,
select,
textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    font: inherit;
    font-size: .95rem;
    font-weight: 400;
}

input::placeholder,
textarea::placeholder {
    color: #7b8ba3;
    font-weight: 400;
    opacity: .92;
}

textarea { resize: vertical; }

input:focus,
select:focus,
textarea:focus {
    outline: 3px solid rgba(8, 103, 232, .16);
    border-color: var(--bright-blue);
}

.full { grid-column: 1 / -1; }

.consent {
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--muted);
    white-space: nowrap;
}

.consent input {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
}

.hidden-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.success-message,
.error-message {
    grid-column: 1 / -1;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 620;
}

.success-message {
    color: #08634f;
    background: #dcfff6;
}

.error-message {
    color: #7a210f;
    background: #ffe7df;
}

.policy {
    display: grid;
    gap: 12px;
}

.policy h2 {
    margin-top: 14px;
    font-size: 1.18rem;
    font-weight: 720;
}

.policy p,
.muted {
    color: var(--muted);
}

.admin-section table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    background: var(--white);
}

.table-scroll {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

th,
td {
    padding: 11px 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--blue);
    background: var(--sky);
}

.site-footer {
    padding: 30px 18px 84px;
    color: rgba(255, 255, 255, .8);
    background: #031735;
}

.footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.site-footer strong {
    color: var(--white);
    font-size: .98rem;
    font-weight: 760;
}

.site-footer p {
    margin: 8px 0 0;
    font-size: .9rem;
    line-height: 1.45;
}

.site-footer .muted {
    font-size: .82rem;
    line-height: 1.45;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
}

.footer-links a {
    color: var(--sky);
    font-size: .86rem;
    font-weight: 580;
}

.mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    gap: 8px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.app-cta {
    grid-template-columns: 1fr 1fr;
    background: rgba(246, 248, 252, .96);
}

.mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-radius: 8px;
    color: var(--white);
    background: var(--blue);
    font-weight: 740;
}

.mobile-cta a:nth-child(2) {
    background: var(--mint);
    color: #231800;
}

.store-btn {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 7px;
    min-height: 54px !important;
    padding: 8px 9px;
    color: var(--white) !important;
    background: #07101e !important;
    box-shadow: 0 10px 25px rgba(2, 18, 45, .18);
}

.store-btn.apple {
    background: linear-gradient(135deg, #101828, #222c3d) !important;
}

.store-btn .store-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-size: .72rem;
}

.store-btn small,
.store-btn strong {
    display: block;
    line-height: 1.08;
    text-align: left;
}

.store-btn small {
    color: rgba(255, 255, 255, .68);
    font-size: .68rem;
    font-weight: 560;
}

.store-btn strong {
    color: var(--white);
    font-size: .78rem;
    font-weight: 740;
    white-space: nowrap;
}

.kakao-float {
    position: fixed;
    right: 18px;
    bottom: 96px;
    z-index: 31;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fee500;
    box-shadow: 0 16px 32px rgba(2, 18, 45, .22);
    overflow: hidden;
    border: 2px solid rgba(4, 31, 79, .18);
}

.kakao-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes breatheCall {
    0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 14px 32px rgba(8, 103, 232, .35); }
    50% { transform: translateY(-1px) scale(1.045); box-shadow: 0 20px 44px rgba(8, 103, 232, .52); }
}

@keyframes callRing {
    0% { opacity: .72; transform: scale(.98); }
    100% { opacity: 0; transform: scale(1.26); }
}

@media (min-width: 720px) {
    body { padding-bottom: 0; font-size: 16px; }
    .quick-menu { grid-template-columns: repeat(4, 1fr); }
    .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .form-layout { grid-template-columns: .78fr 1.22fr; align-items: start; }
    .lead-form { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 24px; }
    .cta-section { grid-template-columns: 1fr auto; }
    .footer-inner { grid-template-columns: 1fr auto; }
    .mobile-cta { display: none; }
    .kakao-float { bottom: 28px; right: 28px; }
}

@media (min-width: 980px) {
    .site-header {
        padding: 12px max(24px, calc((100vw - 1180px) / 2));
    }

    .brand-mark {
        width: 156px;
        height: 44px;
    }

    .nav-toggle { display: none; }

    .site-nav {
        position: static;
        display: flex;
        align-items: center;
        margin-left: auto;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .site-nav a {
        padding: 10px 11px;
        font-size: .9rem;
        border-bottom: 2px solid transparent;
    }

    .site-nav a.is-active::before {
        display: none;
    }

    .site-nav a.is-active,
    .site-nav a:hover {
        border-bottom-color: var(--bright-blue);
    }

    .header-call { display: inline-flex; }
    .split-section { grid-template-columns: .9fr 1.1fr; align-items: start; }
    .hero { min-height: 720px; align-items: center; }
    .hero-content { padding-top: 70px; }
}

@media (max-width: 420px) {
    .brand small { display: none; }
    .hero { min-height: 610px; }
    .hero-content { width: min(100% - 28px, 1120px); padding: 56px 0 58px; }
    .hero-kicker { font-size: .72rem; gap: 6px; }
    h1 { font-size: clamp(2rem, 8.9vw, 2.72rem); line-height: 1.08; }
    .hero-copy { font-size: .93rem; line-height: 1.55; }
    .hero-actions .btn { width: 100%; }
    .hero-call-pulse { min-height: 60px; font-size: 1.08rem; }
    .hero-signals { margin-top: 22px; }
    .hero-signals li { padding-top: 11px; padding-bottom: 11px; }
    .quick-menu a { grid-template-columns: 36px 36px 1fr; padding: 16px 16px; }
    .quick-icon { width: 34px; height: 34px; }
    .quick-menu strong { font-size: 1rem; }
    .quick-menu small { font-size: .82rem; }
    .section { width: min(100% - 32px, 1120px); padding: 42px 0; }
    main > .section:last-child { margin-bottom: 38px; }
    .band,
    .recruit-showcase {
        width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }
    .page-hero { padding-top: 46px; padding-bottom: 32px; }
    .page-hero h1 { font-size: clamp(1.46rem, 6.2vw, 1.9rem); line-height: 1.22; }
    .page-hero p { font-size: .9rem; line-height: 1.55; }
    h2 { font-size: clamp(1.24rem, 5.1vw, 1.62rem); line-height: 1.28; }
    .feature-grid article,
    .service-list article,
    .process article { padding: 18px; }
    .lead-form { padding: 16px; }
    label { font-size: .9rem; }
    input,
    select,
    textarea { font-size: .92rem; min-height: 44px; }
    .consent { font-size: .76rem; gap: 7px; }
    .site-footer { padding: 28px 18px 92px; }
    .site-footer p { font-size: .84rem; }
    .site-footer .muted { font-size: .76rem; }
    .footer-links a { font-size: .82rem; }
    .recruit-showcase { padding-top: 46px; padding-bottom: 46px; }
    .recruit-heading { text-align: left; margin-bottom: 20px; }
    .recruit-heading h2 { font-size: 1.76rem; }
    .recruit-info-card { grid-template-columns: 1fr; gap: 14px; padding: 20px; }
    .recruit-card-icon { width: 58px; height: 58px; }
    .recruit-card-icon svg { width: 34px; height: 34px; }
    .recruit-info-card h3 { font-size: 1.28rem; }
    .recruit-benefits li { font-size: .88rem; }
    .kakao-float { right: 14px; bottom: 86px; width: 52px; height: 52px; }
    .store-btn strong { font-size: .7rem; }
    .store-btn small { font-size: .62rem; }
}

@media (max-width: 719px) {
    .site-footer {
        min-height: 460px;
    }
}
