:root { --navy: #0a1122;
--navy-mid: #141c33;
--navy-light: #1f2a46;
--gold: #a6823f;
--gold-light: #c9a86a;
--gold-muted: rgba(166,130,63,0.06); --text-primary: #121418;
--text-secondary: #4a4e56;
--text-muted: #7c7569;
--text-light: #a3a097; --bg-page: #fbfaf5;
--bg-warm: #f3efe6;
--bg-card: #ffffff;
--border-light: #e7e2d7;
--border-strong: #c8bfae;
--border-subtle: #efece5; --header-h: 74px;
--max-width: 1120px;
--measure: 64ch;
--section-py: clamp(96px, 10vw, 168px);
--section-py-compact: clamp(56px, 7vw, 96px); --font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
--font-serif: var(--font-sans);
--font-display: "SUIT Variable", SUIT, var(--font-sans);
--line-tight: 1.22;
--line-body: 1.75;
--tracking-tight: -0.025em;
--tracking-wide: 0.18em; --transition: 0.22s cubic-bezier(0.22, 1, 0.36, 1);
--transition-slow: 0.45s cubic-bezier(0.22, 1, 0.36, 1); --hero-ink-1: #080e1c;
--hero-ink-2: #121a30;
--hero-ink-3: #080e1c;
--hero-title: #ffffff; --hero-body: rgba(255, 255, 255, 0.82); --hero-muted: rgba(255, 255, 255, 0.66); --hero-faint: rgba(255, 255, 255, 0.52); --hero-accent: #d4b978; --hero-accent-soft: rgba(212, 185, 120, 0.88); --hero-border: rgba(255, 255, 255, 0.14);
--hero-border-strong: rgba(212, 185, 120, 0.28); --success: #15803d;
--warning: #b45309; --ds-ink: var(--navy);
--ds-ink-2: var(--navy-mid);
--ds-gold: var(--gold);
--ds-gold-soft: var(--gold-muted);
--ds-bg: var(--bg-page);
--ds-paper: var(--bg-warm);
--ds-line: var(--border-light);
--ds-line-strong: var(--border-strong);
--ds-text: var(--text-primary);
--ds-text-2: var(--text-secondary);
--ds-text-3: var(--text-muted);
}
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body {
margin: 0;
padding: var(--header-h) 0 0;
font-family: var(--font-sans);
color: var(--text-primary);
background: var(--bg-page);
line-height: 1.6;
}
img { max-width: 100%; height: auto; }
video, iframe { max-width: 100%; }
.ksl-a11y-hidden,
.visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} body.ksl-page-index { padding-top: 0; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul, li { list-style: none; padding: 0; margin: 0; }
button { cursor: pointer; border: none; font-family: inherit; } :root { --radius-sm: 10px;
--radius-md: 14px;
--radius-lg: 20px; --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
--shadow-md: 0 4px 20px rgba(0,0,0,0.06);
--shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
--shadow-card: 0 24px 60px -28px rgba(10, 15, 30, 0.18); --ds-radius: var(--radius-sm);
--ds-radius-md: var(--radius-md);
--ds-shadow-card: var(--shadow-card);
}
*, *::before, *::after { box-sizing: border-box; }
body {
line-height: 1.7;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.inner,
.container {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
}
.skip-link {
position: absolute;
top: -48px;
left: 16px;
z-index: 20000;
padding: 10px 14px;
background: #fff;
color: var(--navy);
border-radius: 10px;
border: 1px solid var(--border-light);
box-shadow: 0 16px 40px rgba(10, 15, 30, 0.18);
transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; } .site-header {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
height: var(--header-h);
background: rgba(255,255,255,0.92);
backdrop-filter: saturate(140%) blur(16px);
-webkit-backdrop-filter: saturate(140%) blur(16px);
border-bottom: 1px solid rgba(10, 17, 34, 0.06);
box-shadow: none;
transition: background var(--transition), border-color var(--transition);
}
.site-header.is-scrolled {
background: rgba(255,255,255,0.98);
border-bottom-color: rgba(10, 17, 34, 0.09);
}
.header-inner {
max-width: var(--max-width); margin: 0 auto; height: 100%;
padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
}
.logo-area { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 32px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-main {
font-family: var(--font-serif); font-size: 17.5px; font-weight: 700;
color: var(--navy); letter-spacing: -0.025em;
}
.logo-sub {
font-size: 10.5px; color: var(--text-muted);
letter-spacing: 0.16em; text-transform: uppercase;
margin-top: 3px; font-weight: 500;
}
.gnb { display: flex; align-items: center; gap: 28px; height: 100%; }
.nav-list { display: flex; gap: 2px; height: 100%; }
.nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.nav-link {
display: inline-flex; align-items: center;
height: 36px; padding: 0 14px;
font-size: 14px; font-weight: 600;
color: var(--text-secondary); border-radius: 4px;
background: transparent;
border: 0;
appearance: none;
letter-spacing: -0.005em;
transition: color 0.18s ease;
}
.nav-link:hover, .nav-link.active {
background: transparent;
color: var(--navy);
}
.nav-link.active {
font-weight: 700;
}
.sub-menu {
position: absolute; top: 100%; left: 50%;
transform: translateX(-50%) translateY(8px);
background: var(--bg-card); min-width: 160px;
border: 1px solid var(--border-light);
box-shadow: 0 12px 32px rgba(10,15,30,0.12);
opacity: 0; visibility: hidden; transition: all 0.2s ease; padding: 6px;
}
.nav-item:hover .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.sub-menu a { display: block; padding: 9px 12px; font-size: 13px; font-weight: 700; color: var(--text-secondary); }
.sub-menu a:hover { background: var(--bg-warm); color: var(--navy); }
.nav-cta {
height: 40px;
padding: 0 20px;
background: var(--navy);
color: #fff;
font-size: 13.5px;
font-weight: 700;
letter-spacing: -0.005em;
border-radius: 4px;
display: inline-flex;
align-items: center;
transition: background var(--transition);
}
.nav-cta:hover { background: #000; }
.menu-toggle {
display: none;
width: 44px;
height: 44px;
position: relative;
z-index: 1100;
padding: 0;
border: 1px solid rgba(10, 15, 30, 0.12);
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.menu-toggle:hover {
background: rgba(255, 255, 255, 0.18);
}
.menu-toggle:focus-visible {
outline: 2px solid rgba(184, 146, 74, 0.85);
outline-offset: 3px;
}
.menu-toggle span {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: var(--navy);
position: absolute;
left: 50%;
transform: translateX(-50%);
transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.menu-toggle span:nth-child(1) { top: 11px; }
.menu-toggle span:nth-child(2) { top: 50%; transform: translateX(-50%) translateY(-50%); }
.menu-toggle span:nth-child(3) { bottom: 11px; }
.menu-toggle.active span:nth-child(1) {
top: 50%;
transform: translateX(-50%) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
bottom: auto;
top: 50%;
transform: translateX(-50%) rotate(-45deg);
} .site-header.site-header--hero {
height: auto;
background: rgba(10,15,30,0.42);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(255,255,255,0.10);
box-shadow: none;
}
.site-header.site-header--hero .header-inner { height: 72px; }
.site-header.site-header--hero .logo-main { color: rgba(255,255,255,0.95); }
.site-header.site-header--hero .logo-sub { color: rgba(255,255,255,0.68); }
.site-header.site-header--hero .nav-link { color: rgba(255,255,255,0.84); }
.site-header.site-header--hero .nav-link:hover,
.site-header.site-header--hero .nav-link.active { background: rgba(184,146,74,0.18); color: #fff; }
.site-header.site-header--hero .nav-cta { background: var(--gold); color: var(--navy); }
.site-header.site-header--hero .nav-cta:hover { background: var(--gold-light); }
.site-header.site-header--hero .menu-toggle span { background: rgba(255,255,255,0.9); } .site-header.site-header--hero.is-scrolled {
background: rgba(10,15,30,0.90);
border-bottom-color: rgba(255,255,255,0.14);
box-shadow: 0 4px 20px rgba(0,0,0,0.22);
} .site-header.site-header--compact {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
height: var(--header-h);
background: rgba(255,255,255,0.96);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--border-light);
box-shadow: 0 2px 12px rgba(10,15,30,0.06);
}
.site-header.site-header--compact .header-inner {
max-width: var(--max-width); margin: 0 auto; height: 100%;
padding: 0 24px; display: flex; align-items: center; justify-content: space-between;
}
.site-header.site-header--compact .logo-area { display: flex; align-items: center; gap: 10px; }
.site-header.site-header--compact .logo-img { height: 34px; width: auto; }
.site-header.site-header--compact .logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.site-header.site-header--compact .logo-main {
font-family: var(--font-serif); font-size: 18px; font-weight: 700;
color: var(--navy); letter-spacing: -0.02em;
}
.site-header.site-header--compact .logo-sub {
font-size: 10px; color: var(--text-muted);
letter-spacing: 0.12em; text-transform: uppercase;
}
.site-header.site-header--compact .gnb { display: flex; align-items: center; gap: 24px; height: 100%; }
.site-header.site-header--compact .nav-list { display: flex; gap: 4px; height: 100%; }
.site-header.site-header--compact .nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.site-header.site-header--compact .nav-link {
display: inline-flex; align-items: center;
height: 38px; padding: 0 12px;
font-size: 14px; font-weight: 700;
color: var(--text-secondary); border-radius: 6px;
}
.site-header.site-header--compact .nav-link::after { display: none; }
.site-header.site-header--compact .nav-link:hover,
.site-header.site-header--compact .nav-link.active { background: var(--gold-muted); color: var(--navy); }
.site-header.site-header--compact .sub-menu {
position: absolute; top: 100%; left: 50%;
transform: translateX(-50%) translateY(8px);
background: var(--bg-card); min-width: 160px;
border: 1px solid var(--border-light);
box-shadow: 0 12px 32px rgba(10,15,30,0.12);
opacity: 0; visibility: hidden; transition: all 0.2s ease; padding: 6px;
}
.site-header.site-header--compact .nav-item:hover .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.site-header.site-header--compact .sub-menu a { display: block; padding: 9px 12px; font-size: 13px; font-weight: 700; color: var(--text-secondary); }
.site-header.site-header--compact .sub-menu a:hover { background: var(--bg-warm); color: var(--navy); }
.site-header.site-header--compact .nav-cta { height: 40px; padding: 0 18px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; }
.site-header.site-header--compact .nav-cta:hover { background: var(--navy-mid); }
.site-header.site-header--compact .menu-toggle span { background: var(--navy); }
.header-topline {
background: rgba(10,15,30,0.58);
border-bottom: 1px solid rgba(184,146,74,0.22);
color: rgba(255,255,255,0.75);
font-size: 12px;
letter-spacing: 0.02em;
}
.header-topline-inner {
height: 36px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
.topline-copy { font-weight: 600; }
.topline-links {
display: flex;
align-items: center;
gap: 16px;
white-space: nowrap;
font-weight: 700;
}
.topline-links a { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.82); }
.topline-links a:hover { color: var(--gold-light); } body.ksl-page-index { padding-top: 0; }  .btn,
.lp-btn,
.ab-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 15px 26px;
font-family: var(--font-sans);
font-size: 14.5px;
font-weight: 700;
letter-spacing: 0.005em;
color: var(--ds-ink);
background: transparent;
border: 1px solid var(--ds-line-strong);
border-radius: var(--ds-radius);
text-decoration: none;
line-height: 1;
cursor: pointer;
transition:
background var(--transition),
color var(--transition),
border-color var(--transition),
box-shadow var(--transition);
}
.btn:focus-visible,
.lp-btn:focus-visible,
.ab-btn:focus-visible {
outline: 2px solid rgba(166, 130, 63, 0.55);
outline-offset: 3px;
}
.btn--primary,
.lp-btn--primary,
.ab-btn--primary {
background: var(--ds-ink);
color: #fff;
border-color: var(--ds-ink);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.btn--primary:hover,
.lp-btn--primary:hover,
.ab-btn--primary:hover {
background: #000;
border-color: #000;
color: #fff;
}
.btn--ghost,
.lp-btn--ghost,
.ab-btn--ghost {
background: transparent;
color: var(--ds-ink);
border-color: var(--ds-line-strong);
}
.btn--ghost:hover,
.lp-btn--ghost:hover,
.ab-btn--ghost:hover {
background: var(--ds-ink);
border-color: var(--ds-ink);
color: #fff;
}
.btn--outline,
.ab-btn--outline {
background: transparent;
color: var(--ds-ink);
border-color: var(--ds-ink);
}
.btn--outline:hover,
.ab-btn--outline:hover {
background: var(--ds-ink);
color: #fff;
}
.btn--text,
.lp-btn--text,
.ab-btn--text {
background: transparent;
border-color: transparent;
color: var(--ds-ink);
padding-left: 4px;
padding-right: 4px;
}
.btn--text:hover,
.lp-btn--text:hover,
.ab-btn--text:hover { color: var(--ds-gold); }
.btn--lg,
.lp-btn--lg,
.ab-btn--lg { padding: 19px 32px; font-size: 15.5px; letter-spacing: 0.01em; }
.btn--sm,
.lp-btn--sm,
.ab-btn--sm { padding: 10px 18px; font-size: 13px; }
.btn--block,
.lp-btn--block { width: 100%; } .lp-hero,
.ab-hero,
.svc-hero,
.sc-hero,
.cx-hero {
position: relative;
overflow: hidden;
padding: clamp(132px, 17vh, 190px) 0 clamp(88px, 11vh, 130px);
background:
radial-gradient(1200px 560px at 92% 0%, rgba(201, 168, 106, 0.10), transparent 60%),
radial-gradient(900px 500px at 0% 100%, rgba(201, 168, 106, 0.04), transparent 60%),
linear-gradient(172deg, #080e1c 0%, #121a30 58%, #080e1c 100%);
color: #f5f6f8;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body.has-dark-hero .site-header {
background: rgba(10, 17, 34, 0.45);
border-bottom-color: rgba(255, 255, 255, 0.06);
backdrop-filter: saturate(140%) blur(14px);
-webkit-backdrop-filter: saturate(140%) blur(14px);
}
body.has-dark-hero .site-header .logo-main { color: #fff; }
body.has-dark-hero .site-header .logo-sub { color: rgba(255, 255, 255, 0.55); }
body.has-dark-hero .site-header .nav-link { color: rgba(255, 255, 255, 0.78); }
body.has-dark-hero .site-header .nav-link:hover,
body.has-dark-hero .site-header .nav-link.active { color: #fff; }
body.has-dark-hero .site-header .nav-cta {
background: var(--gold-light);
color: var(--navy);
}
body.has-dark-hero .site-header .nav-cta:hover { background: #fff; color: var(--navy); }
body.has-dark-hero .site-header .menu-toggle span { background: rgba(255, 255, 255, 0.92); }
body.has-dark-hero .site-header.is-scrolled {
background: rgba(10, 17, 34, 0.92);
border-bottom-color: rgba(255, 255, 255, 0.08);
} .lp-hero .lp-btn--primary,
.lp-hero .btn--primary,
.ab-hero .ab-btn--primary,
.ab-hero .btn--primary,
.svc-hero .svc-btn--primary,
.svc-hero .btn--primary,
.sc-hero .btn--primary,
.cx-hero .btn--primary {
background: var(--gold-light);
color: var(--ds-ink);
border-color: var(--gold-light);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.lp-hero .lp-btn--primary:hover,
.lp-hero .btn--primary:hover,
.ab-hero .ab-btn--primary:hover,
.ab-hero .btn--primary:hover,
.svc-hero .svc-btn--primary:hover,
.svc-hero .btn--primary:hover,
.sc-hero .btn--primary:hover,
.cx-hero .btn--primary:hover {
background: #fff;
color: var(--ds-ink);
border-color: #fff;
}
.lp-hero .lp-btn--ghost,
.lp-hero .btn--ghost,
.lp-hero .lp-btn--outline,
.ab-hero .ab-btn--ghost,
.ab-hero .ab-btn--outline,
.ab-hero .btn--ghost,
.svc-hero .svc-btn--ghost,
.svc-hero .svc-btn--outline,
.svc-hero .btn--ghost,
.sc-hero .btn--ghost,
.cx-hero .btn--ghost {
background: transparent;
color: #fff;
border-color: rgba(255, 255, 255, 0.32);
}
.lp-hero .lp-btn--ghost:hover,
.lp-hero .btn--ghost:hover,
.lp-hero .lp-btn--outline:hover,
.ab-hero .ab-btn--ghost:hover,
.ab-hero .ab-btn--outline:hover,
.ab-hero .btn--ghost:hover,
.svc-hero .svc-btn--ghost:hover,
.svc-hero .svc-btn--outline:hover,
.svc-hero .btn--ghost:hover,
.sc-hero .btn--ghost:hover,
.cx-hero .btn--ghost:hover {
background: rgba(255, 255, 255, 0.08);
border-color: #fff;
color: #fff;
} .ds-section { padding: var(--section-py) 0; }
.ds-section-head {
max-width: var(--measure);
margin: 0 0 56px;
}
.ds-section-head--center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.ds-kicker {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--font-sans);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--ds-gold);
margin: 0 0 22px;
}
.ds-kicker::before {
content: "";
width: 28px;
height: 1px;
background: var(--ds-gold);
display: inline-block;
}
.ds-title {
font-family: var(--font-serif);
font-size: clamp(28px, 4.2vw, 46px);
font-weight: 700;
line-height: var(--line-tight);
letter-spacing: -0.02em;
color: var(--ds-ink);
margin: 0 0 22px;
}
.ds-title em {
font-style: normal;
color: var(--ds-gold);
font-weight: 800;
}
.ds-lead {
font-size: 16.5px;
line-height: 1.85;
color: var(--ds-text-2);
margin: 0;
max-width: var(--measure);
} .fade-section {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.76s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.76s cubic-bezier(0.22, 1, 0.36, 1);
will-change: opacity, transform;
}
.fade-section.visible,
.fade-section.is-visible { opacity: 1; transform: none; } [data-stagger] > * {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.66s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.66s cubic-bezier(0.22, 1, 0.36, 1);
will-change: opacity, transform;
}
[data-stagger].stagger-visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay:   0ms; }
[data-stagger].stagger-visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 100ms; }
[data-stagger].stagger-visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 190ms; }
[data-stagger].stagger-visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 272ms; }
[data-stagger].stagger-visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 346ms; }
@media (prefers-reduced-motion: reduce) {
.fade-section { opacity: 1 !important; transform: none !important; transition: none !important; }
[data-stagger] > * { opacity: 1 !important; transform: none !important; transition: none !important; }
} .site-footer {
background: #07101f;
color: #e5e7eb;
padding: 88px 28px 36px;
border-top: 1px solid rgba(255,255,255,0.04);
font-family: var(--font-sans);
}
.footer-inner {
max-width: var(--max-width);
margin: 0 auto;
display: grid;
grid-template-columns: 1.4fr 1fr 1fr;
gap: 56px;
align-items: start;
}
.footer-brand { display: flex; flex-direction: column; gap: 18px; max-width: 380px; }
.footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-logo-img { width: 38px; height: 38px; object-fit: contain; flex-shrink: 0; opacity: 0.9; }
.footer-logo-text { display: flex; flex-direction: column; gap: 3px; }
.footer-logo-main {
font-family: var(--font-serif);
font-size: 17px; font-weight: 700;
color: #f3efe6; letter-spacing: -0.025em;
}
.footer-logo-sub { font-size: 10.5px; color: rgba(201, 168, 106, 0.75); letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; }
.footer-desc {
font-size: 13.5px; line-height: 1.8;
color: rgba(229, 231, 235, 0.55);
letter-spacing: -0.003em;
margin: 0;
}
.footer-contact {
font-size: 13px; line-height: 2.1;
color: rgba(229, 231, 235, 0.7);
}
.footer-contact > div { display: flex; align-items: baseline; gap: 14px; }
.footer-contact .label {
color: rgba(201, 168, 106, 0.75);
font-weight: 600; margin-right: 0;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
flex: 0 0 48px;
}
.footer-contact a { color: inherit; transition: color 0.18s ease; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-col h4 {
font-size: 11px;
font-weight: 700;
margin: 0 0 20px;
color: var(--gold-light);
letter-spacing: 0.22em;
text-transform: uppercase;
}
.footer-links { display: grid; gap: 12px; font-size: 13.5px; }
.footer-links a {
color: rgba(229, 231, 235, 0.72);
transition: color 0.18s ease;
letter-spacing: -0.005em;
}
.footer-links a:hover { color: #fff; }
.footer-quick {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
}
.footer-quick a {
display: flex;
align-items: center;
gap: 8px;
padding: 0;
background: transparent;
color: rgba(229, 231, 235, 0.72);
font-size: 13.5px;
font-weight: 500;
letter-spacing: -0.005em;
transition: color 0.18s ease;
}
.footer-quick a:hover { background: transparent; color: #fff; }
.footer-quick a::before {
content: "→";
color: rgba(201, 168, 106, 0.55);
font-size: 12px;
transition: transform 0.22s ease, color 0.22s ease;
display: inline-block;
}
.footer-quick a:hover::before { transform: translateX(3px); color: var(--gold-light); }
.footer-line { max-width: var(--max-width); margin: 56px auto 24px; height: 1px; background: rgba(255,255,255,0.06); }
.footer-notice {
max-width: var(--max-width);
margin: 0 auto;
font-size: 12px;
line-height: 1.9;
color: rgba(229, 231, 235, 0.35);
letter-spacing: -0.003em;
}
.footer-bottom {
max-width: var(--max-width); margin: 20px auto 0;
display: flex; flex-wrap: wrap; gap: 14px 24px;
justify-content: space-between; align-items: center;
font-size: 11.5px; color: rgba(229, 231, 235, 0.38);
letter-spacing: 0.02em;
}
.footer-bottom a { color: inherit; transition: color 0.18s ease; }
.footer-bottom a:hover { color: var(--gold-light); } :root {
--desktop-consult-bar-h: 68px;
}
.desktop-consult-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 9997;
display: none;
background: rgba(10, 17, 34, 0.96);
border-top: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 -20px 48px -24px rgba(0, 0, 0, 0.55);
backdrop-filter: saturate(140%) blur(16px);
-webkit-backdrop-filter: saturate(140%) blur(16px);
}
.desktop-consult-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 12px 28px;
display: grid;
grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr);
gap: 32px;
align-items: center;
} .desktop-consult-copy {
display: flex;
align-items: baseline;
gap: 14px;
min-width: 0;
white-space: nowrap;
}
.desktop-consult-kicker {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 0;
background: transparent;
border: 0;
color: var(--gold-light);
font-size: 10.5px;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
}
.desktop-consult-kicker i { display: none; }
.desktop-consult-kicker::before {
content: "";
width: 20px;
height: 1px;
background: var(--gold-light);
opacity: 0.55;
}
.desktop-consult-title {
font-family: var(--font-sans);
font-size: 14.5px;
font-weight: 600;
color: rgba(255, 255, 255, 0.92);
line-height: 1.4;
letter-spacing: -0.005em;
}
.desktop-consult-sub {
font-size: 12.5px;
color: rgba(255, 255, 255, 0.48);
letter-spacing: -0.005em;
} .desktop-consult-form {
display: flex;
flex-direction: column;
gap: 6px;
min-width: 0;
}
.desktop-consult-honeypot {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
opacity: 0;
}
.desktop-consult-fields {
display: grid;
grid-template-columns: 120px 150px minmax(0, 1fr) auto;
gap: 6px;
align-items: center;
}
.desktop-consult-field { min-width: 0; }
.desktop-consult-field--pw { display: none; }
.desktop-consult-field--message { min-width: 0; }
.desktop-consult-input {
width: 100%;
height: 40px;
padding: 0 14px;
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.035);
color: #fff;
outline: none;
transition: var(--transition);
font-size: 13.5px;
font-family: inherit;
letter-spacing: -0.005em;
}
.desktop-consult-input::placeholder { color: rgba(255, 255, 255, 0.38); }
.desktop-consult-input:focus {
border-color: rgba(201, 168, 106, 0.55);
background: rgba(255, 255, 255, 0.06);
}
.desktop-consult-textarea {
height: 42px;
padding: 11px 14px;
resize: none;
line-height: 1.4;
overflow: hidden;
} .desktop-consult-submit {
height: 40px;
padding: 0 22px;
border-radius: 4px;
background: var(--gold-light);
color: var(--ds-ink);
font-weight: 700;
font-size: 13.5px;
letter-spacing: -0.005em;
border: 1px solid var(--gold-light);
transition: var(--transition);
white-space: nowrap;
display: inline-flex;
align-items: center;
gap: 8px;
}
.desktop-consult-submit:hover {
background: #fff;
color: var(--ds-ink);
border-color: #fff;
}
.desktop-consult-submit:disabled { opacity: 0.6; cursor: not-allowed; } .desktop-consult-meta {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
font-size: 11.5px;
color: rgba(255, 255, 255, 0.55);
}
.desktop-consult-privacy {
display: inline-flex;
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.62);
font-weight: 500;
cursor: pointer;
}
.desktop-consult-privacy input {
width: 13px;
height: 13px;
accent-color: var(--gold);
margin: 0;
}
.desktop-consult-privacy-link {
color: rgba(255, 255, 255, 0.55);
font-weight: 600;
text-decoration: underline;
text-underline-offset: 2px;
}
.desktop-consult-privacy-link:hover { color: var(--gold-light); }
.desktop-consult-status {
font-weight: 600;
}
.desktop-consult-status[data-tone="success"] { color: var(--gold-light); }
.desktop-consult-status[data-tone="error"]   { color: #f87171; }
@media (min-width: 993px) {
body { padding-bottom: calc(var(--desktop-consult-bar-h, 78px) + env(safe-area-inset-bottom, 0px)); }
.desktop-consult-bar { display: block; animation: desktopConsultIn 320ms ease-out both; } .fixed-cta-bar { display: none !important; }
}
@media (max-width: 1180px) and (min-width: 993px) { .desktop-consult-inner {
grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
gap: 18px;
}
.desktop-consult-sub { display: none; }
.desktop-consult-fields {
grid-template-columns: 110px 140px minmax(0, 1fr) auto;
}
}
@keyframes desktopConsultIn {
from { transform: translateY(14px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
.desktop-consult-bar { animation: none !important; }
}
@media (max-width: 1120px) {
.desktop-consult-copy { min-width: 160px; }
.desktop-consult-sub { display: none; }
}
@media (max-width: 1024px) {
.desktop-consult-fields { flex-wrap: wrap; }
.desktop-consult-field--message { min-width: 100%; }
} .desktop-right-cta {
position: fixed; right: 18px; top: 50%;
transform: translateY(-50%); z-index: 9998; display: none;
}
.desktop-right-cta-stack { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.desktop-right-cta-btn {
display: flex; align-items: center; gap: 12px;
padding: 12px 14px;
background: rgba(10,15,30,0.93);
color: #f0ede8;
text-decoration: none;
box-shadow: 0 8px 28px rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.08);
border-radius: var(--radius-md);
transition: var(--transition);
min-width: 164px;
backdrop-filter: blur(10px);
}
.desktop-right-cta-btn.primary { background: var(--gold); color: var(--navy); border-color: transparent; }
.desktop-right-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,0.35); }
.desktop-right-cta-btn i { font-size: 17px; width: 20px; text-align: center; }
.desktop-right-cta-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.desktop-right-cta-text .main { font-weight: 800; font-size: 13px; line-height: 1.1; white-space: nowrap; }
.desktop-right-cta-text .sub { font-weight: 600; font-size: 11px; opacity: 0.75; white-space: nowrap; }
.desktop-right-cta-text .sub.mono { font-feature-settings: "tnum"; letter-spacing: 0.02em; }
.desktop-right-cta-details { position: relative; }
.desktop-right-cta-details > summary { list-style: none; }
.desktop-right-cta-details > summary::-webkit-details-marker { display: none; }
.desktop-right-cta-arrow { margin-left: auto; font-size: 12px; opacity: 0.7; transition: transform 0.2s ease; }
.desktop-right-cta-details[open] .desktop-right-cta-arrow { transform: rotate(180deg); }
.desktop-right-cta-dropdown {
position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%);
width: 220px; background: var(--bg-card);
border: 1px solid var(--border-light);
box-shadow: 0 16px 48px rgba(10,15,30,0.2);
border-radius: var(--radius-lg);
overflow: hidden; padding: 6px;
}
.desktop-right-cta-dropdown a {
display: flex; align-items: center; gap: 10px;
padding: 9px 11px; font-weight: 700; font-size: 13px; color: var(--navy);
}
.desktop-right-cta-dropdown a:hover { background: var(--bg-warm); }
.desktop-right-cta-chip {
width: 22px; height: 22px;
display: inline-flex; align-items: center; justify-content: center;
background: var(--navy); color: var(--gold-light);
font-size: 11px; font-weight: 800; flex-shrink: 0;
border-radius: var(--radius-sm);
} .desktop-right-cta.desktop-right-cta--light { right: 20px; }
.desktop-right-cta--light .desktop-right-cta-btn {
padding: 14px 16px;
background: rgba(10,15,30,0.92);
color: #e8e8e8;
box-shadow: 0 8px 32px rgba(0,0,0,0.2);
min-width: 180px;
backdrop-filter: blur(12px);
}
.desktop-right-cta--light .desktop-right-cta-btn.primary { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.desktop-right-cta--light .desktop-right-cta-btn:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.desktop-right-cta--light .desktop-right-cta-btn i { font-size: 16px; opacity: 0.9; }
.desktop-right-cta--light .desktop-right-cta-text .main { font-weight: 700; line-height: 1.2; }
.desktop-right-cta--light .desktop-right-cta-text .sub { font-weight: 500; opacity: 0.6; }
.desktop-right-cta--light .desktop-right-cta-arrow { opacity: 0.6; }
.desktop-right-cta--light .desktop-right-cta-details[open] > summary.desktop-right-cta-btn { border-color: rgba(184,146,74,0.4); }
.desktop-right-cta--light .desktop-right-cta-dropdown {
right: calc(100% + 12px);
background: #fff;
box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}
.desktop-right-cta--light .desktop-right-cta-dropdown a {
padding: 12px 14px;
font-weight: 600;
color: var(--text-primary);
text-decoration: none;
transition: var(--transition);
}
.desktop-right-cta--light .desktop-right-cta-chip { color: var(--gold); font-weight: 700; }
.desktop-right-cta.desktop-right-cta--dark { right: 20px; }
.desktop-right-cta--dark .desktop-right-cta-btn {
padding: 12px 16px;
background: rgba(10,15,30,0.94);
color: #f8fafc;
box-shadow: 0 8px 32px rgba(0,0,0,0.3);
min-width: 168px;
border-radius: var(--radius-md);
backdrop-filter: none;
}
.desktop-right-cta--dark .desktop-right-cta-btn.primary { background: var(--gold); color: #fff; border-color: transparent; }
.desktop-right-cta--dark .desktop-right-cta-btn:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.35); }
.desktop-right-cta--dark .desktop-right-cta-btn i { font-size: 16px; opacity: 1; }
.desktop-right-cta--dark .desktop-right-cta-dropdown {
right: calc(100% + 12px);
background: #fff;
box-shadow: 0 20px 50px rgba(0,0,0,0.2);
padding: 8px;
}
.desktop-right-cta--dark .desktop-right-cta-dropdown a { padding: 10px 12px; }
.desktop-right-cta--dark .desktop-right-cta-chip { color: var(--gold); font-weight: 900; } body.has-fixed-cta { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
body.ksl-page-index.has-fixed-cta { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
body.has-fixed-cta.ksl-cta-light { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }
body.has-fixed-cta.ksl-cta-dark { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
.fixed-cta-bar {
position: fixed; left: 0; bottom: 0; width: 100%;
background: rgba(10, 17, 34, 0.97);
backdrop-filter: saturate(140%) blur(16px);
-webkit-backdrop-filter: saturate(140%) blur(16px);
border-top: 1px solid rgba(255, 255, 255, 0.05);
border-top-left-radius: 0;
border-top-right-radius: 0;
box-shadow: 0 -16px 32px -16px rgba(0, 0, 0, 0.45);
z-index: 9999;
padding: 0 0 env(safe-area-inset-bottom, 0px);
}
.fixed-cta-bar.fixed-cta-bar--light { box-shadow: 0 -8px 32px rgba(0,0,0,0.3); }
.fixed-cta-bar.fixed-cta-bar--dark {
border-top: 1px solid rgba(184,146,74,0.35);
box-shadow: 0 -8px 24px rgba(0,0,0,0.3);
}
.fixed-cta-inner { width: 100%; max-width: 1280px; margin: 0 auto; display: flex; align-items: stretch; flex-wrap: nowrap; }
.fixed-cta-inner > * { flex: 1 1 0; min-width: 0; }
.cta-dropdown-wrap, .cta-faq-wrap { position: relative; display: flex; }
.cta-dropdown-btn, #ctaFaq { width: 100%; height: 100%; }
.fixed-cta-bar--compact .cta-btn {
display: flex; align-items: center; justify-content: center;
flex-direction: column; gap: 2px;
padding: 10px 0; min-height: 50px;
border: none; border-right: 1px solid rgba(255,255,255,0.08);
background: var(--navy); color: rgba(255,255,255,0.86);
font-size: 10px; font-weight: 700;
white-space: nowrap; cursor: pointer; touch-action: manipulation;
transition: background 0.15s ease;
}
.fixed-cta-bar--compact .cta-btn.primary { background: var(--gold); color: var(--navy); }
.fixed-cta-bar--compact .cta-btn.primary:hover { background: var(--gold-light); }
.fixed-cta-bar--compact .cta-btn:hover { background: var(--navy-mid); }
body.ksl-page-index .fixed-cta-bar--compact .cta-btn { padding: 10px 0; font-size: 10px; }
.fixed-cta-bar--compact .cta-icon {
width: 18px; height: 18px;
display: flex; align-items: center; justify-content: center;
font-size: 11px; font-weight: 800;
background: rgba(255,255,255,0.12); color: var(--gold-light);
}
.fixed-cta-bar--compact .cta-btn.primary .cta-icon { background: rgba(10,15,30,0.2); color: var(--navy); }
.fixed-cta-bar--compact .cta-label-main { font-size: 10px; font-weight: 700; line-height: 1.1; }
.fixed-cta-bar--compact .arrow { font-size: 8px; opacity: 0.75; }
.fixed-cta-bar--compact .cta-dropdown,
.fixed-cta-bar--compact #ctaFaqBox {
display: none;
position: absolute; bottom: calc(58px + env(safe-area-inset-bottom, 0px));
left: 0; width: 100%;
background: var(--bg-card); border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
box-shadow: 0 -8px 24px rgba(10,15,30,0.18); z-index: 2;
}
.fixed-cta-bar--compact .cta-dropdown.open,
.fixed-cta-bar--compact #ctaFaqBox.open { display: block; }
.fixed-cta-bar--compact .cta-dropdown a,
.fixed-cta-bar--compact #ctaFaqBox a {
padding: 11px 14px; display: flex; align-items: center; gap: 8px;
font-size: 13px; font-weight: 700; color: var(--navy);
border-bottom: 1px solid var(--border-subtle);
}
.fixed-cta-bar--compact .cta-dropdown a:last-child,
.fixed-cta-bar--compact #ctaFaqBox a:last-child { border-bottom: none; }
.fixed-cta-bar--compact .sub-icon {
width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;
background: var(--navy); color: var(--gold-light); font-size: 11px; font-weight: 800; flex-shrink: 0;
}
.fixed-cta-bar--light .cta-btn {
display: flex; align-items: center; justify-content: center; gap: 8px;
border-radius: 0; padding: 14px 0; min-height: 58px;
border: none; background: rgba(10, 17, 34, 0.97);
color: rgba(255, 255, 255, 0.82);
text-decoration: none; font-size: 12.5px; font-weight: 600;
letter-spacing: -0.005em;
white-space: nowrap; cursor: pointer; touch-action: manipulation;
transition: background 0.18s ease, color 0.18s ease;
border-right: 1px solid rgba(255,255,255,0.05);
}
.fixed-cta-bar--light .cta-btn:last-child { border-right: none; }
.fixed-cta-bar--light .cta-btn:active { background: rgba(10, 17, 34, 1); }
.fixed-cta-bar--light .cta-btn.primary {
background: var(--gold-light);
color: var(--navy);
font-weight: 700;
}
.fixed-cta-bar--light .cta-btn.primary:active { background: var(--gold); }
.fixed-cta-bar--light .cta-icon {
width: 18px; height: 18px;
display: flex; align-items: center; justify-content: center;
font-size: 12px; font-weight: 600;
background: transparent; color: var(--gold-light);
}
.fixed-cta-bar--light .cta-btn.primary .cta-icon { color: var(--navy); }
.fixed-cta-bar--light .cta-label-sub { display: none; }
.fixed-cta-bar--light .cta-label-main { font-size: 12.5px; font-weight: 600; line-height: 1; }
.fixed-cta-bar--light .cta-btn.primary .cta-label-main { font-weight: 700; }
.fixed-cta-bar--light .cta-dropdown {
display: none; position: absolute;
bottom: calc(56px + env(safe-area-inset-bottom, 0px));
left: 0; width: 100%;
background: #fff; border: none;
border-radius: var(--radius-lg);
box-shadow: 0 -12px 40px rgba(0,0,0,0.2); z-index: 2;
}
.fixed-cta-bar--light .cta-dropdown.open { display: block; }
.fixed-cta-bar--light .cta-dropdown a {
padding: 14px 16px; display: flex; align-items: center; gap: 10px;
font-size: 14px; color: var(--text-primary); font-weight: 600;
text-decoration: none; border-bottom: 1px solid var(--border-subtle);
}
.fixed-cta-bar--light .cta-dropdown a:last-child { border-bottom: none; }
.fixed-cta-bar--light .cta-dropdown a:hover { background: var(--bg-warm); }
.fixed-cta-bar--light .sub-icon {
width: 20px; height: 20px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
background: var(--navy); color: var(--gold); font-size: 10px; font-weight: 700;
}
.fixed-cta-bar--light #ctaFaqBox {
display: none; position: absolute;
bottom: calc(56px + env(safe-area-inset-bottom, 0px));
left: 0; width: 100%;
background: #fff; border: none;
border-radius: var(--radius-lg);
box-shadow: 0 -12px 40px rgba(0,0,0,0.2); z-index: 2;
}
.fixed-cta-bar--light #ctaFaqBox.open { display: block; }
.fixed-cta-bar--light #ctaFaqBox a {
padding: 14px 16px; display: flex;
font-size: 14px; color: var(--text-primary); font-weight: 600;
text-decoration: none; border-bottom: 1px solid var(--border-subtle);
}
.fixed-cta-bar--light #ctaFaqBox a:last-child { border-bottom: none; }
.fixed-cta-bar--light #ctaFaqBox a:hover { background: var(--bg-warm); }
.fixed-cta-bar--dark .cta-btn {
display: flex; align-items: center; justify-content: center;
gap: 6px; border-radius: 0; padding: 14px 0; min-height: 60px;
border: none; border-right: 1px solid rgba(255,255,255,0.06);
background: var(--navy); color: rgba(255,255,255,0.85);
text-decoration: none; font-size: 13px; font-weight: 700;
white-space: nowrap; cursor: pointer; touch-action: manipulation;
transition: background 0.16s ease;
}
.fixed-cta-bar--dark .cta-btn:last-child { border-right: none; }
.fixed-cta-bar--dark .cta-btn.primary { background: var(--gold); color: #fff; border-right-color: rgba(255,255,255,0.1); }
.fixed-cta-bar--dark .cta-btn.primary:hover { background: var(--gold-light); }
.fixed-cta-bar--dark .cta-icon {
width: 20px; height: 20px;
display: flex; align-items: center; justify-content: center;
font-size: 12px; background: rgba(255,255,255,0.12); color: #fff;
}
.fixed-cta-bar--dark .cta-btn.primary .cta-icon { background: rgba(0,0,0,0.15); }
.fixed-cta-bar--dark .cta-label-sub { font-size: 11px; opacity: 0.7; }
.fixed-cta-bar--dark .cta-dropdown,
.fixed-cta-bar--dark #ctaFaqBox {
display: none; position: absolute;
bottom: calc(60px + env(safe-area-inset-bottom, 0px));
left: 0; width: 100%;
border-radius: var(--radius-lg);
background: #fff; box-shadow: 0 -12px 32px rgba(0,0,0,0.2); z-index: 2;
}
.fixed-cta-inner > :first-child .cta-btn { border-top-left-radius: var(--radius-lg); }
.fixed-cta-inner > :last-child .cta-btn { border-top-right-radius: var(--radius-lg); }
.fixed-cta-bar--dark .cta-dropdown.open,
.fixed-cta-bar--dark #ctaFaqBox.open { display: block; }
.fixed-cta-bar--dark .cta-dropdown a {
padding: 12px 16px; display: flex; align-items: center; gap: 8px;
font-size: 13px; color: var(--navy); text-decoration: none;
border-bottom: 1px solid var(--border-subtle); font-weight: 600;
}
.fixed-cta-bar--dark .cta-dropdown a:last-child { border-bottom: none; }
.fixed-cta-bar--dark #ctaFaqBox a {
padding: 12px 16px; display: flex; font-size: 13px;
color: var(--navy); text-decoration: none;
border-bottom: 1px solid var(--border-subtle); font-weight: 600;
}
.fixed-cta-bar--dark #ctaFaqBox a:last-child { border-bottom: none; }
.fixed-cta-bar--dark .sub-icon {
width: 18px; height: 18px;
display: flex; align-items: center; justify-content: center;
background: var(--navy); color: var(--gold); font-size: 11px; font-weight: 900;
} .ksl-top-button {
position: fixed;
right: clamp(14px, 2.4vw, 24px);
bottom: calc(70px + env(safe-area-inset-bottom, 0px));
width: 52px;
height: 52px;
border: 1px solid rgba(184, 146, 74, 0.42);
border-radius: 999px;
background: rgba(10, 15, 30, 0.9);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 30px rgba(10, 15, 30, 0.32);
backdrop-filter: blur(8px);
z-index: 10000;
opacity: 0;
transform: translate3d(0, 10px, 0);
pointer-events: none;
transition:
opacity 0.24s ease,
transform 0.24s ease,
background-color 0.24s ease,
border-color 0.24s ease,
box-shadow 0.24s ease;
}
.ksl-top-button i {
font-size: 14px;
line-height: 1;
}
.ksl-top-button-label {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.ksl-top-button.is-visible {
opacity: 1;
transform: translate3d(0, 0, 0);
pointer-events: auto;
}
.ksl-top-button:hover {
background: rgba(10, 15, 30, 0.98);
border-color: rgba(212, 185, 120, 0.95);
box-shadow: 0 16px 32px rgba(10, 15, 30, 0.36);
}
.ksl-top-button:focus-visible {
outline: 3px solid rgba(184, 146, 74, 0.55);
outline-offset: 2px;
} @media (min-width: 993px) {
.desktop-right-cta { display: block; }
.fixed-cta-bar { display: none; }
body.has-fixed-cta { padding-bottom: 0 !important; }
.ksl-top-button {
bottom: calc(var(--desktop-consult-bar-h, 112px) + env(safe-area-inset-bottom, 0px) + 14px);
}
}
@media (max-width: 992px) {
.gnb {
position: fixed; top: var(--header-h); right: -100%;
width: min(100%, 360px); height: calc(100vh - var(--header-h));
background: var(--bg-card); flex-direction: column;
padding: 20px 0 40px; overflow-y: auto;
color: var(--navy);
border-left: 1px solid var(--border-light);
border-top-left-radius: var(--radius-lg);
border-bottom-left-radius: var(--radius-lg);
box-shadow: -4px 0 20px rgba(0,0,0,0.08);
transition: right 0.3s ease; z-index: 1000; align-items: flex-start; gap: 0;
}
.gnb.open { right: 0; }
.nav-list { flex-direction: column; width: 100%; height: auto; gap: 0; }
.nav-item { width: 100%; height: auto; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--border-subtle); padding: 4px 0; }
.nav-link { width: calc(100% - 24px); height: auto; padding: 15px 18px; margin: 0 12px; font-size: 16px; border-radius: var(--radius-md); } .site-header .gnb .nav-link {
color: var(--navy);
font-weight: 800;
letter-spacing: -0.01em;
}
.site-header .gnb .nav-link:hover,
.site-header .gnb .nav-link.active {
background: rgba(184,146,74,0.14);
color: var(--navy);
}
.site-header .gnb .nav-item.active > .nav-link,
.site-header .gnb .menu-item-has-children.active > a {
background: rgba(184,146,74,0.14);
color: var(--navy);
}
.sub-menu {
position: static; width: calc(100% - 24px);
margin: 0 12px 8px;
box-shadow: none;
border: 1px solid var(--border-subtle);
border-radius: var(--radius-md);
background: var(--bg-warm);
opacity: 1; visibility: visible; transform: none;
padding: 6px; display: none;
}
.nav-item.active .sub-menu,
.menu-item-has-children.active .sub-menu { display: block; }
.sub-menu a { padding: 11px 20px; margin: 2px 6px; border-radius: var(--radius-sm); font-size: 14px; color: var(--navy); font-weight: 700; }
.sub-menu a:hover { background: rgba(184,146,74,0.12); color: var(--navy); }
.nav-cta { margin: 24px auto; width: calc(100% - 48px); text-align: center; height: 46px; justify-content: center; display: flex; }
.menu-toggle { display: flex; align-items: center; }
.site-header .gnb .nav-link:focus-visible,
.site-header .gnb .sub-menu a:focus-visible,
.site-header .gnb .nav-cta:focus-visible {
outline: 3px solid rgba(184,146,74,0.55);
outline-offset: -3px;
}
}
@media (max-width: 900px) {
.footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 768px) {
html body { font-size: 16px; }
body.has-fixed-cta.ksl-cta-light { padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px)); }
body.has-fixed-cta.ksl-cta-dark { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }
.fixed-cta-bar--light .cta-btn { padding: 10px 0; min-height: 52px; font-size: 11px; }
.fixed-cta-bar--light .cta-label-sub { display: none; }
.fixed-cta-bar--light .cta-dropdown,
.fixed-cta-bar--light #ctaFaqBox { bottom: calc(52px + env(safe-area-inset-bottom, 0px)); }
.fixed-cta-bar--dark .cta-btn { padding: 12px 0; min-height: 56px; font-size: 12px; }
.fixed-cta-bar--dark .cta-label-sub { display: none; }
.fixed-cta-bar--dark .cta-dropdown,
.fixed-cta-bar--dark #ctaFaqBox { bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 640px) {
.site-footer { padding: 40px 16px 28px; }
.footer-inner { grid-template-columns: 1fr; gap: 28px; }
.footer-quick { grid-template-columns: 1fr 1fr; }
.footer-bottom { flex-direction: column; align-items: flex-start; }
body .container,
body .inner,
body .header-inner { padding-left: 16px; padding-right: 16px; }
body .footer-desc,
body .footer-contact,
body .footer-links { font-size: 14px; }
body .footer-quick a { font-size: 13px; }
body .footer-notice,
body .footer-bottom { font-size: 13px; }
} :root {
--ksl-space-1: 10px;
--ksl-space-2: 14px;
--ksl-space-3: 18px;
--ksl-space-4: 24px;
--ksl-space-5: 32px;
--ksl-space-6: 44px;
--ksl-card-radius: 14px;
--ksl-card-border: 1px solid var(--border-light);
--ksl-card-shadow: 0 8px 28px rgba(10, 15, 30, 0.08);
}
main.page-main {
color: var(--text-primary);
background: var(--bg-page);
font-family: var(--font-sans);
line-height: 1.75;
letter-spacing: -0.01em;
}
main.page-main .inner,
main.page-main .container {
max-width: var(--max-width);
margin: 0 auto;
padding-left: clamp(16px, 3vw, 24px);
padding-right: clamp(16px, 3vw, 24px);
}
main.page-main .section-py {
padding-top: clamp(56px, 7vw, 96px);
padding-bottom: clamp(56px, 7vw, 96px);
}
main.page-main :is(.about-hero, .contact-hero, .cases-hero, .faq-hero, .location-hero, .pasan-hero, .hero-area) {
position: relative;
overflow: hidden;
padding-top: clamp(72px, 9vw, 112px);
padding-bottom: clamp(88px, 11vw, 132px);
background:
radial-gradient(130% 150% at 85% -20%, rgba(184, 146, 74, 0.22), rgba(184, 146, 74, 0) 55%),
linear-gradient(145deg, #0a1020 0%, #0b1327 50%, #121d34 100%);
color: #fff;
text-align: center;
}
main.page-main :is(.hero-kicker, .hero-badge, .pasan-hero-kicker, .contact-hero-kicker, .faq-hero-kicker, .cases-kicker, .loc-kicker) {
display: inline-block;
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 700;
color: var(--gold-light);
}
main.page-main :is(.hero-title, .pasan-hero-title, .contact-hero-title, .faq-hero-title, .cases-title, .loc-title) {
margin: 0 0 14px;
font-family: var(--font-serif);
font-size: clamp(30px, 4.2vw, 46px);
line-height: 1.3;
letter-spacing: -0.02em;
color: #fff;
}
main.page-main :is(.hero-line, .pasan-hero-line, .loc-hero-line) {
width: 44px;
height: 2px;
margin: 0 auto 18px;
background: var(--gold);
}
main.page-main :is(.hero-desc, .pasan-hero-desc, .contact-hero-desc, .faq-hero-desc, .cases-desc, .loc-desc) {
max-width: 720px;
margin: 0 auto;
font-size: 16px;
line-height: 1.85;
color: rgba(255, 255, 255, 0.78);
} body:not(.ksl-page-index) main.page-main > :is(.about-hero, .contact-hero, .cases-hero, .faq-hero, .location-hero, .pasan-hero, .hero-area, .legal-hero) {
margin-top: calc(var(--header-h) * -1);
}
main.page-main :is(.section-title, .section-heading, .pasan-card-title, .faq-group-title, .cases-head-title, .sec-title, .form-title, .legal-title, .page-title) {
font-family: var(--font-serif);
font-size: clamp(24px, 3vw, 34px);
line-height: 1.35;
letter-spacing: -0.02em;
color: var(--navy);
}
main.page-main :is(.section-kicker, .consult-kicker, .sec-kicker, .faq-group-kicker, .cases-head-kicker, .legal-kicker) {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--gold);
}
main.page-main :is(.section-desc, .pasan-card-desc, .faq-group-desc, .cases-head-sub, .form-desc, .legal-desc, .page-excerpt) {
color: var(--text-secondary);
font-size: 16px;
line-height: 1.85;
}
main.page-main :is(.form-card, .board-card, .info-card, .legal-card, .profile-card, .diff-card, .service-item, .pasan-section-card, .main-card, .mobile-card, .check-card, .sol-card, .case-card, .review-card, .consult-form-card, .select-card, .trans-item, .info-block, .photo-item, .map-container, .lock-form, .q-box, .a-box, .faq-note, .faq-table-wrap) {
border-radius: var(--ksl-card-radius);
border: var(--ksl-card-border);
box-shadow: var(--ksl-card-shadow);
}
main.page-main :is(.form-card, .board-card, .info-card, .legal-card, .diff-card, .service-item, .pasan-section-card, .main-card, .mobile-card, .check-card, .sol-card, .case-card, .review-card, .consult-form-card, .select-card, .trans-item, .info-block, .photo-item, .lock-form, .q-box, .faq-note, .faq-table-wrap) {
background: var(--bg-card);
}
main.page-main .a-box {
background: linear-gradient(180deg, #faf9f4 0%, #f4f1e8 100%);
border-color: rgba(166, 130, 63, 0.24);
color: var(--navy);
}
main.page-main .consult-card {
background:
radial-gradient(120% 120% at 15% -10%, rgba(184, 146, 74, 0.28), rgba(184, 146, 74, 0) 58%),
linear-gradient(150deg, #091022 0%, #0c162b 52%, #14203a 100%);
border: 1px solid rgba(184, 146, 74, 0.28);
border-radius: var(--ksl-card-radius);
box-shadow: 0 16px 42px rgba(10, 15, 30, 0.25);
}
main.page-main .consult-card .consult-title { color: #fff; }
main.page-main .consult-card .consult-kicker { color: var(--gold-light); }
main.page-main .consult-card .consult-desc { color: rgba(255, 255, 255, 0.72); }
main.page-main :is(.btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn) {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 46px;
padding: 0 22px;
border-radius: 10px;
border: 1px solid transparent;
font-weight: 700;
line-height: 1;
letter-spacing: -0.01em;
text-decoration: none;
transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
main.page-main :is(.btn-primary, .submit-btn, .btn-navy, .btn-submit-main, .btn-action.navy, .lock-btn) {
background: var(--navy);
color: #fff;
border-color: var(--navy);
}
main.page-main :is(.btn-primary, .submit-btn, .btn-navy, .btn-submit-main, .btn-action.navy, .lock-btn):hover {
background: var(--navy-mid);
border-color: var(--navy-mid);
box-shadow: 0 10px 24px rgba(10, 15, 30, 0.2);
transform: translateY(-1px);
}
main.page-main :is(.btn-outline, .btn-ghost, .btn-action.light, .desktop-bottom-cta-btn) {
background: #fff;
color: var(--navy);
border-color: rgba(10, 15, 30, 0.22);
}
main.page-main :is(.btn-outline, .btn-ghost, .btn-action.light, .desktop-bottom-cta-btn):hover {
border-color: var(--gold);
color: var(--gold);
box-shadow: 0 10px 24px rgba(10, 15, 30, 0.14);
transform: translateY(-1px);
}
main.page-main :is(.cta-btn, .consult-btn, .btn-gold, .desktop-bottom-cta-btn.primary) {
background: var(--gold);
color: var(--navy);
border-color: var(--gold);
}
main.page-main :is(.cta-btn, .consult-btn, .btn-gold, .desktop-bottom-cta-btn.primary):hover {
background: var(--gold-light);
border-color: var(--gold-light);
color: var(--navy);
box-shadow: 0 10px 24px rgba(184, 146, 74, 0.28);
transform: translateY(-1px);
}
main.page-main :is(.btn-group, .btn-action-group) {
display: flex;
flex-wrap: wrap;
gap: var(--ksl-space-2);
}
main.page-main :is(.form-input, .form-select, .form-textarea, .lock-input) {
border-radius: 10px;
border: 1px solid var(--border-light);
background: #fff;
color: var(--text-primary);
}
main.page-main :is(.form-input, .form-select, .form-textarea, .lock-input):focus {
border-color: var(--gold);
box-shadow: 0 0 0 4px rgba(184, 146, 74, 0.14);
outline: none;
}
main.page-main :is(.acc-btn, .faq-question, .case-q, .board-row, .mobile-card, .select-card, .btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn):focus-visible {
outline: 3px solid rgba(184, 146, 74, 0.42);
outline-offset: 2px;
}
main.page-main .pasan-nav-wrapper {
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--border-light);
}
main.page-main .pasan-nav-link {
font-weight: 700;
letter-spacing: -0.01em;
color: var(--text-muted);
}
main.page-main .pasan-nav-link:hover { color: var(--navy); }
main.page-main .pasan-nav-link.active {
color: var(--navy);
border-bottom-color: var(--gold);
}
main.page-main :is(.board-table thead, .faq-table thead) {
background: var(--navy);
}
main.page-main :is(.board-table th, .faq-table th) {
color: #fff;
}
main.page-main .faq-table tbody th {
color: var(--navy);
}
main.page-main :is(.board-table td, .faq-table td) {
color: var(--text-secondary);
}
@media (max-width: 992px) {
main.page-main :is(.btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn) {
min-height: 44px;
padding: 0 18px;
}
}
@media (max-width: 768px) {
main.page-main :is(.about-hero, .contact-hero, .cases-hero, .faq-hero, .location-hero, .pasan-hero, .hero-area) {
padding-top: calc(var(--header-h) + 6px);
padding-bottom: 74px;
}
main.page-main :is(.hero-title, .pasan-hero-title, .contact-hero-title, .faq-hero-title, .cases-title, .loc-title) {
font-size: clamp(26px, 7vw, 34px);
}
main.page-main :is(.section-title, .section-heading, .pasan-card-title, .faq-group-title, .cases-head-title, .sec-title, .form-title, .legal-title, .page-title) {
font-size: clamp(22px, 5.6vw, 30px);
}
} :root {
--ksl-reading-measure: 66ch;
--ksl-reading-measure-wide: 76ch;
--ksl-section-gap: clamp(64px, 8vw, 112px);
--ksl-card-shadow-soft: 0 18px 46px rgba(10, 15, 30, 0.08);
--ksl-card-shadow-strong: 0 24px 60px rgba(10, 15, 30, 0.14);
}
body {
text-rendering: optimizeLegibility;
}
body.menu-open {
overflow: hidden;
}
.site-header,
.site-header .gnb,
.site-header .nav-link,
.site-header .nav-cta,
.site-header .sub-menu {
transition:
background-color var(--transition),
border-color var(--transition),
box-shadow var(--transition),
color var(--transition),
transform var(--transition),
opacity var(--transition);
}
.site-header .nav-link {
letter-spacing: -0.012em;
}
.site-header .nav-cta {
box-shadow: 0 10px 26px rgba(10, 15, 30, 0.12);
}
.site-header.site-header--hero .nav-link,
.site-header.site-header--hero .topline-links a,
.site-header.site-header--hero .topline-copy {
color: rgba(255, 255, 255, 0.92);
}
.site-header.site-header--hero .nav-link:hover,
.site-header.site-header--hero .nav-link.active,
.site-header.site-header--hero .topline-links a:hover {
color: #fff;
}
.site-header.site-header--hero.is-scrolled .nav-link {
color: rgba(255, 255, 255, 0.9);
}
main.page-main {
font-size: clamp(16px, 0.25vw + 15px, 18px);
line-height: 1.82;
letter-spacing: -0.012em;
overflow-x: clip;
}
main.page-main :is(p, li, dd, dt, blockquote, h1, h2, h3, h4, h5, h6, span, label, small, strong, em) {
word-break: keep-all;
overflow-wrap: break-word;
}
main.page-main :is(a, code, pre, .break-anywhere) {
overflow-wrap: anywhere;
word-break: break-word;
}
main.page-main p {
margin: 0 0 1em;
} main.page-main .wp-content > :is(h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote) {
max-width: min(var(--ksl-reading-measure-wide), 100%);
margin-left: auto;
margin-right: auto;
}
main.page-main .wp-content :is(p, li, dd, dt) {
color: #334155;
line-height: 1.92;
text-wrap: pretty;
}
main.page-main .wp-content :is(h2, h3, h4, h5, h6) {
font-family: var(--font-serif);
letter-spacing: -0.02em;
line-height: 1.35;
color: var(--navy);
margin: 1.6em auto 0.6em;
}
main.page-main .wp-content h2 { font-size: clamp(20px, 1.7vw, 28px); }
main.page-main .wp-content h3 { font-size: clamp(18px, 1.35vw, 22px); }
main.page-main .wp-content h4 { font-size: 18px; }
main.page-main .wp-content :is(ul, ol) {
padding-left: 1.2em;
margin: 0 0 1.1em;
}
main.page-main .wp-content li {
margin: 0.35em 0;
}
main.page-main .wp-content blockquote {
margin: 0 0 1.2em;
padding: 14px 16px;
border-left: 4px solid rgba(184, 146, 74, 0.55);
background: rgba(245, 243, 239, 0.75);
border-radius: 12px;
}
main.page-main .wp-content a {
color: var(--navy);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.18em;
}
main.page-main .wp-content a:hover {
color: var(--gold);
}
main.page-main .section-py {
padding-top: var(--ksl-section-gap);
padding-bottom: var(--ksl-section-gap);
}
main.page-main :is(.page-head, .ksl-page-head) {
display: grid;
gap: 14px;
max-width: min(760px, 100%);
margin-bottom: clamp(28px, 4vw, 44px);
}
main.page-main :is(.hero-title, .pasan-hero-title, .contact-hero-title, .faq-hero-title, .cases-title, .loc-title, .section-title, .section-heading, .pasan-card-title, .faq-group-title, .cases-head-title, .sec-title, .form-title, .legal-title, .page-title) {
text-wrap: balance;
}
main.page-main :is(.hero-desc, .pasan-hero-desc, .contact-hero-desc, .faq-hero-desc, .cases-desc, .loc-desc) {
max-width: min(var(--ksl-reading-measure-wide), 100%);
}
main.page-main :is(.section-desc, .pasan-card-desc, .faq-group-desc, .cases-head-sub, .form-desc, .legal-desc, .page-excerpt) {
max-width: min(var(--ksl-reading-measure), 100%);
font-size: clamp(16px, 1.06vw, 18px);
line-height: 1.92;
color: #334155;
text-wrap: pretty;
}
main.page-main .section-header {
display: grid;
gap: 14px;
max-width: min(760px, 100%);
margin-bottom: clamp(34px, 5vw, 58px);
}
main.page-main :is(.section-kicker, .consult-kicker, .sec-kicker, .faq-group-kicker, .cases-head-kicker, .legal-kicker) {
margin-bottom: 0;
}
main.page-main :is(.form-card, .board-card, .info-card, .legal-card, .profile-card, .diff-card, .service-item, .pasan-section-card, .main-card, .mobile-card, .check-card, .sol-card, .case-card, .review-card, .consult-form-card, .select-card, .trans-item, .info-block, .photo-item, .map-container, .lock-form, .q-box, .a-box, .faq-note, .faq-table-wrap) {
box-shadow: var(--ksl-card-shadow-soft);
transition:
transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
main.page-main :is(.form-card, .board-card, .info-card, .legal-card, .profile-card, .diff-card, .service-item, .pasan-section-card, .main-card, .mobile-card, .check-card, .sol-card, .case-card, .review-card, .consult-form-card, .select-card, .trans-item, .info-block, .photo-item, .map-container, .lock-form, .q-box, .a-box, .faq-note, .faq-table-wrap):hover {
transform: translateY(-4px);
border-color: rgba(184, 146, 74, 0.3);
box-shadow: var(--ksl-card-shadow-strong);
}
main.page-main .consult-card:hover,
main.page-main .faq-table-wrap:hover,
main.page-main .map-container:hover {
transform: none;
}
main.page-main :is(.btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn) {
min-height: 50px;
padding: 0 24px;
border-radius: 12px;
font-size: 15px;
font-weight: 800;
letter-spacing: -0.015em;
}
main.page-main :is(.form-input, .form-select, .form-textarea, .lock-input) {
min-height: 52px;
padding: 14px 16px;
font-size: 16px;
line-height: 1.6;
}
main.page-main .form-textarea {
min-height: 132px;
}
.fade-section {
opacity: 0;
transform: translate3d(0, 30px, 0);
transition:
opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
will-change: opacity, transform;
}
.fade-section.visible {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.footer-desc,
.footer-links a,
.footer-quick a,
.footer-notice,
.footer-bottom {
color: rgba(229, 231, 235, 0.88);
}
.footer-quick a {
border: 1px solid rgba(255, 255, 255, 0.06);
}
[data-stagger] > * {
opacity: 0;
transform: translate3d(0, 26px, 0);
transition:
opacity 0.66s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.66s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: calc(var(--stagger-index, 0) * 90ms);
will-change: opacity, transform;
}
[data-stagger].stagger-visible > * {
opacity: 1;
transform: translate3d(0, 0, 0);
}
@media (max-width: 992px) {
body.menu-open::before {
content: "";
position: fixed;
inset: var(--header-h) 0 0;
background: rgba(10, 15, 30, 0.4);
backdrop-filter: blur(4px);
z-index: 999;
}
.site-header .gnb {
width: min(100%, 380px);
padding: 18px 0 34px;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: -18px 0 44px rgba(10, 15, 30, 0.16);
z-index: 1001;
}
.site-header .nav-list {
padding-top: 6px;
}
.site-header .nav-item {
padding: 6px 0;
}
.site-header .nav-link {
width: calc(100% - 24px);
margin: 0 12px;
padding: 16px 18px;
font-size: 16px;
border-radius: 12px;
color: #000;
}
.site-header .nav-link:hover,
.site-header .nav-link.active {
color: #000;
background: rgba(255,255,255,0.92);
}
.site-header .menu-toggle {
min-width: 44px;
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
} .site-header .menu-toggle span {
width: 18px;
height: 2px;
border-radius: 999px;
left: 50%;
background: rgba(255, 255, 255, 0.92);
transform: translateX(-50%);
}
.site-header .menu-toggle span:nth-child(2) {
transform: translateX(-50%) translateY(-50%);
}
.site-header .menu-toggle.active span:nth-child(1) {
transform: translateX(-50%) rotate(45deg);
}
.site-header .menu-toggle.active span:nth-child(3) {
transform: translateX(-50%) rotate(-45deg);
}
.site-header .menu-toggle::before {
content: "";
position: absolute;
inset: -10px;
}
.site-header .sub-menu {
width: calc(100% - 40px);
margin: 0 12px 10px 28px;
padding: 10px 12px;
border-radius: 12px;
background: rgba(255,255,255,0.96);
}
.site-header .sub-menu a {
padding: 12px 14px;
margin: 0;
font-size: 14px;
line-height: 1.55;
color: #000;
}
.site-header .nav-cta {
width: calc(100% - 48px);
min-height: 48px;
margin-top: 18px;
border-radius: 12px;
}
main.page-main .section-py {
padding-top: clamp(56px, 8vw, 84px);
padding-bottom: clamp(56px, 8vw, 84px);
}
main.page-main .section-header {
margin-bottom: clamp(28px, 4vw, 42px);
}
}
@media (max-width: 768px) {
main.page-main :is(.section-desc, .pasan-card-desc, .faq-group-desc, .cases-head-sub, .form-desc, .legal-desc, .page-excerpt) {
line-height: 1.88;
}
main.page-main :is(.btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn) {
min-height: 48px;
padding: 0 20px;
}
}
@media (max-width: 640px) {
main.page-main {
line-height: 1.78;
}
.site-header .menu-toggle span {
width: 14px;
height: 1.6px;
}
main.page-main :is(.hero-desc, .pasan-hero-desc, .contact-hero-desc, .faq-hero-desc, .cases-desc, .loc-desc, .section-desc, .pasan-card-desc, .faq-group-desc, .cases-head-sub, .form-desc, .legal-desc, .page-excerpt) {
max-width: 32ch;
font-size: 16px;
}
main.page-main .section-header {
gap: 12px;
margin-bottom: 32px;
}
main.page-main :is(.form-card, .board-card, .info-card, .legal-card, .profile-card, .diff-card, .service-item, .pasan-section-card, .main-card, .mobile-card, .check-card, .sol-card, .case-card, .review-card, .consult-form-card, .select-card, .trans-item, .info-block, .photo-item, .map-container, .lock-form, .q-box, .a-box, .faq-note, .faq-table-wrap):hover {
transform: none;
box-shadow: var(--ksl-card-shadow-soft);
}
main.page-main :is(.btn, .consult-btn, .submit-btn, .cta-btn, .btn-action, .btn-big, .btn-submit-main, .desktop-bottom-cta-btn, .lock-btn) {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.fade-section {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
[data-stagger] > * {
opacity: 1 !important;
transform: none !important;
transition: none !important;
transition-delay: 0ms !important;
}
} @media (max-width: 1024px) and (min-width: 993px) {
body.menu-open::before {
content: "";
position: fixed;
inset: var(--header-h) 0 0;
background: rgba(10, 15, 30, 0.4);
backdrop-filter: blur(4px);
z-index: 999;
}
.site-header .menu-toggle {
min-width: 44px;
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1002;
}
.site-header .gnb {
position: fixed;
top: var(--header-h);
right: -100%;
width: min(100%, 380px);
height: calc(100vh - var(--header-h));
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0;
padding: 18px 0 34px;
overflow-y: auto;
background: var(--bg-card);
color: var(--navy);
border-left: 1px solid var(--border-light);
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: -18px 0 44px rgba(10, 15, 30, 0.16);
z-index: 1001;
}
.site-header .gnb.open { right: 0; }
.site-header .nav-list {
width: 100%;
height: auto;
gap: 0;
padding-top: 6px;
flex-direction: column;
}
.site-header .nav-item {
width: 100%;
height: auto;
padding: 6px 0;
border-bottom: 1px solid var(--border-subtle);
flex-direction: column;
align-items: flex-start;
}
.site-header .nav-link {
width: calc(100% - 24px);
margin: 0 12px;
padding: 16px 18px;
height: auto;
font-size: 16px;
font-weight: 800;
color: #000;
border-radius: 12px;
}
.site-header .nav-link:hover,
.site-header .nav-link.active {
color: #000;
}
.site-header .sub-menu {
width: calc(100% - 24px);
margin: 0 12px 10px;
padding: 8px;
border-radius: 12px;
position: static;
box-shadow: none;
border: 1px solid var(--border-subtle);
background: var(--bg-warm);
opacity: 1;
visibility: visible;
transform: none;
display: none;
}
.site-header .nav-item.active .sub-menu,
.site-header .menu-item-has-children.active .sub-menu {
display: block;
}
.site-header .sub-menu a {
margin: 0;
padding: 12px 14px;
font-size: 14px;
line-height: 1.55;
}
.site-header .nav-cta {
width: calc(100% - 48px);
min-height: 48px;
margin: 18px 24px 0;
border-radius: 12px;
justify-content: center;
display: inline-flex;
align-items: center;
} @media (max-width: 992px) {
#menuToggle {
width: 44px !important;
height: 44px !important;
border: 1px solid rgba(255, 255, 255, 0.16) !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, 0.08) !important;
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12) !important;
}
#menuToggle:hover {
background: rgba(255, 255, 255, 0.18) !important;
}
#menuToggle span {
width: 18px !important;
height: 2px !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, 0.92) !important;
left: 50% !important;
transform: translateX(-50%) !important;
}
#menuToggle span:nth-child(1) {
top: 11px !important;
}
#menuToggle span:nth-child(2) {
top: 50% !important;
transform: translateX(-50%) translateY(-50%) !important;
}
#menuToggle span:nth-child(3) {
bottom: 11px !important;
}
#menuToggle.active span:nth-child(1) {
top: 50% !important;
transform: translateX(-50%) rotate(45deg) !important;
}
#menuToggle.active span:nth-child(2) {
opacity: 0 !important;
}
#menuToggle.active span:nth-child(3) {
bottom: auto !important;
top: 50% !important;
transform: translateX(-50%) rotate(-45deg) !important;
}
}
} @media (max-width: 992px) {
.site-header #menuToggle {
display: inline-flex !important;
align-items: center;
justify-content: center;
} .site-header #menuToggle span {
background: var(--navy) !important;
}
.site-header.site-header--hero #menuToggle span {
background: rgba(255, 255, 255, 0.92) !important;
}
.site-header .gnb {
right: -110% !important;
}
.site-header .gnb.open {
right: 0 !important;
}
.site-header .sub-menu {
position: static !important;
left: auto !important;
right: auto !important;
transform: none !important;
width: calc(100% - 24px) !important;
margin: 0 12px 10px !important;
}
}  :root {
--ds-bg: #f7f5f2;
--ds-surface: #ffffff;
--ds-text: #121318;
--ds-text-muted: #5a6270;
--ds-border: #e5e7eb;
--ds-primary: #111827;
--ds-primary-strong: #030712;
--ds-accent: #b8924a;
--ds-accent-soft: rgba(184, 146, 74, 0.14);
--ds-radius-sm: 8px;
--ds-radius-md: 12px;
--ds-radius-lg: 18px;
--ds-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
--ds-shadow-md: 0 10px 24px rgba(17, 24, 39, 0.08);
--ds-max: 1080px;
}
body {
background: var(--ds-bg);
color: var(--ds-text);
}
body.has-dark-hero,
body.ksl-page-index {
padding-top: 0 !important;
}
.page-main {
min-height: calc(100vh - var(--header-h));
}
.container,
.ksl-template-container,
.footer-inner,
.header-inner {
max-width: var(--ds-max);
}
.page-head,
.ksl-page-head {
margin: 0 0 28px;
padding: 20px 0 0;
border-bottom: 1px solid var(--ds-border);
}
.page-title,
.ksl-page-title,
h1,
h2,
h3 {
color: var(--ds-text);
letter-spacing: -0.02em;
}
.page-title,
.ksl-page-title {
margin: 0 0 10px;
font-size: clamp(1.8rem, 2.7vw, 2.45rem);
font-weight: 800;
}
.page-excerpt,
.ksl-page-excerpt,
.wp-content p,
.wp-content li {
color: var(--ds-text-muted);
font-size: 1rem;
}
.wp-content {
background: var(--ds-surface);
border: 1px solid var(--ds-border);
border-radius: var(--ds-radius-lg);
box-shadow: var(--ds-shadow-sm);
padding: 24px;
}
.site-header,
.site-footer {
backdrop-filter: blur(10px);
}
.site-header .nav-link,
.site-header .nav-cta,
.site-footer a,
button,
input,
select,
textarea {
font-family: var(--font-sans);
}
.btn,
button,
.wp-element-button,
.wp-block-button__link,
.cta-btn,
.desktop-right-cta-btn,
.desktop-consult-submit,
.ksl-contact-submit {
border-radius: var(--ds-radius-sm);
transition: all 0.2s ease;
}
.btn,
.wp-element-button,
.wp-block-button__link,
.ksl-contact-submit,
.desktop-consult-submit {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border: 1px solid var(--ds-primary);
background: var(--ds-primary);
color: #fff;
font-weight: 700;
padding: 11px 16px;
}
.btn:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
.ksl-contact-submit:hover,
.desktop-consult-submit:hover {
background: var(--ds-primary-strong);
border-color: var(--ds-primary-strong);
transform: translateY(-1px);
}
.btn-outline,
.btn-ghost,
.wp-block-button__link.is-style-outline {
background: transparent;
color: var(--ds-primary);
border-color: var(--ds-border);
}
.btn-outline:hover,
.btn-ghost:hover,
.wp-block-button__link.is-style-outline:hover {
background: var(--ds-accent-soft);
border-color: var(--ds-accent);
}
.case-card,
.review-card,
.faq-item,
.pasan-section-card,
.consult-card,
[class*="card"] {
background: var(--ds-surface);
border: 1px solid var(--ds-border);
border-radius: var(--ds-radius-md);
box-shadow: var(--ds-shadow-sm);
}
.case-card:hover,
.review-card:hover,
[class*="card"]:hover {
box-shadow: var(--ds-shadow-md);
}
input,
select,
textarea {
border: 1px solid var(--ds-border);
border-radius: var(--ds-radius-sm);
background: #fff;
color: var(--ds-text);
}
input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
outline: 2px solid var(--ds-accent);
outline-offset: 2px;
}
@media (max-width: 900px) {
.wp-content {
padding: 18px;
}
.page-head,
.ksl-page-head {
margin-bottom: 20px;
}
} .ksl-funnel-bridge {
border-top: 1px solid var(--border-subtle);
background: linear-gradient(180deg, rgba(184,146,74,0.08) 0%, rgba(255,255,255,0.96) 100%);
padding: 56px 0;
}
.ksl-funnel-bridge__head {
max-width: 780px;
margin: 0 auto 28px;
text-align: center;
}
.ksl-funnel-bridge__kicker {
display: inline-block;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.18em;
color: var(--gold);
margin-bottom: 10px;
}
.ksl-funnel-bridge__title {
margin: 0 0 10px;
font-size: clamp(24px, 2.8vw, 34px);
line-height: 1.35;
color: var(--navy);
}
.ksl-funnel-bridge__desc {
margin: 0;
color: var(--text-secondary);
line-height: 1.75;
}
.ksl-funnel-bridge__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.ksl-funnel-bridge__card {
display: grid;
gap: 8px;
padding: 18px 16px;
border: 1px solid var(--border-light);
border-radius: var(--radius-md);
background: #fff;
text-decoration: none;
color: var(--text-secondary);
transition: var(--transition);
}
.ksl-funnel-bridge__card strong {
color: var(--navy);
font-size: 15px;
line-height: 1.45;
}
.ksl-funnel-bridge__card span:last-child {
font-size: 13px;
line-height: 1.6;
}
.ksl-funnel-bridge__card:hover {
border-color: rgba(184,146,74,0.58);
transform: translateY(-2px);
box-shadow: 0 14px 32px rgba(10,15,30,0.08);
}
.ksl-funnel-bridge__card--strong {
border-color: rgba(184,146,74,0.55);
background: rgba(184,146,74,0.08);
}
.ksl-funnel-bridge__step {
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--navy);
color: #fff;
font-size: 13px;
font-weight: 800;
display: inline-flex;
align-items: center;
justify-content: center;
}
@media (max-width: 1000px) {
.ksl-funnel-bridge__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ksl-funnel-bridge {
padding: 44px 0;
}
.ksl-funnel-bridge__head {
text-align: left;
margin-bottom: 20px;
}
.ksl-funnel-bridge__grid {
grid-template-columns: 1fr;
}
} .ksl-breadcrumb {
padding: 14px 0;
border-bottom: 1px solid var(--border-light);
background: transparent;
}
.ksl-breadcrumb-list {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 28px;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 8px;
font-size: 12px;
color: var(--text-muted);
letter-spacing: -0.003em;
}
.ksl-breadcrumb-list li { display: flex; align-items: center; }
.ksl-breadcrumb-list a {
color: var(--text-secondary);
text-decoration: none;
transition: color 0.22s ease;
}
.ksl-breadcrumb-list a:hover { color: var(--navy); }
.ksl-breadcrumb-sep {
color: var(--border-strong);
font-size: 10px;
}
.ksl-breadcrumb-current {
color: var(--navy);
font-weight: 600;
} .container .ksl-breadcrumb {
border-bottom: 0;
padding: 14px 0;
}
.container .ksl-breadcrumb .ksl-breadcrumb-list {
padding: 0;
} body .lp-hero,
body .ab-hero,
body .pasan-hero,
body .faq-hero,
body .hero-area,
body .contact-hero,
body .location-hero,
body .guide-hero,
body .cx-hero,
body .sc-hero,
body .svc-hero {
position: relative;
overflow: hidden;
padding: clamp(128px, 16vh, 192px) 0 clamp(88px, 11vh, 128px);
background:
radial-gradient(1200px 600px at 92% 0%, rgba(212, 185, 120, 0.10), transparent 55%),
radial-gradient(900px 500px at 0% 100%, rgba(212, 185, 120, 0.04), transparent 60%),
linear-gradient(172deg, var(--hero-ink-1) 0%, var(--hero-ink-2) 58%, var(--hero-ink-3) 100%);
color: var(--hero-title);
border-bottom: 1px solid var(--hero-border);
text-align: left;
} body .lp-hero::after,
body .ab-hero::after,
body .pasan-hero::after,
body .faq-hero::after,
body .hero-area::after,
body .contact-hero::after,
body .location-hero::after,
body .guide-hero::after,
body .cx-hero::after,
body .sc-hero::after,
body .svc-hero::after {
content: "";
position: absolute;
left: 0; right: 0; bottom: 0;
top: auto;
width: auto;
height: 1px;
background: linear-gradient(90deg, transparent, var(--hero-border-strong), transparent);
animation: none;
pointer-events: none;
z-index: 1;
} body .svc-hero { border-bottom: 1px solid var(--hero-border); }
body .svc-hero::before { display: none; }
body .svc-hero .svc-hero-title,
body .svc-hero .svc-hero-title .hl,
body .svc-hero .svc-hero-desc strong {
color: var(--hero-title);
}
body .svc-hero .svc-hero-desc { color: var(--hero-body); }
body .svc-hero .svc-proof-card strong { color: var(--hero-title); }
body .svc-hero .svc-proof-card span { color: var(--hero-muted); }
body .svc-hero .svc-proof {
border-top-color: var(--hero-border);
border-bottom-color: var(--hero-border);
}
body .svc-hero .svc-proof-card { border-right-color: var(--hero-border); }
body .svc-hero .svc-chips {
border-top-color: var(--hero-border);
border-bottom-color: var(--hero-border);
}
body .svc-hero .svc-chip { color: var(--hero-body); } body .hero-area,
body .faq-hero,
body .contact-hero,
body .location-hero,
body .cx-hero,
body .sc-hero {
text-align: center;
} body .lp-hero > .container,
body .ab-hero > .container,
body .pasan-hero > .inner,
body .faq-hero > .inner,
body .hero-area,
body .contact-hero > .inner,
body .location-hero > .inner,
body .guide-hero > .container,
body .cx-hero > .cx-container,
body .sc-hero > .sc-container,
body .svc-hero > .svc-container {
position: relative;
z-index: 2;
} body .lp-eyebrow,
body .lp-hero .lp-eyebrow,
body .lp-kicker.lp-kicker--light,
body .ab-eyebrow,
body .ab-hero .ab-kicker,
body .pasan-hero-kicker,
body .faq-hero-kicker,
body .hero-kicker,
body .contact-hero-kicker,
body .loc-kicker,
body .guide-hero-kicker,
body .cx-kicker,
body .sc-hero-badge,
body .svc-hero .svc-kicker {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 14px;
padding: 0;
background: transparent !important;
border: 0 !important;
border-radius: 0;
font-family: var(--font-sans);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--hero-accent-soft);
margin: 0 0 26px;
white-space: nowrap;
} body .hero-area .hero-kicker::before,
body .hero-area .hero-kicker::after,
body .faq-hero-kicker::before,
body .faq-hero-kicker::after,
body .contact-hero-kicker::before,
body .contact-hero-kicker::after,
body .loc-kicker::before,
body .loc-kicker::after,
body .cx-kicker::before,
body .cx-kicker::after,
body .sc-hero .sc-hero-badge::before,
body .sc-hero .sc-hero-badge::after,
body .pasan-hero .pasan-hero-kicker::before,
body .pasan-hero .pasan-hero-kicker::after {
content: "";
width: 32px;
height: 1px;
background: currentColor;
opacity: 0.6;
display: inline-block;
flex: 0 0 32px;
} body .lp-hero .lp-eyebrow::before,
body .ab-hero .ab-eyebrow::before,
body .ab-hero .ab-kicker::before,
body .guide-hero-kicker::before,
body .svc-hero .svc-kicker::before,
body .lp-hero .lp-kicker--light::before {
content: "";
width: 32px;
height: 1px;
background: currentColor;
opacity: 0.6;
display: inline-block;
flex: 0 0 32px;
} body .lp-hero .lp-eyebrow > .lp-eyebrow-line,
body .ab-hero .ab-eyebrow > .ab-eyebrow-line {
display: none;
} body .sc-hero-badge > i {
display: none;
} body .lp-hero-title,
body .ab-hero-name,
body .pasan-hero-title,
body .faq-hero-title,
body .hero-title,
body .contact-hero-title,
body .loc-title,
body .guide-hero h1,
body .cx-hero-title,
body .sc-hero-title,
body .svc-hero-title {
font-family: var(--font-serif);
font-size: clamp(34px, 4.8vw, 56px);
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.035em;
color: var(--hero-title);
margin: 0 0 24px;
text-wrap: balance;
word-break: keep-all;
} body.ksl-page-index .lp-hero-title {
font-size: clamp(38px, 5.6vw, 64px);
line-height: 1.12;
} body .ab-hero-name {
font-size: clamp(40px, 6vw, 68px);
line-height: 1.08;
letter-spacing: -0.04em;
} body .lp-hero-em,
body .hero-em,
body .pasan-hero-highlight,
body .cx-hl,
body .svc-hero-title .hl,
body .guide-hero h1 .highlight,
body .hero-title em,
body .pasan-hero-title em,
body .lp-hero-title em {
color: var(--hero-title);
font-style: normal;
font-weight: 700;
background-image: linear-gradient(transparent 68%, rgba(212, 185, 120, 0.36) 68%, rgba(212, 185, 120, 0.36) 92%, transparent 92%);
background-repeat: no-repeat;
padding: 0 2px;
} body .lp-hero-lead,
body .ab-hero-lead,
body .pasan-hero-desc,
body .faq-hero-desc,
body .hero-desc,
body .contact-hero-desc,
body .loc-desc,
body .guide-hero-desc,
body .cx-hero-sub,
body .sc-hero-desc,
body .svc-hero-desc {
font-family: var(--font-sans);
font-size: clamp(16px, 1.35vw, 17.5px);
line-height: 1.74;
color: var(--hero-body);
margin: 0 0 32px;
max-width: 620px;
letter-spacing: -0.005em;
text-wrap: pretty;
word-break: keep-all;
}
body .hero-area .hero-desc,
body .faq-hero .faq-hero-desc,
body .contact-hero .contact-hero-desc,
body .location-hero .loc-desc,
body .cx-hero .cx-hero-sub,
body .sc-hero .sc-hero-desc {
margin-left: auto;
margin-right: auto;
}
body .lp-hero-lead strong,
body .ab-hero-lead strong,
body .pasan-hero-desc strong,
body .faq-hero-desc strong,
body .hero-desc strong,
body .contact-hero-desc strong,
body .loc-desc strong,
body .guide-hero-desc strong,
body .cx-hero-sub strong,
body .sc-hero-desc strong,
body .svc-hero-desc strong {
color: var(--hero-title);
font-weight: 600;
} body .lp-hero-meta,
body .ab-hero-trust,
body .guide-hero-tags,
body .pasan-hero-pain-list {
display: flex;
flex-wrap: wrap;
gap: 16px 28px;
margin: 0;
padding: 24px 0 0;
list-style: none;
border-top: 1px solid var(--hero-border);
}
body .lp-hero-meta li,
body .ab-hero-trust li,
body .guide-hero-tag,
body .pasan-hero-pain-list li {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 13px;
color: var(--hero-muted);
font-weight: 500;
letter-spacing: -0.002em;
background: transparent;
border: 0;
padding: 0;
border-radius: 0;
}
body .guide-hero-tag::before,
body .lp-hero-meta li i,
body .pasan-hero-pain-list li i {
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--hero-accent);
opacity: 0.85;
flex: 0 0 4px;
margin: 0;
font-size: 0;
} body .lp-hero-meta li i {
all: unset;
color: var(--hero-accent);
font-size: 11px;
opacity: 0.9;
} body .lp-hero-cta,
body .ab-hero-cta,
body .pasan-hero-cta,
body .contact-hero-actions,
body .cx-hero-cta,
body .sc-hero-cta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 0 0 32px;
} body .lp-hero .lp-btn--primary,
body .lp-hero .btn--primary,
body .ab-hero .ab-btn--primary,
body .ab-hero .btn--primary,
body .pasan-hero .btn-primary,
body .faq-hero .btn-primary,
body .contact-hero .btn-primary,
body .location-hero .btn-primary,
body .guide-hero .btn-primary,
body .cx-hero .btn-primary,
body .sc-hero .btn-primary,
body .svc-hero .svc-btn--primary {
background: var(--hero-accent);
color: var(--hero-ink-1);
border-color: var(--hero-accent);
}
body .lp-hero .lp-btn--primary:hover,
body .lp-hero .btn--primary:hover,
body .ab-hero .ab-btn--primary:hover,
body .ab-hero .btn--primary:hover,
body .pasan-hero .btn-primary:hover,
body .faq-hero .btn-primary:hover,
body .contact-hero .btn-primary:hover,
body .location-hero .btn-primary:hover,
body .guide-hero .btn-primary:hover,
body .cx-hero .btn-primary:hover,
body .sc-hero .btn-primary:hover,
body .svc-hero .svc-btn--primary:hover {
background: #ffffff;
color: var(--hero-ink-1);
border-color: #ffffff;
} body .lp-hero .lp-btn--ghost,
body .lp-hero .btn--ghost,
body .ab-hero .ab-btn--ghost,
body .ab-hero .btn--ghost,
body .pasan-hero .btn-ghost,
body .faq-hero .btn-ghost,
body .contact-hero .btn-ghost,
body .location-hero .btn-ghost,
body .guide-hero .btn-ghost,
body .cx-hero .btn-ghost,
body .sc-hero .btn-ghost,
body .svc-hero .svc-btn--ghost,
body .svc-hero .svc-btn--outline {
background: transparent;
color: var(--hero-title);
border-color: rgba(255, 255, 255, 0.32);
}
body .lp-hero .lp-btn--ghost:hover,
body .lp-hero .btn--ghost:hover,
body .ab-hero .ab-btn--ghost:hover,
body .ab-hero .btn--ghost:hover,
body .pasan-hero .btn-ghost:hover,
body .faq-hero .btn-ghost:hover,
body .contact-hero .btn-ghost:hover,
body .location-hero .btn-ghost:hover,
body .guide-hero .btn-ghost:hover,
body .cx-hero .btn-ghost:hover,
body .sc-hero .btn-ghost:hover,
body .svc-hero .svc-btn--ghost:hover,
body .svc-hero .svc-btn--outline:hover {
background: rgba(255, 255, 255, 0.08);
border-color: #ffffff;
color: #ffffff;
} body .lp-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
gap: clamp(56px, 6vw, 88px);
align-items: center;
position: relative;
z-index: 2;
}
body .lp-hero-credentials {
display: flex;
flex-direction: column;
gap: 0;
padding: 28px 0 0;
background: transparent;
border: 0;
border-top: 1px solid var(--hero-border-strong);
border-radius: 0;
backdrop-filter: none;
position: relative;
}
body .lp-hero-credentials::before {
content: "CREDENTIALS";
display: block;
padding: 0 0 18px;
color: var(--hero-accent-soft);
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
border-radius: 0;
position: static;
background: transparent;
}
body .lp-cred-line {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 20px 0;
border-radius: 0;
text-decoration: none;
color: var(--hero-title);
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
transition: padding 0.22s ease;
}
body .lp-cred-line:last-child { border-bottom: 0; }
body .lp-cred-line:hover { padding-left: 6px; }
body .lp-cred-line::before {
content: "";
flex: 0 0 4px;
width: 4px;
height: 4px;
margin-top: 10px;
border-radius: 50%;
background: var(--hero-accent);
}
body .lp-cred-mark { display: none; }
body .lp-cred-body strong {
font-size: 14.5px;
font-weight: 600;
color: var(--hero-title);
line-height: 1.45;
}
body .lp-cred-body span {
font-size: 12.5px;
color: var(--hero-muted);
line-height: 1.55;
}
body .lp-cred-arrow {
color: var(--hero-accent-soft);
font-size: 11px;
margin-top: 6px;
opacity: 0;
transition: opacity 0.22s ease, transform 0.22s ease;
}
body .lp-cred-line:hover .lp-cred-arrow {
opacity: 1;
transform: translateX(3px);
} body .lp-hero-down {
position: absolute;
left: 28px;
bottom: 24px;
display: inline-flex;
align-items: center;
gap: 12px;
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--hero-faint);
text-decoration: none;
z-index: 3;
transition: color 0.22s ease;
animation: none;
}
body .lp-hero-down:hover { color: var(--hero-accent); }
body .lp-hero-down::before {
content: "";
width: 36px;
height: 1px;
background: currentColor;
opacity: 0.55;
} body .svc-hero .svc-hero-card {
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--hero-border);
border-radius: var(--radius-md);
padding: 36px 32px;
color: var(--hero-title);
box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.5);
}
body .svc-hero .svc-hero-card::before { background: var(--hero-accent); }
body .svc-hero .svc-card-kicker { color: var(--hero-accent-soft); }
body .svc-hero .svc-card-title { color: var(--hero-title); }
body .svc-hero .svc-card-desc { color: var(--hero-body); }
body .svc-hero .svc-card-checks li { color: var(--hero-body); }
body .svc-hero .svc-card-checks li::before { color: var(--hero-accent); }
body .svc-hero .svc-card-note { color: var(--hero-muted); }  @media (max-width: 768px) {
body .lp-hero,
body .ab-hero,
body .pasan-hero,
body .faq-hero,
body .hero-area,
body .contact-hero,
body .location-hero,
body .guide-hero,
body .cx-hero,
body .sc-hero,
body .svc-hero {
padding: clamp(104px, 13vh, 140px) 0 clamp(72px, 9vh, 96px);
}
body .lp-hero-title,
body .ab-hero-name,
body .pasan-hero-title,
body .faq-hero-title,
body .hero-title,
body .contact-hero-title,
body .loc-title,
body .guide-hero h1,
body .cx-hero-title,
body .sc-hero-title,
body .svc-hero-title {
font-size: clamp(28px, 7vw, 40px);
line-height: 1.18;
}
body.ksl-page-index .lp-hero-title {
font-size: clamp(30px, 8vw, 44px);
}
body .ab-hero-name {
font-size: clamp(32px, 8vw, 46px);
}
body .lp-hero-lead,
body .ab-hero-lead,
body .pasan-hero-desc,
body .faq-hero-desc,
body .hero-desc,
body .contact-hero-desc,
body .loc-desc,
body .guide-hero-desc,
body .cx-hero-sub,
body .sc-hero-desc,
body .svc-hero-desc {
font-size: 15.5px;
line-height: 1.72;
}
body .lp-hero-inner {
grid-template-columns: 1fr;
gap: 48px;
}
body .svc-hero .svc-hero-grid {
grid-template-columns: 1fr;
gap: 32px;
}
body .lp-hero-cta,
body .ab-hero-cta,
body .pasan-hero-cta,
body .contact-hero-actions,
body .cx-hero-cta,
body .sc-hero-cta {
flex-direction: column;
align-items: stretch;
}
body .lp-hero-cta .lp-btn,
body .ab-hero-cta .ab-btn,
body .pasan-hero-cta .btn,
body .contact-hero-actions .btn,
body .cx-hero-cta .btn,
body .sc-hero-cta .btn,
body .svc-hero .svc-btn {
width: 100%;
justify-content: center;
}
body .lp-hero-down { display: none; }
} @media (prefers-reduced-motion: reduce) {
body .lp-hero::after,
body .ab-hero::after,
body .pasan-hero::after,
body .faq-hero::after,
body .hero-area::after,
body .contact-hero::after,
body .location-hero::after,
body .guide-hero::after,
body .cx-hero::after,
body .sc-hero::after,
body .svc-hero::after {
animation: none;
}
} body {
text-rendering: optimizeLegibility;
font-feature-settings: "ss01", "ss02", "cv03", "tnum";
} .svc-proof-card strong,
.svc-stepnav-num,
.svc-timeline-sub,
.cases-outcome-value,
.cases-stats-num,
.svc-card-num,
.case-detail-block-num {
font-feature-settings: "tnum", "lnum";
font-variant-numeric: tabular-nums lining-nums;
} :where(section[id], div[id^="sec-"]) {
scroll-margin-top: calc(var(--header-h) + 72px);
} a:focus-visible,
button:focus-visible,
.svc-btn:focus-visible,
.svc-stepnav-link:focus-visible,
.cases-card-cta:focus-visible,
.cases-card-link:focus-visible,
.case-detail-info-link:focus-visible,
.cases-stats-cell:focus-visible,
.svc-faq-q:focus-visible {
outline: 2px solid var(--gold);
outline-offset: 3px;
border-radius: 4px;
}
.svc-btn:focus-visible {
outline-offset: 4px;
} ::selection {
background: rgba(212, 185, 120, 0.32);
color: var(--navy);
} html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
} .svc-stagger { } .svc-stagger.is-visible > .svc-reveal,
.svc-stagger.is-visible > .svc-stagger-item {
opacity: 1;
transform: none;
}
.svc-stagger > .svc-reveal,
.svc-stagger > .svc-stagger-item {
opacity: 0;
transform: translateY(18px);
transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-stagger.is-visible > :nth-child(1) { transition-delay: 0.00s; }
.svc-stagger.is-visible > :nth-child(2) { transition-delay: 0.06s; }
.svc-stagger.is-visible > :nth-child(3) { transition-delay: 0.12s; }
.svc-stagger.is-visible > :nth-child(4) { transition-delay: 0.18s; }
.svc-stagger.is-visible > :nth-child(5) { transition-delay: 0.24s; }
.svc-stagger.is-visible > :nth-child(6) { transition-delay: 0.30s; }
.svc-stagger.is-visible > :nth-child(7) { transition-delay: 0.36s; }
.svc-stagger.is-visible > :nth-child(n+8) { transition-delay: 0.42s; }
@media (prefers-reduced-motion: reduce) {
.svc-stagger > .svc-reveal,
.svc-stagger > .svc-stagger-item {
opacity: 1;
transform: none;
transition: none;
}
}  :root {
--font-serif: var(--font-display);
} .logo-main,
.footer-logo-main {
font-family: var(--font-sans);
} main.page-main :is(
.hero-title, .pasan-hero-title, .contact-hero-title,
.faq-hero-title, .cases-title, .loc-title,
.section-title, .section-heading, .faq-group-title,
.cases-head-title, .sec-title, .form-title,
.legal-title, .page-title, .board-title,
.pasan-card-title, .cases-head-title
) {
font-family: var(--font-display);
} @media (max-width: 768px) {
.nav-link,
.pasan-nav-link,
.svc-stepnav-link {
min-height: 44px;
} main.page-main .section-py {
padding-top: clamp(44px, 7vw, 72px);
padding-bottom: clamp(44px, 7vw, 72px);
} main.page-main :is(.hero-title, .pasan-hero-title, .contact-hero-title, .faq-hero-title, .cases-title, .loc-title) {
font-size: clamp(28px, 7.2vw, 38px);
line-height: 1.2;
} main.page-main :is(.section-title, .section-heading, .faq-group-title, .cases-head-title, .sec-title, .form-title, .legal-title, .page-title) {
font-size: clamp(22px, 5.6vw, 28px);
line-height: 1.32;
}
} main.page-main :is(
.form-card, .board-card, .info-card, .legal-card,
.profile-card, .diff-card, .service-item, .pasan-section-card,
.main-card, .mobile-card, .check-card, .sol-card,
.case-card, .review-card, .consult-form-card,
.select-card, .trans-item, .info-block, .photo-item,
.lock-form, .q-box, .faq-table-wrap
):hover {
border-color: rgba(166, 130, 63, 0.28);
} main.page-main .consult-card {
background:
radial-gradient(120% 120% at 15% -10%, rgba(166, 130, 63, 0.22), rgba(166, 130, 63, 0) 58%),
linear-gradient(150deg, #080e1c 0%, #0c162b 52%, #121a30 100%);
border: 1px solid rgba(166, 130, 63, 0.26);
} .footer-desc,
.footer-contact {
letter-spacing: -0.004em;
} .pasan-nav-link.active,
main.page-main .pasan-nav-link.active {
border-bottom-color: var(--gold);
color: var(--navy);
font-weight: 700;
} main.page-main :is(.board-table thead, .faq-table thead) {
background: var(--navy);
} main.page-main :is(.form-input, .form-select, .form-textarea, .lock-input):focus {
border-color: var(--gold);
box-shadow: 0 0 0 3px rgba(166, 130, 63, 0.14);
} main.page-main .wp-content a:hover {
color: var(--gold);
} @media (max-width: 480px) {
body .container,
body .inner {
padding-left: 18px;
padding-right: 18px;
}
main.page-main .section-py {
padding-top: clamp(36px, 6vw, 56px);
padding-bottom: clamp(36px, 6vw, 56px);
}
} :root {
--navy: #07101f;
--navy-mid: #101a2c;
--navy-light: #18243a;
--gold: #a77f36;
--gold-light: #d2b16c;
--gold-muted: rgba(167, 127, 54, 0.09);
--text-primary: #11151c;
--text-secondary: #4e5664;
--text-muted: #727a87;
--text-light: #9aa1ad;
--bg-page: #f7f5f0;
--bg-warm: #efebe2;
--bg-card: #ffffff;
--border-light: #e1ddd3;
--border-strong: #c4b8a4;
--border-subtle: #ece7dc;
--radius-sm: 6px;
--radius-md: 8px;
--radius-lg: 8px;
--shadow-sm: 0 1px 2px rgba(7, 16, 31, 0.05);
--shadow-md: 0 10px 24px rgba(7, 16, 31, 0.08);
--shadow-lg: 0 24px 60px rgba(7, 16, 31, 0.12);
--shadow-card: 0 18px 42px -28px rgba(7, 16, 31, 0.32);
--max-width: 1160px;
--measure: 62ch;
--section-py: 112px;
--section-py-compact: 72px;
--hero-title: #ffffff;
--hero-body: rgba(255, 255, 255, 0.82);
--hero-muted: rgba(255, 255, 255, 0.64);
--hero-accent: #d2b16c;
--hero-accent-soft: #d2b16c;
--hero-border: rgba(210, 177, 108, 0.22);
--hero-border-strong: rgba(210, 177, 108, 0.34);
--font-serif: var(--font-display);
}
html {
background: var(--bg-page);
font-size: 16px;
}
body {
background: var(--bg-page);
color: var(--text-primary);
font-family: var(--font-sans);
font-size: 16px;
line-height: 1.72;
letter-spacing: 0;
}
body,
body * {
letter-spacing: 0 !important;
}
body :is(p, li, dd, td, th, label, input, textarea, select, button, a, span) {
word-break: keep-all;
overflow-wrap: break-word;
}
body :is(.container, .inner, .svc-container, .sc-container, .ksl-template-container) {
width: min(100%, var(--max-width));
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
} .site-header {
height: var(--header-h);
background: rgba(255, 255, 255, 0.94);
border-bottom: 1px solid rgba(7, 16, 31, 0.08);
box-shadow: 0 8px 24px rgba(7, 16, 31, 0.04);
}
.site-header.site-header--hero {
background: rgba(7, 16, 31, 0.62);
border-bottom-color: rgba(210, 177, 108, 0.18);
box-shadow: none;
}
.site-header.is-scrolled,
.site-header.site-header--hero.is-scrolled {
background: rgba(255, 255, 255, 0.98);
border-bottom-color: rgba(7, 16, 31, 0.10);
box-shadow: 0 8px 28px rgba(7, 16, 31, 0.08);
}
.site-header.site-header--hero.is-scrolled :is(.logo-main, .nav-link) {
color: var(--navy);
}
.site-header.site-header--hero.is-scrolled .logo-sub {
color: var(--text-muted);
}
.header-inner {
padding-left: 24px;
padding-right: 24px;
}
.logo-main {
font-size: 17px;
font-weight: 800;
color: var(--navy);
}
.logo-sub {
margin-top: 2px;
font-size: 10px;
color: var(--text-muted);
}
.nav-link {
min-height: 40px;
padding: 0 13px;
border-radius: 6px;
font-size: 14px;
font-weight: 700;
color: var(--text-secondary);
}
.nav-link:hover,
.nav-link.active {
background: rgba(167, 127, 54, 0.09);
color: var(--navy);
}
.nav-cta {
min-height: 40px;
padding: 0 18px;
border-radius: 6px;
background: var(--navy);
color: #fff;
font-size: 14px;
font-weight: 800;
box-shadow: none;
}
.site-header.site-header--hero .nav-cta {
background: var(--gold-light);
color: var(--navy);
} body :is(.lp-hero, .ab-hero, .svc-hero, .sc-hero, .hero-area, .contact-hero, .legal-hero) {
padding-top: 132px !important;
padding-bottom: 92px !important;
background: linear-gradient(180deg, #07101f 0%, #101a2c 100%) !important;
border-bottom: 1px solid var(--hero-border) !important;
color: var(--hero-title);
text-align: left;
}
body :is(.lp-hero, .ab-hero, .svc-hero, .sc-hero, .hero-area, .contact-hero, .legal-hero)::before {
display: none !important;
}
body :is(.lp-hero, .ab-hero, .svc-hero, .sc-hero, .hero-area, .contact-hero, .legal-hero)::after {
height: 1px;
background: var(--hero-border-strong);
}
body :is(.faq-hero, .contact-hero, .hero-area, .sc-hero, .legal-hero) {
text-align: center;
}
body :is(.lp-hero-title, .ab-hero-name, .svc-hero-title, .sc-hero-title, .contact-hero-title, .faq-hero-title, .legal-title, .hero-title) {
max-width: 12ch;
margin-bottom: 22px;
color: #fff !important;
font-family: var(--font-display);
font-size: 52px !important;
font-weight: 850;
line-height: 1.12;
text-wrap: balance;
}
body.ksl-page-index .lp-hero-title {
max-width: 13ch;
font-size: 56px !important;
}
body :is(.svc-hero-desc, .lp-hero-lead, .ab-hero-lead, .sc-hero-sub, .contact-hero-desc, .faq-hero-desc, .legal-lead, .hero-desc) {
max-width: 58ch;
margin-bottom: 34px;
color: var(--hero-body) !important;
font-size: 17px !important;
line-height: 1.82;
text-wrap: pretty;
}
body :is(.lp-eyebrow, .svc-kicker, .ab-eyebrow, .sc-hero-badge, .contact-hero-kicker, .faq-hero-kicker, .legal-eyebrow, .hero-kicker) {
margin-bottom: 24px;
padding: 0;
border: 0 !important;
border-radius: 0;
background: transparent !important;
color: var(--hero-accent-soft) !important;
font-size: 12px;
font-weight: 800;
text-transform: none;
}
body :is(.lp-hero-inner, .svc-hero-grid) {
gap: 64px;
align-items: center;
} main.page-main :is(.lp-section, .svc-section, .ab-section, .legal-body, .case-detail-section, .sc-form-wrap) {
padding-top: var(--section-py);
padding-bottom: var(--section-py);
}
main.page-main :is(.lp-section-head, .svc-section-header, .ab-section-head, .faq-section-head, .cases-section-header) {
max-width: 760px;
margin-bottom: 48px;
}
main.page-main :is(.lp-section-title, .svc-section-title, .ab-section-title, .section-title, .faq-group-title, .cases-head-title, .legal-clause-title, .form-title, .page-title, .case-detail-title) {
color: var(--navy);
font-family: var(--font-display);
font-size: 36px;
font-weight: 850;
line-height: 1.2;
text-wrap: balance;
}
main.page-main :is(.lp-section-lead, .svc-section-desc, .ab-section-lead, .section-desc, .faq-group-desc, .cases-head-sub, .legal-p, .form-desc, .page-excerpt) {
max-width: var(--measure);
color: var(--text-secondary);
font-size: 16px;
line-height: 1.82;
}
main.page-main :is(.lp-kicker, .svc-section-kicker, .ab-kicker, .section-kicker, .faq-group-kicker, .cases-head-kicker, .legal-toc-label) {
color: var(--gold);
font-size: 12px;
font-weight: 850;
text-transform: none;
} main.page-main :is(
.svc-card, .svc-compare-card, .svc-timeline-step, .svc-hero-card,
.lp-problem-item, .lp-trust-card, .lp-card, .lp-faq-card, .lp-consult-form-wrap,
.ab-card, .ab-profile-card, .cases-card, .case-detail-block,
.faq-item, .svc-faq-item, .contact-card, .ctc-form-card, .legal-toc, .legal-article,
.sc-card, .sc-contact, .complete-confirm, .info-card, .form-card, .wp-content
) {
border: 1px solid var(--border-light);
border-radius: 8px;
background: var(--bg-card);
box-shadow: var(--shadow-card);
}
main.page-main :is(.svc-card, .svc-compare-card, .svc-timeline-step, .lp-problem-item, .lp-trust-card, .cases-card, .faq-item, .svc-faq-item) {
transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
main.page-main :is(.svc-card, .svc-compare-card, .lp-problem-item, .lp-trust-card, .cases-card, .faq-item, .svc-faq-item):hover {
transform: translateY(-2px);
border-color: rgba(167, 127, 54, 0.36);
box-shadow: 0 24px 56px -34px rgba(7, 16, 31, 0.34);
}
main.page-main :is(.svc-card h3, .svc-card-title, .lp-card-title, .cases-card-title, .faq-question, .svc-faq-q, .case-detail-block-title) {
color: var(--navy);
font-family: var(--font-display);
font-size: 20px;
font-weight: 850;
line-height: 1.35;
}
main.page-main :is(.svc-card p, .lp-card p, .cases-card p, .faq-answer, .svc-faq-a, .case-detail-block p) {
color: var(--text-secondary);
font-size: 15px;
line-height: 1.78;
} main.page-main :is(.btn, .lp-btn, .ab-btn, .svc-btn, .contact-btn, .sc-nav-btn, .sc-submit-btn, .cases-card-cta, .cta-btn) {
min-height: 48px;
border-radius: 6px;
font-size: 15px;
font-weight: 850;
line-height: 1.2;
}
main.page-main :is(.btn--primary, .lp-btn--primary, .ab-btn--primary, .svc-btn--primary, .sc-submit-btn, .contact-submit, .btn-primary) {
border-color: var(--gold);
background: var(--gold);
color: var(--navy);
}
main.page-main :is(.btn--primary, .lp-btn--primary, .ab-btn--primary, .svc-btn--primary, .sc-submit-btn, .contact-submit, .btn-primary):hover {
background: var(--gold-light);
border-color: var(--gold-light);
color: var(--navy);
}
main.page-main :is(.btn--ghost, .lp-btn--ghost, .ab-btn--ghost, .svc-btn--outline, .svc-btn--ghost) {
border-color: rgba(7, 16, 31, 0.22);
background: transparent;
color: var(--navy);
}
body :is(.lp-hero, .ab-hero, .svc-hero, .sc-hero, .contact-hero) :is(.btn--ghost, .lp-btn--ghost, .ab-btn--ghost, .svc-btn--outline, .svc-btn--ghost) {
border-color: rgba(255, 255, 255, 0.34);
color: #fff;
} main.page-main :is(input, select, textarea, .form-input, .form-select, .form-textarea, .sc-input, .desktop-consult-input) {
min-height: 48px;
border: 1px solid var(--border-light);
border-radius: 6px;
background: #fff;
color: var(--text-primary);
font-size: 16px;
line-height: 1.4;
}
main.page-main :is(input, select, textarea, .form-input, .form-select, .form-textarea, .sc-input, .desktop-consult-input):focus {
border-color: var(--gold);
box-shadow: 0 0 0 3px rgba(167, 127, 54, 0.16);
outline: none;
} .svc-hero-card {
background: #0a1425 !important;
border-color: rgba(210, 177, 108, 0.30) !important;
color: #fff;
}
.svc-proof {
border-color: rgba(210, 177, 108, 0.24);
}
.svc-proof-card {
border-right-color: rgba(210, 177, 108, 0.18);
}
.svc-stepnav-wrap {
background: rgba(247, 245, 240, 0.94);
border-bottom: 1px solid var(--border-light);
}
.svc-stepnav {
border-radius: 8px;
border-color: var(--border-light);
background: #fff;
}
.svc-stepnav-link.is-active {
background: var(--navy) !important;
color: #fff !important;
} .legal-body-inner {
gap: 48px;
}
.legal-toc {
top: calc(var(--header-h) + 24px);
padding: 22px;
}
.legal-article {
padding: 36px;
}
.sc-card {
margin-top: -56px;
}
.sc-option {
min-height: 52px;
border-radius: 6px;
}
.sc-mode-tabs,
.sc-progress {
border-radius: 8px;
}
.case-detail-head {
background: var(--bg-page);
}
.case-detail-outcome {
border-radius: 8px;
} .site-footer {
background: #07101f;
color: rgba(255, 255, 255, 0.76);
}
.footer-logo-main,
.site-footer h4 {
color: #fff;
}
.site-footer a:hover {
color: var(--gold-light);
}
.fixed-cta-bar {
border-top: 1px solid rgba(7, 16, 31, 0.10);
background: rgba(255, 255, 255, 0.96);
}
.fixed-cta-bar .cta-btn.primary,
.fixed-cta-bar .cta-btn:hover {
background: var(--navy);
color: #fff;
} @media (min-width: 993px) {
body :is(.svc-hero-grid, .lp-hero-inner) {
grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
}
main.page-main :is(.svc-grid, .cases-grid, .lp-problem-list, .lp-trust-list, .info-grid) {
gap: 24px;
}
.desktop-consult-bar {
background: rgba(7, 16, 31, 0.96);
color: #fff;
border-top: 1px solid rgba(210, 177, 108, 0.18);
}
.desktop-consult-input {
background: rgba(255, 255, 255, 0.98);
}
} @media (max-width: 992px) {
:root {
--section-py: 84px;
--section-py-compact: 56px;
}
body :is(.svc-hero-grid, .lp-hero-inner, .legal-body-inner, .case-detail-grid) {
grid-template-columns: 1fr !important;
}
body :is(.lp-hero-title, .ab-hero-name, .svc-hero-title, .sc-hero-title, .contact-hero-title, .faq-hero-title, .legal-title, .hero-title) {
max-width: 14ch;
font-size: 42px !important;
}
.svc-hero-card,
.lp-hero-credentials {
max-width: 640px;
}
} @media (max-width: 768px) {
:root {
--header-h: 64px;
--section-py: 64px;
--section-py-compact: 44px;
}
html {
font-size: 16px;
}
body {
font-size: 16px;
line-height: 1.76;
}
body :is(.container, .inner, .svc-container, .sc-container, .ksl-template-container) {
padding-left: 18px;
padding-right: 18px;
}
.header-inner {
padding-left: 18px;
padding-right: 18px;
}
.logo-img {
height: 28px;
}
.logo-main {
font-size: 15px;
}
.logo-sub {
display: none;
}
.menu-toggle {
width: 44px;
height: 44px;
border-radius: 6px;
background: rgba(7, 16, 31, 0.06);
}
.site-header.site-header--hero .menu-toggle {
background: rgba(255, 255, 255, 0.08);
}
.site-header .gnb {
width: min(360px, 92vw);
padding: 78px 18px 24px !important;
background: #fff;
}
.site-header .nav-list {
gap: 6px;
}
.site-header .nav-link {
width: 100%;
min-height: 48px;
justify-content: flex-start;
padding: 0 14px;
color: var(--navy) !important;
font-size: 16px;
}
body :is(.lp-hero, .ab-hero, .svc-hero, .sc-hero, .hero-area, .contact-hero, .legal-hero) {
padding-top: 104px !important;
padding-bottom: 58px !important;
}
body :is(.lp-hero-title, .ab-hero-name, .svc-hero-title, .sc-hero-title, .contact-hero-title, .faq-hero-title, .legal-title, .hero-title) {
max-width: 13ch;
margin-bottom: 18px;
font-size: 32px !important;
line-height: 1.18;
}
body.ksl-page-index .lp-hero-title {
font-size: 34px !important;
}
body :is(.svc-hero-desc, .lp-hero-lead, .ab-hero-lead, .sc-hero-sub, .contact-hero-desc, .faq-hero-desc, .legal-lead, .hero-desc) {
max-width: 34ch;
margin-bottom: 28px;
font-size: 16px !important;
line-height: 1.78;
}
body :is(.lp-eyebrow, .svc-kicker, .ab-eyebrow, .sc-hero-badge, .contact-hero-kicker, .faq-hero-kicker, .legal-eyebrow, .hero-kicker) {
margin-bottom: 18px;
font-size: 12px;
white-space: normal;
}
body :is(.lp-hero-cta, .ab-hero-cta, .svc-actions, .contact-hero-actions, .sc-hero-cta) {
width: 100%;
flex-direction: column;
align-items: stretch;
gap: 10px;
}
body :is(.lp-hero-cta, .ab-hero-cta, .svc-actions, .contact-hero-actions, .sc-hero-cta) > * {
width: 100%;
}
main.page-main :is(.lp-section, .svc-section, .ab-section, .legal-body, .case-detail-section, .sc-form-wrap) {
padding-top: var(--section-py);
padding-bottom: var(--section-py);
}
main.page-main :is(.lp-section-head, .svc-section-header, .ab-section-head, .faq-section-head, .cases-section-header) {
margin-bottom: 32px;
}
main.page-main :is(.lp-section-title, .svc-section-title, .ab-section-title, .section-title, .faq-group-title, .cases-head-title, .legal-clause-title, .form-title, .page-title, .case-detail-title) {
font-size: 26px;
line-height: 1.25;
}
main.page-main :is(.svc-card, .svc-compare-card, .svc-timeline-step, .svc-hero-card, .lp-consult-form-wrap, .legal-article, .sc-card, .sc-contact) {
padding: 22px 18px;
}
.svc-proof {
grid-template-columns: 1fr;
}
.svc-proof-card,
.svc-proof-card:not(:first-child) {
padding: 18px 0;
border-right: 0;
border-bottom: 1px solid rgba(210, 177, 108, 0.16);
}
.svc-proof-card:last-child {
border-bottom: 0;
}
.sc-options,
.sc-options--grid,
.sc-options--4,
.contact-fields,
.ctc-form-grid {
grid-template-columns: 1fr !important;
}
.legal-article {
border-radius: 8px;
}
.legal-toc {
position: static;
}
.fixed-cta-bar .cta-label-sub {
display: none;
}
}
@media (max-width: 420px) {
body :is(.lp-hero-title, .ab-hero-name, .svc-hero-title, .sc-hero-title, .contact-hero-title, .faq-hero-title, .legal-title, .hero-title) {
font-size: 29px !important;
}
main.page-main :is(.lp-section-title, .svc-section-title, .ab-section-title, .section-title, .faq-group-title, .cases-head-title, .legal-clause-title, .form-title, .page-title, .case-detail-title) {
font-size: 24px;
}
main.page-main :is(.btn, .lp-btn, .ab-btn, .svc-btn, .contact-btn, .sc-nav-btn, .sc-submit-btn, .cases-card-cta, .cta-btn) {
font-size: 14px;
}
}:root {
--lp-ink: var(--ds-ink);
--lp-ink-2: var(--ds-ink-2);
--lp-line: var(--ds-line);
--lp-line-strong: var(--ds-line-strong);
--lp-paper: var(--ds-paper);
--lp-bg: var(--ds-bg);
--lp-gold: var(--ds-gold);
--lp-gold-soft: var(--ds-gold-soft);
--lp-text: var(--ds-text);
--lp-text-2: var(--ds-text-2);
--lp-text-3: var(--ds-text-3);
--lp-radius: var(--ds-radius);
--lp-radius-md: var(--ds-radius-md);
--lp-shadow-card: var(--ds-shadow-card);
--lp-section-py: var(--section-py);
}
body.ksl-page-index {
background: var(--ds-bg);
} main.ksl-page-main--index .container {
padding-left: 28px;
padding-right: 28px;
} .lp-section {
padding: var(--lp-section-py) 0;
position: relative;
}
.lp-section-head {
max-width: 680px;
margin: 0 0 clamp(44px, 6vw, 72px);
}
.lp-section-head--center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.lp-section-head--light .lp-kicker,
.lp-section-head--light .lp-section-title,
.lp-section-head--light .lp-section-lead {
color: #fff;
}
.lp-kicker {
display: inline-flex;
align-items: center;
gap: 14px;
font-family: var(--font-sans);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--lp-gold);
margin: 0 0 clamp(16px, 2.5vw, 28px);
}
.lp-kicker::before {
content: "";
width: 32px;
height: 1px;
background: currentColor;
opacity: 0.6;
display: inline-block;
}
.lp-kicker--accent { color: var(--lp-gold); }
.lp-kicker--light  { color: rgba(201, 168, 106, 0.9); }
.lp-kicker--light::before { background: currentColor; }
.lp-section-title {
font-family: var(--font-serif);
font-size: clamp(26px, 4.4vw, 52px);
font-weight: 700;
line-height: 1.22;
letter-spacing: -0.03em;
color: var(--lp-ink);
margin: 0 0 clamp(16px, 2.5vw, 26px);
text-wrap: balance;
}
.lp-section-title em {
font-style: normal;
color: var(--lp-ink);
font-weight: 700;
position: relative;
background-image: linear-gradient(transparent 68%, rgba(201, 168, 106, 0.30) 68%, rgba(201, 168, 106, 0.30) 92%, transparent 92%);
background-repeat: no-repeat;
padding: 0 2px;
}
.lp-section-title--light { color: #fff; }
.lp-section-title--light em {
color: #fff;
background-image: linear-gradient(transparent 68%, rgba(201, 168, 106, 0.38) 68%, rgba(201, 168, 106, 0.38) 92%, transparent 92%);
}
.lp-section-lead {
font-size: clamp(15px, 2.2vw, 17px);
line-height: 1.80;
color: var(--lp-text-2);
margin: 0;
max-width: 60ch;
letter-spacing: -0.005em;
text-wrap: pretty;
word-break: keep-all;
}
.lp-section-head--center .lp-section-lead { margin-left: auto; margin-right: auto; }
.lp-section-head--light .lp-section-lead { color: rgba(255, 255, 255, 0.68); }  .lp-hero {
position: relative;
overflow: hidden;
isolation: isolate;
padding: clamp(140px, 18vh, 200px) 0 clamp(96px, 12vh, 140px);
background: linear-gradient(172deg, #080e1c 0%, #121a30 58%, #080e1c 100%);
}
.lp-hero::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(820px 420px at 82% 18%, rgba(181, 156, 120, 0.10), transparent 56%),
linear-gradient(90deg, rgba(7, 12, 21, 0.84) 0%, rgba(7, 12, 21, 0.68) 42%, rgba(7, 12, 21, 0.72) 100%);
}
.lp-hero::after {
content: "";
position: absolute;
left: 0; right: 0; bottom: 0;
height: 1px;
z-index: 2;
background: linear-gradient(90deg,
transparent 0%,
rgba(181, 156, 120, 0.18) 25%,
rgba(181, 156, 120, 0.18) 75%,
transparent 100%);
}
.lp-hero-bg {
display: block;
position: absolute;
inset: -4%;
z-index: 0;
background-image: url(//xn--4k0bz8yc2cipax5ws4w.com/wp-content/themes/0427/assets/img/law-900.webp);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
filter: blur(18px) saturate(0.88) brightness(0.52);
transform: scale(1.12);
opacity: 0.98;
pointer-events: none;
}
.lp-hero-inner {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
gap: 88px;
align-items: center;
}
.lp-hero-head { max-width: 640px; }
.lp-eyebrow {
display: inline-flex;
align-items: center;
gap: 14px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(201, 168, 106, 0.92);
background: transparent;
border: 0;
border-radius: 0;
padding: 0;
margin: 0 0 36px;
}
.lp-eyebrow-line {
width: 36px;
height: 1px;
background: rgba(201, 168, 106, 0.6);
display: inline-block;
}
.lp-hero-title {
font-family: var(--font-sans);
font-size: clamp(36px, 5.6vw, 62px);
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.035em;
color: #fbfcfe;
margin: 0 0 32px;
text-wrap: balance;
}
.lp-hero-em {
font-style: normal;
color: var(--gold-light);
font-weight: 700;
position: relative;
}
.lp-hero-lead {
font-size: 18px;
line-height: 1.72;
color: rgba(241, 244, 250, 0.72);
margin: 0 0 48px;
max-width: 520px;
letter-spacing: -0.005em;
text-wrap: pretty;
}
.lp-hero-lead strong { color: rgba(255, 255, 255, 0.95); font-weight: 600; }
.lp-hero-cta {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 56px;
}
.lp-hero-meta {
display: flex;
flex-wrap: wrap;
gap: 32px;
margin: 0;
padding: 28px 0 0;
list-style: none;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-hero-meta li {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 13px;
color: rgba(241, 244, 250, 0.82); font-weight: 500;
letter-spacing: -0.002em;
}
.lp-hero-meta i {
color: var(--gold-light);
font-size: 11px;
opacity: 1;
} .lp-hero-credentials {
display: flex;
flex-direction: column;
gap: 0;
padding: 28px 0 0;
background: transparent;
border: 0;
border-top: 1px solid rgba(201, 168, 106, 0.32);
border-bottom: 0;
border-radius: 0;
backdrop-filter: none;
position: relative;
}
.lp-hero-credentials::before {
content: "Credentials";
display: block;
padding: 0 0 18px;
color: rgba(201, 168, 106, 0.85);
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
border-radius: 0;
position: static;
background: transparent;
}
.lp-cred-line {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 24px 0;
border-radius: 0;
text-decoration: none;
color: #fff;
transition: background 0.22s ease, padding 0.22s ease;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
position: relative;
}
.lp-cred-line:last-child { border-bottom: 0; }
.lp-cred-line:hover {
background: transparent;
border-color: rgba(255, 255, 255, 0.06);
padding-left: 6px;
}
.lp-cred-line:hover .lp-cred-arrow {
opacity: 1;
transform: translateX(4px);
}
.lp-cred-line--static { cursor: default; }
.lp-cred-line--static:hover { padding-left: 0; }
.lp-cred-mark {
display: none;
}
.lp-cred-line::before {
content: "";
flex: 0 0 auto;
width: 4px;
height: 4px;
margin-top: 11px;
border-radius: 50%;
background: var(--gold-light);
opacity: 0.85;
}
.lp-cred-body {
flex: 1 1 auto;
display: flex;
flex-direction: column;
gap: 6px;
}
.lp-cred-body strong {
font-size: 14.5px;
font-weight: 600;
color: #fff;
line-height: 1.45;
letter-spacing: -0.01em;
}
.lp-cred-body span {
font-size: 12.5px;
color: rgba(241, 244, 250, 0.5);
line-height: 1.55;
letter-spacing: -0.002em;
}
.lp-cred-arrow {
color: rgba(201, 168, 106, 0.55);
font-size: 11px;
margin-top: 7px;
opacity: 0;
transition: opacity 0.22s ease, transform 0.22s ease;
} .lp-hero-down {
position: absolute;
left: 28px;
bottom: 32px;
z-index: 2;
display: inline-flex;
align-items: center;
gap: 12px;
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.38);
text-decoration: none;
transition: color 0.22s ease;
}
.lp-hero-down:hover { color: var(--gold-light); }
.lp-hero-down::before {
content: "";
width: 40px;
height: 1px;
background: currentColor;
opacity: 0.5;
}
.lp-hero-down i {
font-size: 11px;
color: inherit;
opacity: 0.7;
} .lp-anchor {
position: sticky;
top: var(--header-h, 74px);
z-index: 40;
background: rgba(251, 250, 245, 0.92);
backdrop-filter: saturate(140%) blur(16px);
-webkit-backdrop-filter: saturate(140%) blur(16px);
border-top: 0;
border-bottom: 1px solid rgba(10, 17, 34, 0.06);
}
.lp-anchor-inner {
display: flex;
gap: 2px;
overflow-x: auto;
scrollbar-width: none;
padding: 0 28px;
max-width: var(--max-width);
margin: 0 auto;
}
.lp-anchor-inner::-webkit-scrollbar { display: none; }
.lp-anchor-link {
flex: 0 0 auto;
padding: 0 16px;
height: 46px;
display: inline-flex;
align-items: center;
font-size: 12.5px;
font-weight: 500;
color: var(--lp-text-3);
text-decoration: none;
border-bottom: 2px solid transparent;
transition: color 0.22s ease, border-color 0.22s ease;
white-space: nowrap;
letter-spacing: -0.005em;
position: relative;
}
.lp-anchor-link:hover { color: var(--lp-ink); }
.lp-anchor-link.is-active {
color: var(--lp-ink);
font-weight: 700;
border-bottom-color: var(--lp-gold); }
.lp-anchor-link--cta {
margin-left: auto;
color: var(--lp-gold);
font-weight: 700;
font-size: 12.5px;
padding-left: 20px;
padding-right: 20px;
letter-spacing: -0.003em;
}
.lp-anchor-link--cta::before {
content: "";
position: absolute;
left: 0;
top: 12px;
bottom: 12px;
width: 1px;
background: var(--lp-line-strong);
}
.lp-anchor-link--cta:hover {
color: var(--lp-ink);
border-bottom-color: transparent;
} .lp-problem { background: var(--lp-bg); }
.lp-problem-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 64px;
row-gap: 0;
list-style: none;
margin: 0 0 clamp(48px, 6vw, 72px);
padding: 0;
border-top: 1px solid var(--lp-line-strong);
}
.lp-problem-item {
display: flex;
align-items: baseline;
gap: 22px;
padding: 24px 0;
border-bottom: 1px solid var(--lp-line);
font-size: clamp(15px, 2.2vw, 16.5px);
line-height: 1.58;
color: var(--lp-ink);
font-weight: 500;
letter-spacing: -0.01em;
transition: color 0.22s ease;
}
.lp-problem-list > .lp-problem-item:nth-child(odd) {
border-right: 0;
padding-right: 0;
}
.lp-problem-list > .lp-problem-item:nth-child(even) {
padding-left: 0;
}
.lp-problem-item:hover { background: transparent; color: var(--lp-ink); }
.lp-problem-item:hover .lp-problem-num {
color: var(--lp-ink);
}
.lp-problem-num {
flex: 0 0 auto;
font-family: var(--font-serif);
font-size: 11.5px;
font-weight: 600;
color: var(--lp-gold);
letter-spacing: 0.22em;
min-width: 28px;
font-variant-numeric: tabular-nums;
transition: color 0.22s ease;
}
.lp-problem-text {
flex: 1 1 auto;
text-wrap: pretty;
} .lp-inline-cta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 28px;
padding: 44px 0;
background: transparent;
border: 0;
border-top: 1px solid var(--lp-line-strong);
border-bottom: 1px solid var(--lp-line-strong);
border-radius: 0;
box-shadow: none;
} .lp-inline-cta::before {
display: none;
}
.lp-inline-cta--dark {
background: var(--lp-ink);
border-top: 0;
border-bottom: 0;
border-radius: 0;
padding: 48px 52px;
box-shadow: none;
position: relative;
}
.lp-inline-cta--dark::before {
content: "";
display: block;
position: absolute;
left: 0; top: 0; bottom: 0;
width: 3px;
background: var(--gold-light);
}
.lp-inline-cta--dark .lp-inline-cta-copy,
.lp-inline-cta--dark .lp-inline-cta-copy strong { color: #fff; }
.lp-inline-cta--dark .lp-inline-cta-copy {
color: rgba(255, 255, 255, 0.65);
}
.lp-inline-cta--dark .lp-btn--text { color: var(--gold-light); }
.lp-inline-cta--dark .lp-btn--text:hover { color: #fff; }
.lp-inline-cta-copy {
flex: 1 1 320px;
margin: 0;
font-size: 15px;
color: var(--lp-text-2);
line-height: 1.68;
letter-spacing: -0.005em;
}
.lp-inline-cta-copy strong {
display: block;
color: var(--lp-ink);
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
letter-spacing: -0.02em;
}
.lp-inline-cta-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
} .lp-selfcheck-section {
background: var(--lp-bg);
position: relative;
border-top: 1px solid var(--lp-line);
border-bottom: 1px solid var(--lp-line);
}
.lp-selfcheck-section::before {
content: "";
position: absolute;
left: 0; right: 0; top: 0;
height: 2px;
background: linear-gradient(90deg, var(--lp-gold) 0%, transparent 60%);
} .lp-sc-card {
max-width: 860px;
margin: 0 auto;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
padding: 0;
position: relative;
}
.lp-sc-alt {
text-align: center;
margin: 48px 0 0;
font-size: 14px;
color: var(--lp-text-3);
letter-spacing: -0.005em;
}
.lp-sc-alt a {
color: var(--lp-ink);
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid currentColor;
padding-bottom: 2px;
margin-left: 8px;
transition: color 0.22s ease;
}
.lp-sc-alt a:hover { color: var(--lp-gold); } .lp-sc-card.sc-card,
.lp-sc-card .sc-card {
box-shadow: none;
padding: 0;
border: 0;
background: transparent;
border-radius: 0;
} .lp-solutions {
background: var(--lp-paper);
border-top: 1px solid var(--lp-line);
}
.lp-compare {
display: grid;
grid-template-columns: 100px repeat(3, minmax(0, 1fr));
border: 0;
background: transparent;
border-radius: 0;
overflow: visible;
margin-bottom: 56px;
border-top: 1px solid var(--lp-line-strong);
}
.lp-compare-row { display: contents; }
.lp-compare-cell {
padding: 24px 22px;
border-right: 0;
border-bottom: 1px solid var(--lp-line);
font-size: 14.5px;
color: var(--lp-text-2);
line-height: 1.6;
letter-spacing: -0.005em;
background: transparent;
}
.lp-compare-axis {
background: transparent;
font-weight: 600;
color: var(--lp-text-3);
font-size: 10.5px;
letter-spacing: 0.20em;
text-transform: uppercase;
display: flex;
align-items: center;
} .lp-compare-row--head .lp-compare-cell {
background: transparent;
color: var(--lp-ink);
padding: 36px 22px 32px;
border-bottom: 2px solid var(--lp-ink);
vertical-align: top;
}
.lp-compare-row--head .lp-compare-axis {
background: transparent;
color: var(--lp-text-3);
font-size: 10.5px;
letter-spacing: 0.22em;
text-transform: uppercase;
display: flex;
align-items: flex-end;
padding-bottom: 36px;
border-bottom: 2px solid var(--lp-ink);
}
.lp-compare-col {
display: flex;
flex-direction: column;
gap: 8px;
}
.lp-compare-col h3 {
font-family: var(--font-serif);
font-size: 20px;
font-weight: 700;
color: var(--lp-ink);
margin: 12px 0 2px;
line-height: 1.3;
letter-spacing: -0.025em;
}
.lp-compare-col p {
font-size: 13px;
color: var(--lp-text-3);
margin: 0;
letter-spacing: -0.005em;
} .lp-compare-col--featured {
background: rgba(166, 130, 63, 0.05) !important;
color: var(--lp-ink) !important;
position: relative;
}
.lp-compare-col--featured::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 2px;
background: var(--lp-gold);
}
.lp-compare-col--featured h3 { color: var(--lp-ink); }
.lp-compare-col--featured p  { color: var(--lp-text-3); }
.lp-compare-tag {
display: inline-flex;
align-self: flex-start;
background: transparent;
color: var(--lp-gold);
font-size: 10.5px;
font-weight: 700;
letter-spacing: 0.24em;
text-transform: uppercase;
padding: 0;
border-radius: 0;
} .lp-compare-cell--ft {
background: rgba(166, 130, 63, 0.05);
color: var(--lp-ink);
font-weight: 500;
}
.lp-compare-row--cta .lp-compare-cell {
padding: 24px 22px 8px;
border-bottom: 0;
}
.lp-compare-row--cta .lp-compare-axis {
border-bottom: 0;
} .lp-trust { background: #fff; }
.lp-trust-grid {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
gap: 80px;
align-items: start;
margin-bottom: 96px;
}
.lp-trust-cert {
display: block;
position: relative;
overflow: hidden;
border-radius: 0;
background: var(--lp-paper);
border: 1px solid var(--lp-line);
box-shadow: 0 40px 80px -40px rgba(10, 17, 34, 0.22);
aspect-ratio: 4 / 5;
}
.lp-trust-cert img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-trust-cert:hover img { transform: scale(1.025); }
.lp-trust-cert-overlay {
position: absolute;
bottom: 18px;
left: 18px;
right: 18px;
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 8px;
background: rgba(10, 17, 34, 0.92);
color: #fff;
padding: 12px 16px;
border-radius: 0;
font-size: 11.5px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
backdrop-filter: blur(6px);
}
.lp-trust-cert-overlay i {
color: var(--gold-light);
font-size: 10px;
}
.lp-trust-list {
list-style: none;
margin: 0;
padding: 0;
}
.lp-trust-list li {
display: grid;
grid-template-columns: 44px 1fr;
gap: 24px;
padding: 32px 0;
border-bottom: 1px solid var(--lp-line);
align-items: start;
}
.lp-trust-list li:first-child {
padding-top: 0;
border-top: 0;
}
.lp-trust-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.lp-trust-mark {
width: 44px;
height: 44px;
display: inline-flex;
align-items: baseline;
justify-content: flex-start;
background: transparent;
color: var(--lp-gold);
border-radius: 0;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.18em;
padding-top: 6px;
position: relative;
font-variant-numeric: tabular-nums;
}
.lp-trust-mark i { display: none; }
.lp-trust-list li:nth-child(1) .lp-trust-mark::before { content: "01"; }
.lp-trust-list li:nth-child(2) .lp-trust-mark::before { content: "02"; }
.lp-trust-list li:nth-child(3) .lp-trust-mark::before { content: "03"; }
.lp-trust-list strong {
display: block;
font-size: 19px;
font-weight: 700;
color: var(--lp-ink);
margin: 0 0 12px;
letter-spacing: -0.02em;
line-height: 1.4;
}
.lp-trust-list p {
font-size: 15px;
color: var(--lp-text-2);
margin: 0 0 16px;
line-height: 1.78;
letter-spacing: -0.005em;
text-wrap: pretty;
}
.lp-trust-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: var(--lp-ink);
text-decoration: none;
border-bottom: 1px solid var(--lp-line-strong);
padding-bottom: 2px;
transition: border-color 0.22s ease, color 0.22s ease;
letter-spacing: -0.005em;
}
.lp-trust-link:hover {
border-bottom-color: var(--lp-ink);
color: var(--lp-ink);
}
.lp-trust-link i {
font-size: 10px;
color: var(--lp-gold);
} .lp-trust-numbers {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
border-top: 1px solid var(--lp-line-strong);
border-bottom: 1px solid var(--lp-line);
margin: 0;
padding: 0;
}
.lp-trust-numbers > div {
text-align: left;
padding: 44px 24px 44px 24px; border-right: 1px solid var(--lp-line);
position: relative;
}
.lp-trust-numbers > div:last-child { border-right: 0; }
.lp-trust-numbers > div:first-child { padding-left: 0; }
.lp-trust-numbers dt {
font-family: var(--font-serif);
font-size: clamp(32px, 4vw, 48px);
font-weight: 700;
color: var(--lp-ink);
letter-spacing: -0.035em;
line-height: 1;
margin: 0 0 14px;
font-variant-numeric: tabular-nums;
}
.lp-trust-numbers dt span {
display: inline-block;
margin-left: 4px;
font-size: 13px;
font-weight: 500;
color: var(--lp-gold);
letter-spacing: 0.04em;
vertical-align: baseline;
text-transform: none;
font-family: var(--font-sans);
}
.lp-trust-numbers dd {
margin: 0;
font-size: 13px;
font-weight: 500;
color: var(--lp-text-3);
letter-spacing: -0.003em;
} .lp-message {
background:
radial-gradient(900px 320px at 50% 0%, rgba(201, 168, 106, 0.08), transparent 68%),
linear-gradient(180deg, #fff 0%, #fcfaf6 100%);
border-top: 1px solid rgba(201, 168, 106, 0.12);
border-bottom: 1px solid rgba(201, 168, 106, 0.10);
}
.lp-message-shell {
position: relative;
max-width: 980px;
margin: 0 auto;
padding: clamp(52px, 7vw, 88px) clamp(24px, 4vw, 48px);
text-align: center;
}
.lp-message-shell::before,
.lp-message-shell::after {
position: absolute;
top: clamp(18px, 3vw, 28px);
font-family: var(--font-serif);
font-size: clamp(76px, 9vw, 120px);
line-height: 1;
color: rgba(201, 168, 106, 0.18);
pointer-events: none;
}
.lp-message-shell::before {
content: "“";
left: clamp(6px, 1.8vw, 18px);
}
.lp-message-shell::after {
content: "”";
right: clamp(6px, 1.8vw, 18px);
}
.lp-message-kicker {
display: inline-block;
margin: 0 0 18px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--lp-gold);
}
.lp-message-title {
margin: 0;
font-family: var(--font-display);
font-size: clamp(34px, 5vw, 60px);
font-weight: 800;
line-height: 1.24;
letter-spacing: -0.04em;
color: var(--lp-ink);
text-wrap: balance;
}
.lp-message-title em {
font-style: normal;
color: var(--lp-gold);
font-weight: 800;
}
.lp-message-divider {
width: min(100%, 700px);
height: 1px;
margin: clamp(28px, 4vw, 44px) auto;
background: linear-gradient(90deg, transparent 0%, rgba(10, 17, 34, 0.12) 14%, rgba(10, 17, 34, 0.12) 86%, transparent 100%);
}
.lp-message-copy {
max-width: 760px;
margin: 0 auto;
display: grid;
gap: 22px;
}
.lp-message-copy p {
margin: 0;
font-size: 17px;
line-height: 1.9;
color: var(--lp-text-2);
letter-spacing: -0.01em;
word-break: keep-all;
text-wrap: pretty;
}
.lp-message-lead strong {
color: #4c596f;
font-weight: 800;
}
.lp-message-signoff {
margin: clamp(34px, 4vw, 48px) auto 0;
padding-top: 26px;
width: fit-content;
max-width: 100%;
display: inline-flex;
align-items: center;
gap: 14px;
border-top: 1px solid rgba(10, 17, 34, 0.10);
text-align: left;
}
.lp-message-signoff img {
width: 48px;
height: 48px;
border-radius: 0;
object-fit: cover;
flex: 0 0 auto;
border: 1px solid rgba(10, 17, 34, 0.12);
}
.lp-message-signoff-body {
display: grid;
gap: 4px;
}
.lp-message-signoff-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--lp-text-3);
}
.lp-message-signoff strong {
font-size: 18px;
font-weight: 800;
line-height: 1.4;
letter-spacing: 0.06em;
color: var(--lp-ink);
} .lp-process {
background: var(--lp-ink);
color: #fff;
padding-top: clamp(80px, 10vw, 148px);
padding-bottom: clamp(80px, 10vw, 148px);
position: relative;
overflow: hidden;
}
.lp-process::before {
content: "";
position: absolute;
left: 0; right: 0; top: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.28), transparent);
}
.lp-timeline {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 48px;
list-style: none;
margin: 0 0 56px;
padding: 0;
position: relative;
}
.lp-timeline::before {
display: none;
}
.lp-timeline-step {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
padding: 0;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.12);
padding-top: 28px;
}
.lp-timeline-step::before {
content: "";
position: absolute;
left: 0;
top: -1px;
width: 40px;
height: 1px;
background: var(--gold-light);
}
.lp-timeline-num {
width: auto;
height: auto;
display: inline-flex;
align-items: baseline;
justify-content: flex-start;
font-family: var(--font-serif);
font-size: 13px;
font-weight: 600;
color: var(--gold-light);
background: transparent;
border: 0;
border-radius: 0;
margin-bottom: 20px;
padding: 0;
letter-spacing: 0.22em;
font-variant-numeric: tabular-nums;
}
.lp-timeline-body {
display: block;
width: 100%;
}
.lp-timeline-body strong {
display: block;
font-family: var(--font-serif);
font-size: 19px;
font-weight: 700;
color: #fff;
margin: 0 0 12px;
letter-spacing: -0.02em;
line-height: 1.4;
}
.lp-timeline-body p {
font-size: 14px;
color: rgba(255, 255, 255, 0.55);
line-height: 1.78;
margin: 0;
letter-spacing: -0.003em;
text-wrap: pretty;
}
.lp-process-note {
text-align: left;
margin: 0;
font-size: 13px;
color: rgba(255, 255, 255, 0.42);
display: flex;
align-items: center;
gap: 12px;
justify-content: flex-start;
width: 100%;
padding-top: 32px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
letter-spacing: -0.003em;
}
.lp-process-note i {
color: var(--gold-light);
opacity: 0.7;
font-size: 11px;
} .lp-faq {
background:
radial-gradient(920px 420px at 10% 12%, rgba(201, 168, 106, 0.08), transparent 58%),
linear-gradient(180deg, #fbfaf7 0%, #f5f1ea 100%);
border-top: 1px solid rgba(201, 168, 106, 0.12);
border-bottom: 1px solid rgba(201, 168, 106, 0.12);
}
.lp-faq-layout {
display: grid;
grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
gap: 72px;
align-items: start;
}
.lp-faq-intro {
position: sticky;
top: calc(var(--header-h) + 72px);
}
.lp-faq-checklist {
list-style: none;
margin: 36px 0 0;
padding: 0;
display: grid;
gap: 0;
border-top: 1px solid rgba(24, 36, 61, 0.10);
} .lp-faq-checklist li {
position: relative;
padding: 20px 0 20px 26px;
border: 0;
border-bottom: 1px solid rgba(24, 36, 61, 0.08);
border-radius: 0;
background: transparent;
color: var(--lp-text-2);
font-size: 14.5px;
line-height: 1.72;
letter-spacing: -0.006em;
box-shadow: none;
word-break: keep-all;
}
.lp-faq-checklist li::before {
content: "";
position: absolute;
left: 0;
top: 29px;
width: 7px;
height: 7px;
border-radius: 999px;
background: var(--lp-gold);
box-shadow: none;
}
.lp-faq-intro-note {
margin: 24px 0 0;
padding-top: 22px;
border-top: 1px solid rgba(24, 36, 61, 0.12);
font-size: 14px;
line-height: 1.8;
color: var(--lp-text-3);
letter-spacing: -0.004em;
word-break: keep-all;
}
.lp-faq-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
} .lp-faq-list {
display: flex;
flex-direction: column;
border: 0;
border-top: 1px solid rgba(24, 36, 61, 0.10);
border-radius: 0;
background: transparent;
box-shadow: none;
overflow: visible;
}
.lp-faq .svc-faq-item {
border-bottom: 1px solid rgba(24, 36, 61, 0.10);
background: transparent;
}
.lp-faq .svc-faq-item:last-child {
border-bottom: 0;
}
.lp-faq .svc-faq-q {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 18px;
padding: 28px 0; background: transparent;
border: 0;
color: var(--lp-ink);
cursor: pointer;
text-align: left;
font-size: 16.5px;
font-weight: 500;
line-height: 1.55;
letter-spacing: -0.015em;
transition: color 0.22s ease;
}
.lp-faq .svc-faq-q > span:first-child {
flex: 1 1 auto;
min-width: 0;
display: inline-flex;
align-items: flex-start;
gap: 14px;
word-break: keep-all;
}
.lp-faq .svc-faq-item:hover .svc-faq-q,
.lp-faq .svc-faq-q:focus-visible {
background: transparent;
color: var(--lp-gold);
}
.lp-faq .svc-faq-q[aria-expanded="true"] {
font-weight: 600;
color: var(--lp-ink);
}
.lp-faq .svc-faq-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 28px;
padding-top: 2px;
color: var(--lp-gold);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.16em;
line-height: 1;
flex: 0 0 auto;
}
.lp-faq .svc-faq-icon {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
color: var(--lp-text-3);
font-size: 13px;
transition: transform 0.24s ease, color 0.24s ease;
}
.lp-faq .svc-faq-q[aria-expanded="true"] .svc-faq-icon {
color: var(--lp-gold);
transform: rotate(180deg);
}
.lp-faq .svc-faq-a {
display: none;
padding: 0 0 28px 42px; }
.lp-faq .svc-faq-q[aria-expanded="true"] + .svc-faq-a {
display: block;
}
.lp-faq-answer {
max-width: 58ch;
font-size: 15px;
line-height: 1.84;
color: var(--lp-text-2);
letter-spacing: -0.006em;
word-break: keep-all;
} .lp-consult {
background: linear-gradient(165deg, #080e1c 0%, #121a30 60%, #080e1c 100%);
padding-top: clamp(80px, 10vw, 148px);
padding-bottom: clamp(80px, 10vw, 148px);
position: relative;
}
.lp-consult::before {
content: "";
position: absolute;
left: 0; right: 0; top: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.28), transparent);
}
.lp-consult-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
gap: 80px;
align-items: start;
}
.lp-consult-copy { padding: 0; } .lp-consult .lp-section-title { color: #fff; }
.lp-consult .lp-section-title em {
color: var(--gold-light);
background-image: linear-gradient(transparent 68%, rgba(201, 168, 106, 0.22) 68%, rgba(201, 168, 106, 0.22) 92%, transparent 92%);
}
.lp-consult-desc {
font-size: 17px;
color: rgba(241, 244, 250, 0.72);
line-height: 1.78;
margin: 0 0 36px;
letter-spacing: -0.005em;
max-width: 52ch;
text-wrap: pretty;
}
.lp-consult-points {
list-style: none;
margin: 0 0 40px;
padding: 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-consult-points li {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 18px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
font-size: 14.5px;
color: rgba(241, 244, 250, 0.72);
letter-spacing: -0.005em;
line-height: 1.6;
}
.lp-consult-points i {
color: var(--gold-light);
margin-top: 5px;
font-size: 11px;
flex: 0 0 auto;
}
.lp-consult-contacts {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 24px;
}
.lp-consult-contact {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 20px;
background: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 4px;
font-size: 14px;
font-weight: 600;
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
letter-spacing: -0.005em;
}
.lp-consult-contact:hover {
background: rgba(255, 255, 255, 0.13);
border-color: rgba(201, 168, 106, 0.45);
color: #fff;
}
.lp-consult-contact:hover i {
color: var(--gold-light);
}
.lp-consult-contact i {
color: var(--gold-light);
font-size: 13px;
transition: color 0.22s ease;
}
.lp-consult-note {
font-size: 12.5px;
color: rgba(255, 255, 255, 0.38);
margin: 0;
line-height: 1.7;
letter-spacing: -0.003em;
} .lp-consult .lp-consult-copy .lp-btn--primary {
background: var(--gold-light);
color: var(--lp-ink);
border-color: var(--gold-light);
}
.lp-consult .lp-consult-copy .lp-btn--primary:hover {
background: #d4b978;
border-color: #d4b978;
color: #080e1c;
} .lp-consult-form-wrap {
background: #fff;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: var(--lp-radius-md);
padding: 44px 44px 36px;
box-shadow: 0 48px 96px -32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.06);
}
.lp-consult-form {
display: flex;
flex-direction: column;
gap: 22px;
}
.lp-form-head {
padding-bottom: 18px;
border-bottom: 1px solid var(--lp-line);
margin-bottom: 8px;
}
.lp-form-head strong {
display: block;
font-size: 16.5px;
font-weight: 700;
color: var(--lp-ink);
margin-bottom: 8px;
letter-spacing: -0.015em;
}
.lp-form-head span {
font-size: 12.5px;
color: var(--lp-text-3);
letter-spacing: -0.003em;
line-height: 1.55;
display: block;
}
.lp-form-row { display: grid; gap: 20px; }
.lp-form-row--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp-form-field {
display: flex;
flex-direction: column;
gap: 8px;
}
.lp-form-field--full { grid-column: 1 / -1; }
.lp-form-label {
font-size: 11px;
font-weight: 700;
color: var(--lp-text-3);
letter-spacing: 0.14em;
text-transform: uppercase;
}
.lp-form-label em {
font-style: normal;
color: var(--lp-gold);
margin-left: 3px;
} .lp-consult-form input[type="text"],
.lp-consult-form input[type="tel"],
.lp-consult-form input[type="email"],
.lp-consult-form select,
.lp-consult-form textarea {
width: 100%;
padding: 16px 0;
font-size: 16px;
font-family: inherit;
color: var(--lp-ink);
background: transparent;
border: 0;
border-bottom: 1.5px solid var(--lp-line-strong);
border-radius: 0;
outline: none;
transition: border-color 0.22s ease;
letter-spacing: -0.005em;
-webkit-appearance: none;
}
.lp-consult-form select {
padding: 16px 0;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2312141B' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 4px center;
padding-right: 20px;
}
.lp-consult-form textarea {
min-height: 120px;
resize: vertical;
line-height: 1.7;
padding: 16px 0;
}
.lp-consult-form input:focus,
.lp-consult-form select:focus,
.lp-consult-form textarea:focus {
border-bottom-color: var(--lp-gold);
background: transparent;
}
.lp-consult-form input::placeholder,
.lp-consult-form textarea::placeholder {
color: var(--lp-text-3);
opacity: 0.65;
}
.lp-form-privacy {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 13px;
color: var(--lp-text-2);
cursor: pointer;
letter-spacing: -0.003em;
padding: 8px 0;
}
.lp-form-privacy input {
width: 18px;
height: 18px;
min-width: 18px;
accent-color: var(--lp-ink);
cursor: pointer;
}
.lp-form-notice {
padding: 14px 16px;
background: rgba(180, 83, 9, 0.05);
border: 1px solid rgba(180, 83, 9, 0.18);
border-radius: 4px;
color: #b45309;
font-size: 13px;
font-weight: 500;
letter-spacing: -0.003em;
}
.lp-form-hint {
margin: 12px 0 0;
font-size: 12px;
color: var(--lp-text-3);
text-align: left;
letter-spacing: -0.003em;
}
.lp-form-hint a {
color: var(--lp-text-2);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--lp-line-strong);
}
.lp-form-hint a:hover { text-decoration-color: var(--lp-ink); color: var(--lp-ink); }
.lp-form-hint i { color: var(--lp-gold); margin-right: 6px; font-size: 10px; } .hp-field {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
}  @media (max-width: 1024px) {
.lp-hero-inner {
grid-template-columns: minmax(0, 1fr);
gap: 64px;
}
.lp-hero-credentials { max-width: 560px; }
.lp-trust-grid {
grid-template-columns: minmax(0, 1fr);
gap: 56px;
}
.lp-trust-cert {
max-width: 440px;
margin: 0 auto;
}
.lp-message-shell {
max-width: 900px;
}
.lp-consult-grid {
grid-template-columns: minmax(0, 1fr);
gap: 56px;
}
.lp-compare {
grid-template-columns: 100px repeat(3, minmax(0, 1fr));
}
.lp-compare-col h3 { font-size: 18px; }
.lp-timeline {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 48px 40px;
}
.lp-faq-layout {
grid-template-columns: minmax(0, 1fr);
gap: 44px;
}
.lp-faq-intro {
position: static;
}
}
@media (max-width: 768px) {
main.ksl-page-main--index .container {
padding-left: 20px;
padding-right: 20px;
}
.lp-hero::before {
background:
radial-gradient(560px 280px at 78% 16%, rgba(181, 156, 120, 0.08), transparent 56%),
linear-gradient(180deg, rgba(7, 12, 21, 0.82) 0%, rgba(7, 12, 21, 0.62) 46%, rgba(7, 12, 21, 0.74) 100%);
}
.lp-hero-bg {
inset: -8%;
background-position: 58% center;
filter: blur(16px) saturate(0.84) brightness(0.5);
transform: scale(1.14);
}
.lp-hero {
padding-top: 120px;
padding-bottom: 90px;
}
.lp-hero-title { font-size: clamp(32px, 7vw, 42px); }
.lp-hero-lead { font-size: 16px; margin-bottom: 40px; }
.lp-hero-cta { margin-bottom: 48px; }
.lp-hero-meta { gap: 20px 24px; padding-top: 24px; }
.lp-hero-meta li { font-size: 12.5px; }
.lp-hero-down { display: none; }
.lp-hero-cta {
flex-direction: column;
align-items: stretch;
}
.lp-hero-cta .lp-btn { width: 100%; }
.lp-hero-credentials {
padding: 28px 0;
}
.lp-hero-credentials::before { left: 0; }
.lp-cred-line {
padding: 20px 0;
gap: 16px;
}
.lp-cred-body strong { font-size: 14px; }
.lp-cred-body span { font-size: 12px; }
.lp-section-head { margin-bottom: 52px; }
.lp-section-title {
font-size: clamp(28px, 6vw, 36px);
}
.lp-problem-list {
grid-template-columns: minmax(0, 1fr);
column-gap: 0;
}
.lp-problem-list > .lp-problem-item:nth-child(odd),
.lp-problem-list > .lp-problem-item:nth-child(even) {
border-right: 0;
padding-left: 0;
padding-right: 0;
}
.lp-problem-item {
padding: 22px 0;
font-size: 15.5px;
gap: 18px;
} .lp-inline-cta { padding: 36px 0; }
.lp-inline-cta--dark { padding: 36px 28px; }
.lp-inline-cta-actions { width: 100%; }
.lp-inline-cta-actions .lp-btn { flex: 1 1 auto; } .lp-sc-card { padding: 0; } .lp-compare {
display: block;
border: 0;
background: transparent;
margin-bottom: 40px;
} .lp-compare-row--head { display: none; } .lp-compare-row:not(.lp-compare-row--head):not(.lp-compare-row--cta) {
display: block;
} .lp-compare-row {
display: block;
background: #fff;
border: 1px solid var(--lp-line);
border-radius: var(--lp-radius);
margin-bottom: 14px;
overflow: hidden;
}
.lp-compare-cell {
display: flex;
justify-content: space-between;
gap: 16px;
padding: 16px 18px;
border-right: 0;
border-bottom: 1px solid var(--lp-line);
font-size: 14px;
} .lp-compare-cell[data-label]::before {
content: attr(data-label);
flex: 0 0 auto;
font-size: 10.5px;
font-weight: 700;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--lp-text-3);
min-width: 72px;
}
.lp-compare-cell:last-child { border-bottom: 0; }
.lp-compare-axis {
background: var(--lp-paper);
border-bottom: 1px solid var(--lp-line);
font-size: 10.5px;
}
.lp-trust-numbers {
grid-template-columns: repeat(2, minmax(0, 1fr));
border-bottom: 1px solid var(--lp-line);
}
.lp-trust-numbers > div {
border-bottom: 1px solid var(--lp-line);
padding: 32px 18px 0;
}
.lp-trust-numbers > div:first-child { padding-left: 0; }
.lp-trust-numbers > div:nth-child(2n) { border-right: 0; }
.lp-trust-numbers > div:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 32px; }
.lp-trust-numbers dt { font-size: clamp(28px, 7vw, 36px); }
.lp-trust-list li {
grid-template-columns: 32px 1fr;
gap: 18px;
padding: 26px 0;
}
.lp-trust-list strong { font-size: 17px; }
.lp-trust-list p { font-size: 14.5px; }
.lp-message-shell {
padding: 40px 12px;
}
.lp-message-shell::before,
.lp-message-shell::after {
font-size: clamp(52px, 10vw, 78px);
top: 8px;
}
.lp-message-title {
font-size: clamp(30px, 7vw, 42px);
line-height: 1.3;
}
.lp-message-copy {
gap: 18px;
}
.lp-message-copy p {
font-size: 15.5px;
line-height: 1.86;
}
.lp-message-signoff {
padding-top: 20px;
}
.lp-message-signoff strong {
font-size: 16px;
letter-spacing: 0.02em;
}
.lp-timeline {
grid-template-columns: minmax(0, 1fr);
gap: 36px;
}
.lp-timeline-step {
padding-top: 24px;
}
.lp-timeline-num {
margin-bottom: 16px;
}
.lp-timeline-body strong { font-size: 18px; } .lp-faq-checklist li {
padding: 16px 0 16px 20px;
font-size: 14px;
}
.lp-faq-checklist li::before {
left: 0;
top: 24px;
}
.lp-faq-actions {
flex-direction: column;
align-items: stretch;
}
.lp-faq-actions .lp-btn {
width: 100%;
} .lp-faq .svc-faq-q {
padding: 22px 0;
font-size: 15px;
min-height: 56px; } .lp-faq .svc-faq-a {
padding: 0 0 22px 24px;
}
.lp-faq-answer {
font-size: 14.5px;
max-width: 100%;
}
.lp-consult-form-wrap { padding: 32px 22px 28px; }
.lp-form-row--two { grid-template-columns: minmax(0, 1fr); }
.lp-consult-desc { font-size: 16px; } .lp-consult-points li { font-size: 14px; }
.lp-anchor-inner { padding: 0 16px; }
}
@media (max-width: 480px) {
.lp-hero-bg {
background-position: 60% center;
filter: blur(14px) saturate(0.82) brightness(0.48);
transform: scale(1.16);
}
.lp-hero-title { font-size: clamp(28px, 8vw, 36px); line-height: 1.2; }
.lp-hero-lead { font-size: 15.5px; }
.lp-hero-meta {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.lp-anchor-link { padding: 14px 14px; font-size: 12.5px; }
.lp-anchor-link--cta { padding-left: 18px; padding-right: 18px; }
.lp-sc-card { padding: 0; }
.lp-message-shell::before,
.lp-message-shell::after { display: none; }
.lp-message-title { font-size: clamp(28px, 8vw, 34px); }
.lp-message-copy p { font-size: 15px; }
.lp-message-signoff {
gap: 12px;
align-items: center;
}
.lp-message-signoff img {
width: 44px;
height: 44px;
}
.lp-faq .svc-faq-q { padding: 22px 18px; }
.lp-faq .svc-faq-a { padding: 0 18px 22px; }
.lp-consult-form-wrap { padding: 28px 20px 24px; }
.lp-inline-cta { padding: 24px 22px; }
}  .lp-section-title,
.lp-hero-title,
.lp-message-title {
font-family: var(--font-display);
} body.ksl-page-index .site-header.site-header--hero {
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
body.ksl-page-index .site-header.site-header--hero .logo-main,
body.ksl-page-index .site-header.site-header--hero .nav-link {
color: rgba(241, 244, 250, 0.90);
}
body.ksl-page-index .site-header.site-header--hero .logo-sub {
color: rgba(201, 168, 106, 0.80);
}
body.ksl-page-index .site-header.site-header--hero .nav-link:hover,
body.ksl-page-index .site-header.site-header--hero .nav-link.active {
background: rgba(255, 255, 255, 0.08);
color: #fff;
}
body.ksl-page-index .site-header.site-header--hero .nav-cta {
background: var(--gold-light);
color: #0a1122;
} .lp-trust-numbers {
border: 1px solid var(--lp-line);
border-radius: 20px;
box-shadow: 0 24px 56px -36px rgba(10, 17, 34, 0.18);
} @media (min-width: 993px) {
body.ksl-page-index { padding-bottom: 0; }
}
@media (max-width: 768px) {
.lp-hero {
padding-top: 114px;
padding-bottom: 86px;
}
.lp-anchor { top: 68px; }
}
@media (max-width: 540px) {
body.ksl-page-index .fixed-cta-inner .cta-btn:nth-child(3) {
display: none;
}
body.ksl-page-index .fixed-cta-inner > * {
flex: 1 1 50%;
}
}
@media (prefers-reduced-motion: reduce) {
.lp-trust-cert img { transition: none; }
}.hero-area {
background:
radial-gradient(1000px 500px at 80% 0%, rgba(201, 168, 106, 0.09), transparent 60%),
linear-gradient(172deg, #080e1c 0%, #121a30 58%, #080e1c 100%);
color: #fff;
padding: clamp(96px, 13vh, 140px) 28px clamp(80px, 11vh, 120px);
text-align: center;
position: relative;
}
.hero-area::after {
content: "";
position: absolute;
left: 0; right: 0; bottom: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(201, 168, 106, 0.28), transparent);
}
.hero-kicker {
display: inline-flex;
align-items: center;
gap: 14px;
font-size: 11px;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(201, 168, 106, 0.9);
font-weight: 600;
margin-bottom: 24px;
}
.hero-kicker::before,
.hero-kicker::after {
content: "";
width: 32px;
height: 1px;
background: currentColor;
opacity: 0.6;
}
.hero-title {
font-family: var(--font-serif);
font-size: clamp(30px, 4.4vw, 48px);
font-weight: 700;
line-height: 1.18;
letter-spacing: -0.03em;
margin: 0 0 20px;
color: #fff;
text-wrap: balance;
}
.hero-line {
display: none;
}
.hero-desc {
font-size: 16.5px;
color: rgba(255,255,255,0.68);
max-width: 580px;
margin: 0 auto;
word-break: keep-all;
overflow-wrap: anywhere;
line-height: 1.72;
letter-spacing: -0.005em;
text-wrap: pretty;
} .sc-container {
max-width: 820px;
margin: 0 auto;
padding: 0 28px 96px;
}
.main-card {
background: var(--bg-card);
border: 1px solid var(--border-light);
margin-top: 48px;
padding: 56px 48px;
border-radius: var(--radius-md);
box-shadow: 0 40px 80px -40px rgba(10, 17, 34, 0.12);
} .mode-tabs {
display: flex;
border-bottom: 1px solid var(--border-light);
margin-bottom: 48px;
}
.mode-btn {
flex: 1;
padding: 18px 12px;
min-height: 48px;
background: transparent;
border: none;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
font-size: 14.5px;
font-weight: 600;
color: var(--text-muted);
cursor: pointer;
transition: color 0.22s ease, border-color 0.22s ease;
display: flex; align-items: center; justify-content: center; gap: 10px;
font-family: var(--font-sans);
letter-spacing: -0.005em;
}
.mode-btn.active {
color: var(--navy);
border-bottom-color: var(--navy);
font-weight: 700;
}
.mode-btn:hover { color: var(--navy); }
.mode-btn i {
font-size: 13px;
color: var(--gold);
opacity: 0.6;
}
.mode-btn.active i { opacity: 1; } .question-progress {
margin: 0 0 36px;
padding: 0 0 24px;
background: transparent;
border: 0;
border-bottom: 1px solid var(--border-light);
}
.wizard-progress-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 14px;
}
.wizard-progress-label {
font-size: 13px;
font-weight: 600;
color: var(--navy);
letter-spacing: -0.005em;
font-variant-numeric: tabular-nums;
}
.wizard-progress-step {
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--gold);
font-variant-numeric: tabular-nums;
}
.wizard-progress-track {
width: 100%;
height: 2px;
background: var(--border-subtle);
overflow: hidden;
}
.wizard-progress-bar {
display: block;
width: 0;
height: 100%;
background: var(--navy);
transition: width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.wizard-progress-note {
margin-top: 12px;
font-size: 12.5px;
color: var(--text-muted);
line-height: 1.7;
overflow-wrap: anywhere;
letter-spacing: -0.003em;
}
.question-wizard-ready .q-section {
display: none;
margin-bottom: 0;
}
.question-wizard-ready .q-section.is-active { display: block; }
.question-wizard-ready .q-item {
display: none;
margin-bottom: 0;
}
.question-wizard-ready .q-item.is-active {
display: block;
outline: none;
}
.question-wizard-ready .info-section,
.question-wizard-ready .submit-area,
.question-wizard-ready .wizard-complete-note {
display: none;
}
.question-wizard-ready.is-contact-step .info-section,
.question-wizard-ready.is-contact-step .submit-area,
.question-wizard-ready.is-contact-step .wizard-complete-note {
display: block;
}
.wizard-controls {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: 28px;
}
.wizard-btn {
min-width: 144px;
min-height: 48px;
padding: 15px 22px;
font-size: 14.5px;
font-weight: 700;
font-family: var(--font-sans);
border: none;
transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
background: var(--navy);
color: #fff;
border-radius: 4px;
letter-spacing: -0.005em;
}
.wizard-btn:hover:not(:disabled) { background: #000; }
.wizard-btn:disabled {
opacity: 0.35;
cursor: not-allowed;
}
.wizard-btn.secondary {
background: transparent;
color: var(--navy);
border: 1px solid var(--border-strong);
}
.wizard-btn.secondary:hover:not(:disabled) {
background: var(--navy);
border-color: var(--navy);
color: #fff;
}
.wizard-complete-note {
background: transparent;
border: 0;
border-left: 2px solid var(--gold);
padding: 14px 20px;
margin-top: 36px;
font-size: 13.5px;
color: var(--text-secondary);
line-height: 1.72;
letter-spacing: -0.005em;
} .q-section {
margin-bottom: 48px;
animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.q-header {
margin-bottom: 28px;
padding-bottom: 18px;
border-bottom: 1px solid var(--border-light);
}
.q-step {
display: block;
font-size: 10.5px;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--gold);
font-weight: 600;
margin-bottom: 8px;
font-variant-numeric: tabular-nums;
}
.q-title-lg {
font-family: var(--font-serif);
font-size: 22px;
font-weight: 700;
color: var(--navy);
margin: 0;
letter-spacing: -0.025em;
line-height: 1.35;
}
.q-desc-box {
background: var(--bg-warm);
border-left: 3px solid var(--gold);
padding: 14px 18px;
margin-bottom: 24px;
color: var(--text-secondary);
font-size: 14px;
line-height: 1.75;
}
.diagram-container {
margin: 16px 0 24px;
padding: 16px 18px;
background: var(--bg-page);
border: 1px solid var(--border-light);
border-left: 3px solid var(--border-light);
}
.diagram-caption {
font-size: 13px;
color: var(--text-muted);
font-style: italic;
line-height: 1.65;
} .q-item { margin-bottom: 36px; }
.q-label {
display: block;
font-size: 16.5px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 18px;
line-height: 1.5;
overflow-wrap: anywhere;
letter-spacing: -0.015em;
}
.select-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.select-full { grid-template-columns: 1fr; }
.select-card {
position: relative;
border: 1px solid var(--border-light);
padding: 16px 18px;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
background: var(--bg-card);
border-radius: 4px;
}
.select-card:hover {
border-color: var(--navy);
background: var(--bg-card);
}
.select-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.select-content { display: flex; align-items: center; gap: 14px; }
.select-icon {
width: 18px; height: 18px;
border: 1.5px solid var(--border-strong);
flex-shrink: 0; position: relative;
border-radius: 50%;
transition: background 0.2s ease, border-color 0.2s ease;
}
.select-text {
font-size: 14px;
font-weight: 500;
color: var(--text-secondary);
line-height: 1.55;
overflow-wrap: anywhere;
letter-spacing: -0.005em;
} .select-card:has(input:checked) {
border-color: var(--navy);
background: var(--bg-card);
box-shadow: 0 0 0 1px var(--navy) inset;
}
.select-card:has(input:checked) .select-icon {
border-color: var(--navy);
background: var(--navy);
}
.select-card:has(input:checked) .select-icon::after {
content: '';
position: absolute; top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 6px; height: 6px;
background: #fff;
border-radius: 50%;
}
.select-card:has(input:checked) .select-text {
color: var(--navy);
font-weight: 600;
} .info-section {
background: transparent;
border: 0;
border-top: 1px solid var(--border-light);
padding: 36px 0 0;
margin-top: 40px;
border-radius: 0;
}
.info-title {
font-size: 11px;
font-weight: 600;
color: var(--gold);
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
letter-spacing: 0.28em;
text-transform: uppercase;
}
.info-title i { display: none; }
.info-title::before {
content: "";
width: 32px;
height: 1px;
background: var(--gold);
opacity: 0.6;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 18px;
}
.form-input {
width: 100%;
padding: 14px 0;
border: 0;
border-bottom: 1px solid var(--border-strong);
background: transparent;
font-size: 15px;
font-family: var(--font-sans);
outline: none;
transition: border-color 0.22s ease;
border-radius: 0;
letter-spacing: -0.005em;
color: var(--text-primary);
}
.form-input:focus { border-bottom-color: var(--navy); }
.form-input::placeholder { color: var(--text-muted); opacity: 0.7; }
.privacy-check {
font-size: 13px;
color: var(--text-secondary);
display: flex;
align-items: flex-start;
gap: 8px;
cursor: pointer;
line-height: 1.5;
}
.privacy-check input { margin-top: 2px; flex-shrink: 0; }
.privacy-detail {
margin-top: 10px;
font-size: 12px;
color: var(--text-muted);
background: rgba(0,0,0,0.03);
border: 1px solid var(--border-subtle);
padding: 10px 12px;
line-height: 1.7;
border-radius: var(--radius-md);
} .submit-area { text-align: left; margin-top: 32px; }
.btn-submit-main {
background: var(--navy);
color: #fff;
padding: 18px 40px;
font-size: 15px;
font-weight: 700;
font-family: var(--font-sans);
border: none;
cursor: pointer;
transition: background 0.22s ease;
display: inline-flex;
align-items: center;
gap: 12px;
border-radius: 4px;
letter-spacing: -0.005em;
}
.btn-submit-main:hover { background: #000; } .report-overlay {
display: none;
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(10,15,30,0.65);
backdrop-filter: blur(4px);
z-index: 999;
}
.report-box {
display: none;
background: var(--bg-card);
border-top: 2px solid var(--gold);
border: 1px solid var(--border-light);
padding: 48px 44px 40px;
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 90%; max-width: 560px;
z-index: 1000;
max-height: 90vh;
overflow-y: auto;
text-align: left;
border-radius: var(--radius-md);
box-shadow: 0 60px 120px -40px rgba(10, 17, 34, 0.35);
}
.report-badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 0;
background: transparent;
color: var(--gold);
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
margin-bottom: 20px;
border-radius: 0;
}
.report-badge::before {
content: "";
width: 28px;
height: 1px;
background: currentColor;
opacity: 0.6;
}
.report-title {
font-family: var(--font-serif);
font-size: 24px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 24px;
color: var(--navy);
letter-spacing: -0.025em;
}
.report-content {
background: var(--bg-warm);
border: 1px solid var(--border-light);
padding: 22px 24px;
text-align: left;
font-size: 14px;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 28px;
border-radius: 4px;
letter-spacing: -0.003em;
}
.btn-action-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.btn-big {
min-height: 48px;
padding: 15px 18px;
font-weight: 700;
font-size: 14px;
font-family: var(--font-sans);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
border-radius: 4px;
letter-spacing: -0.005em;
}
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #000; }
.btn-gold {
background: transparent;
color: var(--navy);
border: 1px solid var(--border-strong);
}
.btn-gold:hover {
background: var(--navy);
color: #fff;
border-color: var(--navy);
}
.btn-close {
position: absolute; top: 16px; right: 16px;
width: 44px; height: 44px;
display: inline-flex; align-items: center; justify-content: center;
font-size: 22px; color: var(--text-light); cursor: pointer;
background: none; border: none; font-family: inherit;
border-radius: 999px;
}
.btn-close:hover { color: var(--text-primary); } .desktop-right-cta { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 9998; display: none; }
.desktop-right-cta-stack { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.desktop-right-cta-btn {
display: flex; align-items: center; gap: 12px; padding: 12px 14px;
background: rgba(10,15,30,0.93); color: #f0ede8;
text-decoration: none;
box-shadow: 0 8px 28px rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.08);
border-radius: var(--radius-md);
transition: var(--transition); min-width: 164px; backdrop-filter: blur(10px);
}
.desktop-right-cta-btn.primary { background: var(--gold); color: var(--navy); border-color: transparent; }
.desktop-right-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,0.35); }
.desktop-right-cta-btn i { font-size: 17px; width: 20px; text-align: center; }
.desktop-right-cta-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.desktop-right-cta-text .main { font-weight: 800; font-size: 13px; line-height: 1.1; white-space: nowrap; }
.desktop-right-cta-text .sub { font-weight: 600; font-size: 11px; opacity: 0.75; white-space: nowrap; }
.desktop-right-cta-text .sub.mono { font-feature-settings: "tnum"; letter-spacing: 0.02em; }
.desktop-right-cta-details { position: relative; }
.desktop-right-cta-details > summary { list-style: none; }
.desktop-right-cta-details > summary::-webkit-details-marker { display: none; }
.desktop-right-cta-arrow { margin-left: auto; font-size: 12px; opacity: 0.7; transition: transform 0.2s ease; }
.desktop-right-cta-details[open] .desktop-right-cta-arrow { transform: rotate(180deg); }
.desktop-right-cta-dropdown {
position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%);
width: 220px; background: var(--bg-card);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
box-shadow: 0 16px 48px rgba(10,15,30,0.2); overflow: hidden; padding: 6px;
}
.desktop-right-cta-dropdown a { display: flex; align-items: center; gap: 10px; padding: 9px 11px; font-weight: 700; font-size: 13px; color: var(--navy); }
.desktop-right-cta-dropdown a:hover { background: var(--bg-warm); }
.desktop-right-cta-chip {
width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center;
background: var(--navy); color: var(--gold-light); font-size: 11px; font-weight: 800; flex-shrink: 0;
border-radius: var(--radius-sm);
} @media (min-width: 993px) {
.desktop-right-cta { display: block; }
}
@media (max-width: 992px) {
.wizard-progress-note { font-size: 14px; }
.select-text { font-size: 15px; line-height: 1.6; }
.form-input { font-size: 16px; padding: 13px 14px; }
.privacy-check { font-size: 14px; }
.privacy-detail { font-size: 13px; }
}
@media (max-width: 768px) {
.main-card { padding: 24px 18px; margin-top: 24px; }
.select-grid { grid-template-columns: 1fr; }
.form-row { grid-template-columns: 1fr; }
.btn-action-group { grid-template-columns: 1fr; }
.report-box { padding: 28px 20px; }
.question-progress { padding: 16px; }
.wizard-controls {
flex-direction: column-reverse;
align-items: stretch;
}
.wizard-btn { width: 100%; }
}
@media (max-width: 640px) {
body { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
.desktop-right-cta-btn, .desktop-right-cta-arrow { transition: none !important; }
}  .sc-container--complete { max-width: 800px; }
.main-card--complete { border-top: 3px solid var(--gold); } .complete-confirm {
display: flex;
align-items: flex-start;
gap: 20px;
}
.complete-confirm__icon {
font-size: 38px;
color: var(--gold);
flex-shrink: 0;
line-height: 1;
padding-top: 3px;
}
.complete-confirm__content { flex: 1; min-width: 0; }
.complete-confirm__badge {
display: inline-block;
background: var(--navy);
color: var(--gold-light);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
padding: 3px 10px;
border-radius: var(--radius-sm);
margin-bottom: 10px;
}
.complete-confirm__title {
font-family: var(--font-serif);
font-size: 20px;
font-weight: 700;
color: var(--navy);
letter-spacing: -0.02em;
margin: 0 0 10px;
line-height: 1.4;
}
.complete-confirm__desc {
font-size: 15px;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
overflow-wrap: anywhere;
word-break: keep-all;
} .sc-divider {
width: 100%;
height: 1px;
background: var(--border-light);
margin: 32px 0;
} .process-block__heading {
font-size: 15px;
font-weight: 700;
color: var(--navy);
margin: 0 0 20px;
display: flex;
align-items: center;
gap: 8px;
}
.process-block__heading i { color: var(--gold); font-size: 14px; }
.process-steps { display: flex; flex-direction: column; gap: 0; list-style: none; margin: 0; padding: 0; }
.process-step {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 16px 0;
border-bottom: 1px solid var(--border-subtle);
}
.process-step:first-child { padding-top: 0; }
.process-step:last-child { border-bottom: none; padding-bottom: 0; }
.process-step__num {
font-size: 11px;
font-weight: 800;
letter-spacing: 0.08em;
color: var(--gold);
background: var(--gold-muted);
border: 1px solid rgba(184,146,74,0.22);
border-radius: var(--radius-sm);
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.process-step__label {
display: block;
font-size: 15px;
font-weight: 700;
color: var(--navy);
margin-bottom: 5px;
line-height: 1.4;
}
.process-step__desc {
display: block;
font-size: 14px;
color: var(--text-secondary);
line-height: 1.75;
overflow-wrap: anywhere;
word-break: keep-all;
} .trust-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.trust-card {
background: var(--bg-warm);
border: 1px solid var(--border-light);
border-radius: var(--radius-md);
padding: 18px 16px;
display: flex;
flex-direction: column;
gap: 7px;
}
.trust-card__icon { font-size: 18px; color: var(--gold); line-height: 1; }
.trust-card__title { display: block; font-size: 14px; font-weight: 700; color: var(--navy); }
.trust-card__desc {
display: block;
font-size: 13px;
color: var(--text-secondary);
line-height: 1.7;
overflow-wrap: anywhere;
word-break: keep-all;
} .complete-btn-area { text-align: center; }
.complete-btn-area__note {
font-size: 14px;
color: var(--text-muted);
margin: 0 0 18px;
line-height: 1.7;
word-break: keep-all;
}
.complete-btn-area .btn-action-group {
max-width: 500px;
margin: 0 auto 16px;
}
.complete-phone-link {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 14px;
font-weight: 700;
color: var(--text-secondary);
border-bottom: 1px solid var(--border-light);
padding-bottom: 2px;
transition: var(--transition);
}
.complete-phone-link:hover { color: var(--navy); border-bottom-color: var(--gold); } .fade-up {
opacity: 0;
transform: translateY(18px);
transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
.fade-up { opacity: 1; transform: none; transition: none; }
} @media (max-width: 640px) {
.complete-confirm { flex-direction: column; gap: 12px; }
.complete-confirm__icon { font-size: 28px; padding-top: 0; }
.trust-grid { grid-template-columns: 1fr; gap: 10px; }
.complete-btn-area .btn-action-group { max-width: 100%; }
} .selfcheck-hero-area {
padding-top: 72px;
padding-bottom: 84px;
background:
radial-gradient(circle at 12% 20%, rgba(184,146,74,0.16), transparent 28%),
radial-gradient(circle at 84% 18%, rgba(184,146,74,0.12), transparent 24%),
linear-gradient(180deg, #0a0f1e 0%, #111e37 100%);
}
.selfcheck-hero-shell {
max-width: 1120px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
gap: 34px;
align-items: center;
}
.selfcheck-hero-copy {
text-align: left;
}
.selfcheck-hero-points {
margin: 20px 0 0;
padding: 0;
list-style: none;
display: grid;
gap: 10px;
max-width: 640px;
}
.selfcheck-hero-points li {
position: relative;
padding-left: 18px;
color: rgba(255,255,255,0.8);
font-size: 14px;
line-height: 1.7;
}
.selfcheck-hero-points li::before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--gold);
}
.selfcheck-hero-badges {
margin-top: 22px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.selfcheck-hero-badge {
display: inline-flex;
align-items: center;
padding: 7px 12px;
border-radius: 999px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.14);
color: rgba(255,255,255,0.88);
font-size: 12px;
font-weight: 700;
}
.selfcheck-hero-panel {
background: rgba(255,255,255,0.97);
border-top: 3px solid var(--gold);
border-radius: 24px;
padding: 28px 24px;
box-shadow: 0 24px 60px rgba(0,0,0,0.24);
text-align: left;
}
.selfcheck-hero-panel-kicker {
display: inline-block;
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 900;
color: var(--gold);
margin-bottom: 10px;
}
.selfcheck-hero-panel-title {
margin: 0 0 14px;
font-family: var(--font-serif);
font-size: 24px;
line-height: 1.35;
color: var(--navy);
letter-spacing: -0.02em;
}
.selfcheck-hero-panel-list {
margin: 0 0 18px;
padding: 0;
list-style: none;
display: grid;
gap: 10px;
}
.selfcheck-hero-panel-list li {
position: relative;
padding-left: 18px;
color: var(--text-secondary);
font-size: 14px;
line-height: 1.7;
}
.selfcheck-hero-panel-list li::before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--gold);
}
.selfcheck-hero-actions {
display: grid;
gap: 10px;
}
.selfcheck-hero-actions .btn {
width: 100%;
justify-content: center;
}
.selfcheck-hero-outline {
border-color: var(--navy) !important;
color: var(--navy) !important;
}
.selfcheck-hero-outline:hover {
background: rgba(184,146,74,0.08) !important;
border-color: var(--gold) !important;
}
.selfcheck-hero-phone {
margin-top: 14px;
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--navy);
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.selfcheck-hero-phone i {
color: var(--gold);
}
.complete-fast-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin-top: 20px;
}
.complete-fast-action {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 14px;
border-radius: var(--radius-md);
background: var(--bg-warm);
border: 1px solid var(--border-light);
color: var(--navy);
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.complete-fast-action:hover {
border-color: rgba(184,146,74,0.34);
background: rgba(184,146,74,0.08);
}
.complete-fast-action i {
color: var(--gold);
}
@media (max-width: 900px) {
.selfcheck-hero-shell {
grid-template-columns: 1fr;
}
.selfcheck-hero-copy {
text-align: center;
}
.selfcheck-hero-points {
margin-left: auto;
margin-right: auto;
text-align: left;
}
.selfcheck-hero-badges {
justify-content: center;
}
}
@media (max-width: 640px) {
.selfcheck-hero-area {
padding-top: 58px;
padding-bottom: 72px;
}
.selfcheck-hero-panel-title {
font-size: 21px;
}
.complete-fast-actions {
grid-template-columns: 1fr;
}
} .sc-page {
background: var(--bg-page);
min-height: 100vh;
}
.sc-container {
max-width: 720px;
margin: 0 auto;
padding: 0 clamp(16px, 4vw, 28px);
} .sc-hero {
text-align: center;
}
.sc-hero::before { display: none; }
.sc-hero-inner {
position: relative;
max-width: 760px;
margin: 0 auto;
}
.sc-hero-badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 9px 16px;
background: rgba(212, 185, 120, 0.10);
border: 1px solid rgba(212, 185, 120, 0.32);
border-radius: 999px;
color: rgba(234, 215, 165, 0.95);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: 32px;
}
.sc-hero-badge i { color: var(--gold-light); font-size: 11px; }
.sc-hero-title {
font-family: var(--font-sans);
font-size: clamp(32px, 5vw, 52px);
font-weight: 800;
line-height: 1.22;
letter-spacing: -0.025em;
color: #fbfcfe;
margin: 0 0 22px;
word-break: keep-all;
}
.sc-hl {
color: var(--gold-light);
font-weight: 800;
}
.sc-hero-sub {
font-size: clamp(15.5px, 1.3vw, 17.5px);
line-height: 1.85;
color: rgba(241, 244, 250, 0.78);
margin: 0 auto 38px;
max-width: 560px;
word-break: keep-all;
}
.sc-hero-sub strong { color: #fff; font-weight: 700; }
.sc-hero-meta {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 22px;
margin: 0;
padding: 0;
list-style: none;
}
.sc-hero-meta li {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13.5px;
color: rgba(241, 244, 250, 0.7);
font-weight: 500;
}
.sc-hero-meta li i { color: var(--gold-light); font-size: 12px; } .sc-form-wrap {
padding: clamp(32px, 5vw, 56px) 0 clamp(64px, 10vw, 120px);
}
.sc-card {
background: var(--bg-card);
border: 1px solid var(--border-light);
padding: clamp(24px, 4vw, 40px);
margin-top: -40px;
position: relative;
z-index: 2;
box-shadow: 0 20px 60px rgba(10,15,30,0.12);
} .sc-mode-tabs {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 6px;
padding: 6px;
background: var(--bg-warm);
margin-bottom: clamp(24px, 4vw, 32px);
}
.sc-mode-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 16px;
background: transparent;
border: none;
color: var(--text-muted);
font-size: 15px;
font-weight: 700;
letter-spacing: -0.01em;
cursor: pointer;
transition: all 0.2s;
}
.sc-mode-btn i { font-size: 15px; }
.sc-mode-btn:hover { color: var(--navy); }
.sc-mode-btn.active {
background: var(--navy);
color: #fff;
}
.sc-mode-btn.active i { color: var(--gold); } .sc-progress {
margin-bottom: clamp(24px, 4vw, 32px);
padding: 18px 20px;
background: var(--bg-warm);
border-left: 3px solid var(--gold);
}
.sc-progress-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
margin-bottom: 12px;
}
.sc-progress-count {
font-family: var(--font-serif);
font-size: 22px;
font-weight: 700;
color: var(--navy);
letter-spacing: -0.02em;
}
.sc-progress-count::after {
content: '질문';
font-size: 12px;
color: var(--text-muted);
margin-left: 6px;
font-family: var(--font-sans);
font-weight: 500;
}
.sc-progress-stage {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
color: var(--gold);
padding: 3px 10px;
background: var(--gold-muted);
}
.sc-progress-track {
height: 6px;
background: var(--border-light);
position: relative;
overflow: hidden;
}
.sc-progress-fill {
display: block;
height: 100%;
background: linear-gradient(90deg, var(--gold), var(--gold-light));
width: 0;
transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.sc-progress-hint {
margin-top: 10px;
font-size: 12.5px;
color: var(--text-muted);
line-height: 1.5;
} .sc-form .q-section {
margin: 0;
padding: 0;
border: none;
background: transparent;
}
.sc-form .q-header {
margin-bottom: 18px;
padding-bottom: 14px;
border-bottom: 1px solid var(--border-subtle);
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
}
.sc-form .q-step {
display: inline-block;
padding: 4px 10px;
background: var(--navy);
color: var(--gold-light);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
border-radius: 0;
}
.sc-form .q-title-lg {
font-family: var(--font-serif);
font-size: clamp(18px, 2.2vw, 22px);
font-weight: 700;
color: var(--navy);
margin: 0;
letter-spacing: -0.015em;
}
.sc-form .q-item {
margin-bottom: 28px;
}
.sc-form .q-item:last-child { margin-bottom: 0; }
.sc-form .q-label {
display: block;
font-size: 15px;
font-weight: 700;
color: var(--navy);
margin-bottom: 12px;
line-height: 1.55;
word-break: keep-all;
letter-spacing: -0.005em;
} .sc-options {
display: grid;
gap: 8px;
}
.sc-options--stack  { grid-template-columns: 1fr; }
.sc-options--grid   { grid-template-columns: repeat(3, 1fr); }
.sc-options--4      { grid-template-columns: repeat(4, 1fr); }
.sc-option {
position: relative;
display: flex;
align-items: center;
min-height: 54px;
padding: 14px 16px 14px 44px;
background: var(--bg-card);
border: 1.5px solid var(--border-light);
color: var(--text-primary);
font-size: 14px;
font-weight: 500;
line-height: 1.5;
cursor: pointer;
transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
word-break: keep-all;
}
.sc-option input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.sc-option::before {
content: '';
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 18px;
border: 1.5px solid var(--border-light);
background: var(--bg-card);
border-radius: 50%;
transition: all 0.18s;
}
.sc-option::after {
content: '';
position: absolute;
left: 19px;
top: 50%;
transform: translateY(-50%) scale(0);
width: 8px;
height: 8px;
background: var(--gold);
border-radius: 50%;
transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.sc-option:hover {
border-color: rgba(184,146,74,0.5);
background: var(--bg-warm);
transform: translateY(-1px);
}
.sc-option:has(input:checked) {
border-color: var(--gold);
background: rgba(184,146,74,0.06);
box-shadow: 0 6px 16px rgba(184,146,74,0.12);
}
.sc-option:has(input:checked)::before {
border-color: var(--gold);
background: var(--gold-muted);
}
.sc-option:has(input:checked)::after {
transform: translateY(-50%) scale(1);
}
.sc-option:has(input:checked) span {
color: var(--navy);
font-weight: 700;
} .sc-nav {
display: flex;
gap: 10px;
margin-top: 28px;
padding-top: 20px;
border-top: 1px solid var(--border-subtle);
}
.sc-nav-btn {
flex: 1;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 18px;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.005em;
cursor: pointer;
border: 1.5px solid var(--border-light);
background: var(--bg-card);
color: var(--text-primary);
transition: all 0.2s;
}
.sc-nav-btn:hover:not(:disabled) {
border-color: var(--navy);
background: var(--navy);
color: #fff;
}
.sc-nav-btn:disabled {
opacity: 0.35;
cursor: not-allowed;
}
.sc-nav-btn--next {
flex: 2;
background: var(--gold);
color: var(--navy);
border-color: var(--gold);
}
.sc-nav-btn--next:hover:not(:disabled) {
background: var(--gold-light);
border-color: var(--gold-light);
color: var(--navy);
transform: translateY(-1px);
box-shadow: 0 8px 24px rgba(184,146,74,0.28);
} .sc-form.question-wizard-ready .q-section:not(.is-active) { display: none; }
.sc-form.question-wizard-ready .q-item:not(.is-active)    { display: none; } .sc-complete {
display: flex;
align-items: center;
gap: 10px;
padding: 16px 20px;
background: rgba(21,128,61,0.06);
border: 1px solid rgba(21,128,61,0.22);
color: var(--success);
font-size: 14px;
font-weight: 700;
margin-top: 24px;
word-break: keep-all;
line-height: 1.55;
}
.sc-complete i { font-size: 18px; flex-shrink: 0; } .sc-contact {
margin-top: 28px;
padding: clamp(22px, 3.5vw, 30px);
background: var(--bg-warm);
border: 1px solid var(--border-subtle);
border-top: 3px solid var(--gold);
}
.sc-contact-head {
margin-bottom: 18px;
}
.sc-contact-kicker {
display: inline-block;
padding: 3px 10px;
background: var(--gold);
color: var(--navy);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.14em;
margin-bottom: 10px;
}
.sc-contact-head strong {
display: block;
font-family: var(--font-serif);
font-size: 20px;
font-weight: 700;
color: var(--navy);
letter-spacing: -0.015em;
margin-bottom: 4px;
}
.sc-contact-desc {
display: block;
font-size: 13px;
color: var(--text-secondary);
line-height: 1.55;
}
.sc-contact-fields {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 14px;
}
.sc-field {
display: flex;
flex-direction: column;
gap: 6px;
}
.sc-field--optional { grid-column: span 2; }
.sc-field-label {
font-size: 12px;
font-weight: 700;
color: var(--text-secondary);
letter-spacing: 0.01em;
}
.sc-field-label small {
color: var(--text-muted);
font-weight: 500;
margin-left: 2px;
}
.sc-input {
width: 100%;
padding: 14px 16px;
background: var(--bg-card);
border: 1.5px solid var(--border-light);
font-size: 16px;
font-weight: 500;
color: var(--text-primary);
font-family: inherit;
transition: border-color 0.2s, box-shadow 0.2s;
border-radius: 0;
}
.sc-input:focus {
outline: none;
border-color: var(--gold);
box-shadow: 0 0 0 3px rgba(184,146,74,0.15);
}
.sc-input::placeholder { color: var(--text-light); }
.sc-privacy {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0;
font-size: 13px;
color: var(--text-secondary);
cursor: pointer;
line-height: 1.5;
}
.sc-privacy input {
width: 18px;
height: 18px;
accent-color: var(--gold);
cursor: pointer;
flex-shrink: 0;
}
.sc-privacy strong { color: var(--navy); font-weight: 700; }
.sc-privacy-detail {
margin-top: 6px;
font-size: 12px;
color: var(--text-muted);
}
.sc-privacy-detail summary {
cursor: pointer;
padding: 4px 0;
color: var(--text-secondary);
font-weight: 600;
list-style: none;
display: inline-flex;
align-items: center;
gap: 6px;
}
.sc-privacy-detail summary::before {
content: '▸';
color: var(--gold);
transition: transform 0.2s;
display: inline-block;
}
.sc-privacy-detail[open] summary::before { transform: rotate(90deg); }
.sc-privacy-detail summary::-webkit-details-marker { display: none; }
.sc-privacy-detail div {
margin-top: 8px;
padding: 12px 14px;
background: var(--bg-card);
border: 1px solid var(--border-light);
line-height: 1.65;
} .sc-submit {
margin-top: 28px;
text-align: center;
}
.sc-submit-btn {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 60px;
padding: 18px 24px;
background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
color: var(--navy);
font-size: 17px;
font-weight: 800;
letter-spacing: -0.01em;
border: none;
cursor: pointer;
transition: all 0.22s;
position: relative;
overflow: hidden;
}
.sc-submit-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transition: left 0.6s;
}
.sc-submit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 16px 40px rgba(184,146,74,0.35);
}
.sc-submit-btn:hover::before { left: 100%; }
.sc-submit-btn:active { transform: translateY(0); }
.sc-submit-btn i { font-size: 18px; }
.sc-submit-note {
margin: 14px 0 0;
font-size: 12.5px;
color: var(--text-muted);
display: inline-flex;
align-items: center;
gap: 6px;
justify-content: center;
letter-spacing: 0.01em;
}
.sc-submit-note i { color: var(--gold); font-size: 11px; } .sc-alt-cta {
margin-top: 36px;
padding: 24px 26px;
background: var(--navy);
border: 1px solid rgba(184,146,74,0.18);
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.sc-alt-copy {
flex: 1;
min-width: 200px;
}
.sc-alt-copy strong {
display: block;
font-size: 15px;
font-weight: 700;
color: #fff;
margin-bottom: 4px;
line-height: 1.45;
}
.sc-alt-copy span {
font-size: 13px;
color: rgba(255,255,255,0.62);
line-height: 1.55;
word-break: keep-all;
}
.sc-alt-actions {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.sc-alt-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 11px 16px;
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.15);
color: #fff;
font-size: 13px;
font-weight: 700;
transition: all 0.2s;
letter-spacing: -0.005em;
}
.sc-alt-btn:hover {
background: rgba(184,146,74,0.15);
border-color: var(--gold);
color: var(--gold-light);
}
.sc-alt-btn--primary {
background: var(--gold);
color: var(--navy);
border-color: var(--gold);
}
.sc-alt-btn--primary:hover {
background: var(--gold-light);
color: var(--navy);
border-color: var(--gold-light);
}
.sc-alt-btn i { font-size: 12px; } @media (max-width: 640px) {
.sc-hero { padding: 40px 0 28px; }
.sc-form-wrap { padding: 24px 0 80px; }
.sc-card { margin-top: -24px; padding: 22px 18px; }
.sc-options--grid,
.sc-options--4 { grid-template-columns: 1fr 1fr; }
.sc-contact { padding: 20px 18px; }
.sc-contact-fields { grid-template-columns: 1fr; }
.sc-field--optional { grid-column: span 1; }
.sc-mode-btn { font-size: 14px; padding: 12px 10px; }
.sc-mode-btn i { font-size: 13px; }
.sc-nav-btn { font-size: 14px; padding: 13px 14px; min-height: 50px; }
.sc-nav-btn--next { flex: 1.6; }
.sc-submit-btn { font-size: 16px; min-height: 56px; padding: 16px 20px; }
.sc-option { font-size: 13.5px; padding: 13px 14px 13px 40px; min-height: 50px; }
.sc-option::before { left: 12px; width: 16px; height: 16px; }
.sc-option::after  { left: 17px; width: 6px; height: 6px; }
.sc-alt-cta { padding: 20px 18px; flex-direction: column; align-items: stretch; text-align: left; }
.sc-alt-actions { width: 100%; }
.sc-alt-btn { flex: 1; justify-content: center; }
}
@media (max-width: 400px) {
.sc-hero-title { font-size: 24px; }
.sc-form .q-label { font-size: 14.5px; }
.sc-options--4 { grid-template-columns: 1fr 1fr; }
} .selfcheck-hero-area,
.hero-area.selfcheck-hero-area { display: none !important; }html,
body {
max-width: 100%;
overflow-x: clip;
}
@supports not (overflow-x: clip) {
html,
body {
overflow-x: hidden;
}
}
body {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
img,
svg,
video,
canvas,
iframe,
table {
max-width: 100%;
}
iframe,
video,
canvas {
display: block;
}
:where(.container, .inner, [class*="container"], [class*="-inner"]) {
min-width: 0;
}
:where(.page-main, .ksl-page-main, .svc-page, .lp-page, .ab-page, .cases-page, .faqx-page, .sc-page, .legal-page, .loc-page) {
max-width: 100%;
overflow-x: clip;
}
:where(.page-main, .ksl-page-main) :where(section, article, aside, header, footer, div, ul, ol, li) {
min-width: 0;
}
:where(.page-main, .ksl-page-main) :where(p, li, dd, blockquote, figcaption, .svc-hero-desc, .svc-card-desc, .lp-hero-sub, .ab-hero-sub, .cx-hero-sub, .sc-hero-sub, .legal-desc) {
overflow-wrap: anywhere;
word-break: keep-all;
line-height: max(var(--line-body, 1.75), 1.7);
}
:where(.page-main, .ksl-page-main) :where(h1, h2, h3, h4, h5, h6, .svc-hero-title, .lp-hero-title, .ab-hero-name, .faqx-hero-title, .cx-hero-title, .sc-hero-title) {
overflow-wrap: anywhere;
word-break: keep-all;
line-height: max(var(--line-tight, 1.22), 1.18);
}
:where(.page-main, .ksl-page-main) :where(a[href], button, input, select, textarea, summary, [role="button"], [role="tab"]) {
touch-action: manipulation;
}
:where(.page-main, .ksl-page-main, .site-header, .site-footer) :where(.btn, .lp-btn, .ab-btn, .svc-btn, .cx-btn, .faqx-btn, .sc-nav-btn, .sc-submit-btn, .sc-mode-btn, .sc-option, .cta-btn, .desktop-consult-submit, .nav-cta, .menu-toggle, button[role="tab"], summary) {
min-height: 44px;
}
:where(input, select, textarea) {
max-width: 100%;
min-height: 44px;
font-size: max(16px, 1em);
}
:where(textarea) {
line-height: 1.65;
}
:where(.page-main, .ksl-page-main) :where(.table-wrap, .table-wrapper, .svc-table-wrap, .corp-table-wrapper, .compare-table-wrap, .faqx-table-wrap, .board-table-wrap) {
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
:where(.page-main, .ksl-page-main) :where(pre, code, .wp-block-code) {
max-width: 100%;
overflow-x: auto;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
:where(.page-main, .ksl-page-main) :where(table, .compare-table, .corp-table, .board-table) {
border-collapse: collapse;
}
:where(.page-main, .ksl-page-main) :where(.tabs, .tab-list, .faqx-tabs, .cases-v4-tabs, .pasan-nav, .pasan-nav-list, .svc-stepnav, .lp-anchor-nav, .guide-hero-tags) {
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
:where(.page-main, .ksl-page-main) :where(.tabs, .tab-list, .faqx-tabs, .cases-v4-tabs, .pasan-nav-list, .svc-stepnav, .lp-anchor-nav, .guide-hero-tags) > * {
flex-shrink: 0;
}
.site-header,
.site-header * {
max-width: 100%;
}
.site-header .header-inner {
min-width: 0;
}
.site-header .logo-area,
.site-header .logo-text {
min-width: 0;
}
.site-header .logo-main,
.site-header .logo-sub {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.site-header .gnb {
overscroll-behavior: contain;
}
.site-header .nav-link,
.site-header .sub-menu a,
.site-header .nav-cta {
min-height: 44px;
}
.site-footer,
.site-footer * {
min-width: 0;
}
.site-footer a,
.footer-contact,
.footer-desc,
.footer-notice,
.footer-bottom {
overflow-wrap: anywhere;
}
.fixed-cta-bar,
.desktop-consult-bar,
.ksl-top-button {
max-width: 100vw;
}
@media (max-width: 992px) {
.site-header .gnb {
left: auto !important;
right: -100%;
width: min(88vw, 380px) !important;
max-width: calc(100vw - 16px);
height: calc(100dvh - var(--header-h, 72px));
color: var(--navy) !important;
background: rgba(255, 255, 255, 0.98) !important;
}
.site-header .gnb.open {
right: 0 !important;
}
.site-header .gnb .nav-list,
.site-header .gnb .nav-item,
.site-header .gnb .nav-link,
.site-header .gnb .nav-cta {
width: 100%;
}
.site-header .gnb .nav-link,
.site-header .gnb .sub-menu a {
color: var(--navy) !important;
font-size: 16px;
line-height: 1.35;
}
.site-header .gnb .sub-menu {
position: static !important;
width: calc(100% - 32px) !important;
max-width: none;
margin-left: 16px !important;
margin-right: 16px !important;
transform: none !important;
}
.site-header .menu-toggle {
flex: 0 0 44px;
}
body.menu-open {
overflow: hidden;
}
}
@media (max-width: 768px) {
:root {
--section-py: clamp(48px, 12vw, 72px);
--section-py-compact: clamp(36px, 9vw, 56px);
}
body {
font-size: 16px;
line-height: 1.72;
}
:where(.container, .inner, .svc-container, .lp-container, .ab-container, .sc-container, .cx-container, .legal-container, .loc-container) {
width: 100%;
padding-left: max(16px, env(safe-area-inset-left));
padding-right: max(16px, env(safe-area-inset-right));
}
:where(.page-main, .ksl-page-main) :where(p, li, dd, blockquote, figcaption) {
font-size: max(15px, 1em);
line-height: 1.78;
}
:where(.page-main, .ksl-page-main) :where(.svc-hero-title, .lp-hero-title, .ab-hero-name, .faqx-hero-title, .cx-hero-title, .sc-hero-title, h1) {
font-size: clamp(28px, 8vw, 40px);
line-height: 1.2;
letter-spacing: -0.035em;
}
:where(.page-main, .ksl-page-main) :where(.svc-section-title, .lp-section-title, .ab-section-title, .faqx-section-title, .cx-section-title, h2) {
font-size: clamp(22px, 6.4vw, 32px);
line-height: 1.28;
}
:where(.page-main, .ksl-page-main) :where(.svc-hero-grid, .lp-hero-grid, .ab-hero-grid, .sc-hero-grid, .cx-hero-grid, .guide-hero-grid, .ctc-row, .ctc-info-grid, .loc-photos, .footer-inner) {
grid-template-columns: 1fr !important;
}
:where(.page-main, .ksl-page-main) table {
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
:where(.page-main, .ksl-page-main) :where(.btn, .lp-btn, .ab-btn, .svc-btn, .cx-btn, .faqx-btn, .sc-nav-btn, .sc-submit-btn, .sc-mode-btn, .cta-btn) {
min-height: 48px;
padding-top: 13px;
padding-bottom: 13px;
line-height: 1.25;
}
:where(.page-main, .ksl-page-main) :where(.btn-group, .lp-hero-actions, .ab-hero-actions, .svc-hero-actions, .svc-final-actions, .guide-cta-btns, .cases-cta-actions, .selfcheck-hero-actions) {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}
:where(.page-main, .ksl-page-main) :where(.btn-group > *, .lp-hero-actions > *, .ab-hero-actions > *, .svc-hero-actions > *, .svc-final-actions > *, .guide-cta-btns > *, .cases-cta-actions > *, .selfcheck-hero-actions > *) {
width: 100%;
}
.fixed-cta-inner {
width: 100%;
}
.fixed-cta-bar .cta-btn {
min-width: 0;
min-height: 54px;
padding-left: 6px;
padding-right: 6px;
}
.fixed-cta-bar .cta-label-main {
white-space: normal;
line-height: 1.2;
}
.ksl-top-button {
right: 14px;
bottom: calc(64px + env(safe-area-inset-bottom, 0px));
}
}
@media (max-width: 480px) {
:where(.container, .inner, .svc-container, .lp-container, .ab-container, .sc-container, .cx-container, .legal-container, .loc-container) {
padding-left: max(14px, env(safe-area-inset-left));
padding-right: max(14px, env(safe-area-inset-right));
}
.site-header .header-inner {
padding-left: 14px;
padding-right: 14px;
}
.site-header .logo-img {
max-width: 38px;
}
.site-header .logo-main {
max-width: 190px;
font-size: 15.5px;
}
.site-header .logo-sub {
max-width: 190px;
font-size: 9.5px;
letter-spacing: 0.08em;
}
.site-header .gnb {
width: min(92vw, 360px) !important;
}
:where(.page-main, .ksl-page-main) :where(.svc-proof, .lp-proof, .stats-bar-inner, .sc-options--grid, .sc-options--4, .cases-grid, .guide-grid) {
grid-template-columns: 1fr !important;
}
:where(.page-main, .ksl-page-main) :where(.table-wrap, .table-wrapper, .svc-table-wrap, .corp-table-wrapper, .compare-table-wrap, .faqx-table-wrap, .board-table-wrap) {
margin-left: -14px;
margin-right: -14px;
padding-left: 14px;
padding-right: 14px;
}
}