: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: 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(22px);
transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-section.visible { opacity: 1; transform: none; } [data-stagger] > * {
opacity: 0;
transform: translateY(26px);
transition: opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}
[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: 110ms; }
[data-stagger].stagger-visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 205ms; }
[data-stagger].stagger-visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 290ms; }
[data-stagger].stagger-visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 365ms; }
@media (prefers-reduced-motion: reduce) {
[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, #f6fbf8 0%, #eff8f2 100%);
border-color: #d9efe1;
color: #1e5a35;
}
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.ksl-page-index {
padding-top: var(--header-h) !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;
}
}.legal-page { color: var(--ds-text); } .legal-hero {
position: relative;
overflow: hidden;
padding: clamp(120px, 16vh, 180px) 0 clamp(56px, 8vh, 88px);
background:
radial-gradient(1100px 520px at 88% 8%, rgba(184, 146, 74, 0.12), transparent 60%),
radial-gradient(820px 460px at 8% 92%, rgba(184, 146, 74, 0.05), transparent 60%),
linear-gradient(170deg, #0a0f1e 0%, #141b2d 55%, #0a0f1e 100%);
color: #fff;
text-align: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.legal-hero-inner {
position: relative;
max-width: 720px;
margin: 0 auto;
}
.legal-eyebrow {
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: 28px;
}
.legal-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 20px;
}
.legal-lead {
font-size: clamp(15.5px, 1.3vw, 17px);
line-height: 1.85;
color: rgba(241, 244, 250, 0.78);
margin: 0 auto 20px;
max-width: 540px;
word-break: keep-all;
}
.legal-effective {
font-size: 13px;
color: rgba(241, 244, 250, 0.55);
letter-spacing: 0.06em;
margin: 0;
} .legal-body {
padding: clamp(64px, 9vw, 110px) 0 clamp(80px, 11vw, 140px);
background: var(--ds-bg);
}
.legal-body-inner {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: 64px;
align-items: start;
} .legal-toc {
position: sticky;
top: calc(var(--header-h, 72px) + 28px);
align-self: start;
}
.legal-toc-label {
display: block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--ds-text-3);
margin: 0 0 18px;
padding-bottom: 14px;
border-bottom: 1px solid var(--ds-line);
}
.legal-toc-list {
list-style: none;
margin: 0;
padding: 0;
counter-reset: toc;
}
.legal-toc-list li {
counter-increment: toc;
margin: 0;
}
.legal-toc-list a {
display: block;
padding: 10px 0;
font-size: 14px;
font-weight: 600;
color: var(--ds-text-2);
text-decoration: none;
transition: color 0.2s ease;
position: relative;
padding-left: 36px;
}
.legal-toc-list a::before {
content: counter(toc, decimal-leading-zero);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-family: var(--font-sans);
font-size: 11.5px;
font-weight: 700;
color: var(--ds-text-3);
letter-spacing: 0.04em;
}
.legal-toc-list a:hover { color: var(--ds-ink); } .legal-article {
min-width: 0;
max-width: 720px;
}
.legal-clause {
padding: 36px 0;
border-bottom: 1px solid var(--ds-line);
scroll-margin-top: calc(var(--header-h, 72px) + 24px);
}
.legal-clause:first-child { padding-top: 0; }
.legal-clause:last-child { border-bottom: 0; }
.legal-clause-title {
display: flex;
align-items: baseline;
gap: 16px;
font-family: var(--font-sans);
font-size: clamp(20px, 2vw, 24px);
font-weight: 700;
letter-spacing: -0.015em;
color: var(--ds-ink);
line-height: 1.4;
margin: 0 0 22px;
}
.legal-clause-num {
font-family: var(--font-sans);
font-size: 13px;
font-weight: 700;
color: var(--ds-gold);
letter-spacing: 0.06em;
flex: 0 0 auto;
}
.legal-tag {
display: inline-block;
margin-left: 8px;
padding: 3px 10px;
background: rgba(180, 83, 9, 0.10);
border: 1px solid rgba(180, 83, 9, 0.30);
color: #b45309;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
border-radius: 999px;
vertical-align: middle;
}
.legal-p {
font-size: 15.5px;
line-height: 1.92;
color: var(--ds-text-2);
margin: 0 0 14px;
max-width: var(--measure);
}
.legal-p:last-child { margin-bottom: 0; }
.legal-p strong { color: var(--ds-ink); font-weight: 700; }
.legal-list {
list-style: none;
margin: 14px 0 0;
padding: 0;
}
.legal-list li {
position: relative;
padding: 8px 0 8px 22px;
font-size: 15px;
line-height: 1.85;
color: var(--ds-text-2);
max-width: var(--measure);
}
.legal-list li::before {
content: "";
position: absolute;
left: 4px;
top: 18px;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--ds-gold);
}
.legal-list li strong { color: var(--ds-ink); font-weight: 700; } .legal-defs {
margin: 14px 0 0;
padding: 0;
display: grid;
grid-template-columns: 140px 1fr;
gap: 0;
border-top: 1px solid var(--ds-line);
}
.legal-defs dt {
padding: 14px 0;
border-bottom: 1px solid var(--ds-line);
font-size: 13.5px;
font-weight: 700;
color: var(--ds-text-3);
letter-spacing: 0.04em;
}
.legal-defs dd {
padding: 14px 0;
border-bottom: 1px solid var(--ds-line);
margin: 0;
font-size: 15px;
color: var(--ds-text);
line-height: 1.7;
max-width: var(--measure);
}
.legal-defs dd a {
color: var(--ds-ink);
border-bottom: 1px solid var(--ds-gold);
padding-bottom: 1px;
text-decoration: none;
transition: color 0.2s ease;
}
.legal-defs dd a:hover { color: var(--ds-gold); } .legal-foot {
margin-top: 56px;
display: flex;
flex-wrap: wrap;
gap: 12px;
} @media (max-width: 960px) {
.legal-body-inner {
grid-template-columns: minmax(0, 1fr);
gap: 36px;
}
.legal-toc {
position: static;
padding: 18px 18px 14px;
background: #fff;
border: 1px solid var(--ds-line);
border-radius: var(--ds-radius);
}
.legal-toc-label { padding-bottom: 12px; margin-bottom: 12px; }
.legal-toc-list a { padding: 8px 0 8px 32px; font-size: 13.5px; }
}
@media (max-width: 640px) {
.legal-hero { padding-top: 100px; padding-bottom: 56px; }
.legal-clause { padding: 28px 0; }
.legal-clause-title {
flex-direction: row;
flex-wrap: wrap;
gap: 12px;
font-size: 18px;
}
.legal-defs {
grid-template-columns: minmax(0, 1fr);
}
.legal-defs dt {
padding-bottom: 4px;
border-bottom: 0;
}
.legal-defs dd {
padding-top: 4px;
padding-bottom: 14px;
}
.legal-foot { flex-direction: column; align-items: stretch; }
.legal-foot .btn { width: 100%; }
}:root {
--shadow-soft: 0 12px 30px -20px rgba(10, 15, 30, 0.45);
--shadow-float: 0 20px 42px -24px rgba(10, 15, 30, 0.5);
--premium-border: rgba(10, 15, 30, 0.1);
--premium-border-strong: rgba(184, 146, 74, 0.35);
}
body {
background:
radial-gradient(1200px 500px at 100% 0%, rgba(184, 146, 74, 0.08), transparent 60%),
radial-gradient(1100px 520px at 0% 0%, rgba(20, 27, 45, 0.05), transparent 62%),
linear-gradient(180deg, #f7f4ee 0%, #f8f7f4 52%, #f7f5f1 100%);
color: #141924;
}
.inner,
.container,
.header-inner,
.footer-inner {
max-width: var(--max-width);
}
.site-header {
background: rgba(248, 246, 241, 0.92);
border-bottom: 1px solid rgba(10, 15, 30, 0.08);
box-shadow: 0 12px 30px -24px rgba(10, 15, 30, 0.72);
}
.site-header.site-header--hero {
background: rgba(8, 12, 24, 0.58);
border-bottom: 1px solid rgba(212, 185, 120, 0.2);
}
.logo-main {
letter-spacing: -0.03em;
}
.nav-link {
border-radius: 10px;
}
.nav-link:hover,
.nav-link.active {
box-shadow: inset 0 0 0 1px rgba(184, 146, 74, 0.28);
}
.section-py,
.cases-section,
.faq-section,
.profile-section,
.guide-section {
padding-top: clamp(56px, 7vw, 100px);
padding-bottom: clamp(56px, 7vw, 100px);
}
.section-py,
.cases-section,
.faq-section,
.pasan-section-card,
.guide-section,
.consult-card,
.form-card,
.cc-card,
.info-card,
.board-card {
scroll-margin-top: calc(var(--header-h) + 24px);
}
.section-header,
.pasan-card-header,
.faq-group-head,
.cases-head,
.form-header {
margin-bottom: clamp(24px, 4vw, 46px);
}
:is(
.hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.pasan-hero-title,
.section-title,
.section-heading,
.pasan-card-title,
.consult-title,
.cases-head-title,
.faq-group-title,
.form-title,
.cta-card-title,
.cases-cta-title
) {
font-family: var(--font-serif);
line-height: 1.32;
letter-spacing: -0.028em;
}
:is(
.hero-desc,
.contact-hero-desc,
.faq-hero-desc,
.cases-desc,
.section-desc,
.pasan-card-desc,
.consult-desc,
.faq-group-desc,
.cases-head-sub,
.form-desc,
.cases-cta-desc,
.cta-card-desc
) {
line-height: 1.82;
}
:is(
.section-kicker,
.hero-badge,
.contact-hero-kicker,
.faq-hero-kicker,
.cases-kicker,
.pasan-card-kicker,
.consult-kicker,
.cases-cta-kicker,
.cta-card-kicker,
.form-kicker
) {
letter-spacing: 0.16em;
font-weight: 800;
}
:is(.hero-line, .cases-hero-line, .cc-hero-line, .pasan-hero-line) {
width: 56px;
height: 2px;
border-radius: 999px;
background: linear-gradient(90deg, rgba(184, 146, 74, 0.34), rgba(212, 185, 120, 0.95));
}
:is(
.profile-card,
.diff-card,
.cta-box,
.form-card,
.info-card,
.board-card,
.cc-card,
.consult-card,
.pasan-section-card,
.cases-cta-card,
.case-item,
.case-detail-card,
.faq-section,
.faq-item,
.faq-note,
.faq-table-wrap,
.guide-choice-card,
.guide-check-card,
.guide-decision-card,
.guide-trust-box,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.ksl-info-mid-cta__inner
) {
border: 1px solid var(--premium-border);
border-radius: var(--radius-lg);
background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
box-shadow: var(--shadow-soft);
}
:is(
.case-item,
.faq-item,
.guide-choice-card,
.guide-check-card,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.diff-card
) {
transition:
transform 0.24s ease,
box-shadow 0.24s ease,
border-color 0.24s ease;
}
:is(
.case-item,
.faq-item,
.guide-choice-card,
.guide-check-card,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.diff-card
):hover {
transform: translateY(-3px);
box-shadow: var(--shadow-float);
border-color: var(--premium-border-strong);
}
:is(
.btn,
.cta-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.desktop-bottom-cta-btn,
.nav-cta
) {
border-radius: 14px;
min-height: 50px;
font-weight: 800;
letter-spacing: -0.01em;
border: 1px solid transparent;
box-shadow: 0 10px 22px -18px rgba(10, 15, 30, 0.55);
}
:is(
.btn-primary,
.submit-btn:not(.submit-btn--ghost),
.consult-btn:not(.consult-btn--ghost),
.cc-btn--gold,
.desktop-bottom-cta-btn.btn-primary,
.btn--hero,
.nav-cta
) {
background: linear-gradient(135deg, #ddc78f 0%, #b8924a 100%);
color: #0f1728;
border-color: rgba(166, 126, 57, 0.7);
box-shadow: 0 14px 28px -18px rgba(184, 146, 74, 0.95);
}
:is(
.btn-primary,
.submit-btn:not(.submit-btn--ghost),
.consult-btn:not(.consult-btn--ghost),
.cc-btn--gold,
.desktop-bottom-cta-btn.btn-primary,
.btn--hero,
.nav-cta
):hover {
transform: translateY(-1px);
box-shadow: 0 18px 34px -18px rgba(184, 146, 74, 0.95);
}
:is(
.btn-outline,
.btn-ghost,
.submit-btn--ghost,
.consult-btn--ghost,
.cc-btn--navy,
.desktop-bottom-cta-btn.btn-outline
) {
background: rgba(12, 18, 34, 0.95);
color: #f8f7f3;
border-color: rgba(12, 18, 34, 0.48);
}
.cases-cta-actions .btn-ghost,
.cases-cta-actions .btn-outline,
.btn-group .btn-ghost,
.btn-group .btn-outline {
background: rgba(12, 18, 34, 0.95);
color: #f8f7f3;
border-color: rgba(12, 18, 34, 0.48);
}
.cases-cta-actions .btn-primary,
.btn-group .btn-primary,
.flow-cta-actions .btn-primary {
background: linear-gradient(135deg, #ddc78f 0%, #b8924a 100%);
color: #0f1728;
border-color: rgba(166, 126, 57, 0.7);
}
:is(
.btn-outline,
.btn-ghost,
.submit-btn--ghost,
.consult-btn--ghost,
.cc-btn--navy,
.desktop-bottom-cta-btn.btn-outline
):hover {
background: #121d34;
border-color: rgba(212, 185, 120, 0.45);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 3px solid rgba(184, 146, 74, 0.52);
outline-offset: 2px;
}
:is(
.form-input,
.form-select,
.form-textarea,
.desktop-consult-input,
.desktop-consult-textarea,
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select
) {
border: 1px solid rgba(13, 20, 36, 0.16);
border-radius: 12px;
background: #fff;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
transition:
border-color 0.2s ease,
box-shadow 0.2s ease,
background-color 0.2s ease;
}
:is(
.form-input,
.form-select,
.desktop-consult-input,
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select
) {
min-height: 48px;
}
:is(
.form-textarea,
.desktop-consult-textarea,
.contact-form textarea
) {
min-height: 132px;
}
:is(
.form-input,
.form-select,
.form-textarea,
.desktop-consult-input,
.desktop-consult-textarea,
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select
):focus {
border-color: rgba(184, 146, 74, 0.75);
box-shadow: 0 0 0 4px rgba(184, 146, 74, 0.12);
}
.form-label {
font-weight: 700;
letter-spacing: -0.01em;
}
:is(.hero, .about-hero, .contact-hero, .faq-hero, .cases-hero, .pasan-hero) {
border-bottom-left-radius: clamp(20px, 3.5vw, 34px);
border-bottom-right-radius: clamp(20px, 3.5vw, 34px);
overflow: hidden;
}
.btn-primary.btn--hero {
animation: none;
}
.urgency-bar {
background: linear-gradient(90deg, #0a0f1e 0%, #17233c 50%, #0a0f1e 100%);
border-bottom: 1px solid rgba(212, 185, 120, 0.55);
box-shadow: 0 10px 24px -20px rgba(10, 15, 30, 0.9);
}
.urgency-dot::after,
.hero-live-dot::after {
animation-duration: 2.8s;
opacity: 0.65;
}
.flow-cta,
.cases-cta-card,
.consult-card,
.ksl-info-mid-cta__inner {
box-shadow: 0 24px 40px -30px rgba(10, 15, 30, 0.6);
}
.faq-question,
.acc-btn,
.case-q {
border-radius: 12px;
}
.faq-item.active,
.case-item.open {
border-color: rgba(184, 146, 74, 0.44);
box-shadow: 0 18px 34px -24px rgba(10, 15, 30, 0.52);
}
.faq-table,
.compare-table,
table {
border-collapse: collapse;
border-radius: 12px;
overflow: hidden;
}
table th,
table td,
.faq-table th,
.faq-table td,
.compare-table th,
.compare-table td {
border-color: rgba(13, 20, 36, 0.09);
}
table th,
.faq-table th,
.compare-table th {
background: rgba(10, 15, 30, 0.04);
font-weight: 800;
}
.site-footer {
border-top-color: rgba(212, 185, 120, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}
.footer-quick a {
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 10px;
}
.fixed-cta-bar {
background: rgba(7, 11, 22, 0.95);
border-top: 1px solid rgba(212, 185, 120, 0.25);
}
.ksl-top-button {
border-color: rgba(212, 185, 120, 0.55);
}
@media (max-width: 992px) {
:root {
--max-width: 100%;
--radius-md: 12px;
--radius-lg: 16px;
}
.inner,
.container,
.header-inner,
.footer-inner {
padding-left: 18px;
padding-right: 18px;
}
.section-py,
.cases-section,
.faq-section,
.profile-section,
.guide-section {
padding-top: clamp(42px, 8vw, 64px);
padding-bottom: clamp(42px, 8vw, 64px);
}
:is(
.hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.pasan-hero-title,
.section-title,
.section-heading,
.pasan-card-title,
.consult-title,
.cases-head-title,
.faq-group-title,
.form-title,
.cta-card-title,
.cases-cta-title
) {
letter-spacing: -0.022em;
}
:is(
.profile-card,
.diff-card,
.cta-box,
.form-card,
.info-card,
.board-card,
.cc-card,
.consult-card,
.pasan-section-card,
.cases-cta-card,
.case-item,
.case-detail-card,
.faq-section,
.faq-item,
.faq-note,
.faq-table-wrap,
.guide-choice-card,
.guide-check-card,
.guide-decision-card,
.guide-trust-box,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.ksl-info-mid-cta__inner
) {
border-radius: 16px;
}
:is(
.btn,
.cta-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.desktop-bottom-cta-btn,
.nav-cta
) {
min-height: 46px;
padding-left: 18px;
padding-right: 18px;
border-radius: 12px;
}
}
@media (max-width: 640px) {
.inner,
.container,
.header-inner,
.footer-inner {
padding-left: 14px;
padding-right: 14px;
}
.section-header,
.pasan-card-header,
.faq-group-head,
.cases-head,
.form-header {
margin-bottom: 22px;
}
.btn-group,
.flow-cta-actions,
.cases-cta-actions,
.cc-cta__btns {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.btn-group .btn,
.flow-cta-actions .btn,
.cases-cta-actions .btn,
.cc-cta__btns .cc-btn,
.btn-group .consult-btn {
width: 100%;
}
:is(
.hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.pasan-hero-title
) {
font-size: clamp(28px, 7.4vw, 34px);
}
}
@media (prefers-reduced-motion: reduce) {
:is(
.case-item,
.faq-item,
.guide-choice-card,
.guide-check-card,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.diff-card,
.btn,
.consult-btn,
.submit-btn,
.cc-btn
) {
transition: none !important;
}
}  :root {
--section-space: var(--section-py-compact);
--section-space-compact: var(--section-py-compact);
--surface-elevated: rgba(255, 255, 255, 0.94);
--surface-soft: rgba(255, 251, 245, 0.92);
--surface-muted: #f2ece3;
--premium-line: rgba(184, 146, 74, 0.32);
--shadow-premium: 0 24px 60px -36px rgba(10, 15, 30, 0.4);
--shadow-premium-lg: 0 34px 82px -44px rgba(10, 15, 30, 0.46);
}
html {
background: #f5f0e8;
}
body {
line-height: 1.78;
letter-spacing: -0.006em;
text-rendering: optimizeLegibility;
background:
radial-gradient(880px 420px at 100% 0%, rgba(184, 146, 74, 0.12), transparent 62%),
radial-gradient(980px 520px at 0% 10%, rgba(20, 27, 45, 0.08), transparent 66%),
linear-gradient(180deg, #f7f2ea 0%, #f6f2eb 40%, #f5f0e8 100%);
color: #171d28;
}
::selection {
background: rgba(184, 146, 74, 0.28);
color: #0c1423;
}
.inner,
.container,
.header-inner,
.footer-inner {
max-width: var(--max-width);
}
main.page-main,
.contact-main,
.faq-main,
.cases-main,
.pasan-main {
color: #171d28;
}
:is(
main.page-main,
.contact-main,
.faq-main,
.cases-main,
.pasan-main
) :is(p, li) {
text-wrap: pretty;
}
:is(
.hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.pasan-hero-title,
.section-title,
.section-heading,
.pasan-card-title,
.consult-title,
.cases-head-title,
.faq-group-title,
.form-title,
.cta-card-title,
.cases-cta-title,
.loc-title,
.sec-title,
.guide-hero h1
) {
text-wrap: balance;
}
:is(
.hero-desc,
.hero-sub,
.contact-hero-desc,
.faq-hero-desc,
.cases-desc,
.pasan-hero-desc,
.section-desc,
.pasan-card-desc,
.consult-desc,
.faq-group-desc,
.cases-head-sub,
.form-desc,
.cases-cta-desc,
.cta-card-desc,
.loc-desc,
.guide-hero-desc
) {
max-width: 62ch;
color: #4e596b;
}
.site-header,
.site-header.site-header--compact { background: rgba(248, 244, 238, 0.82);
border-bottom: 1px solid rgba(10, 15, 30, 0.08);
box-shadow: 0 18px 40px -34px rgba(10, 15, 30, 0.92);
}
.site-header::after,
.site-header.site-header--compact::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(184, 146, 74, 0.34) 50%, transparent 100%);
pointer-events: none;
}
.site-header.site-header--hero {
background: linear-gradient(180deg, rgba(8, 12, 24, 0.82) 0%, rgba(8, 12, 24, 0.54) 100%);
border-bottom-color: rgba(212, 185, 120, 0.18);
}
.site-header.site-header--hero::after {
background: linear-gradient(90deg, transparent 0%, rgba(212, 185, 120, 0.32) 50%, transparent 100%);
}
.header-inner {
gap: 28px;
}
.logo-area {
gap: 14px;
}
.logo-img {
height: 38px;
}
.logo-main {
font-size: 19px;
letter-spacing: -0.035em;
}
.logo-sub {
font-size: 10px;
letter-spacing: 0.18em;
}
.gnb {
gap: 16px;
}
.nav-list {
gap: 6px;
}
.nav-link {
height: 40px;
padding: 0 15px;
font-size: 13.5px;
font-weight: 700;
color: #445065;
border-radius: 12px;
}
.nav-link:hover,
.nav-link.active {
background: rgba(184, 146, 74, 0.12);
color: var(--navy);
box-shadow: inset 0 0 0 1px rgba(184, 146, 74, 0.28);
}
.sub-menu {
padding: 8px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 22px 48px -34px rgba(10, 15, 30, 0.7);
}
.sub-menu a {
border-radius: 12px;
}
.nav-cta {
min-height: 44px;
padding: 0 20px;
}
.section-py,
.cases-section,
.faq-section,
.profile-section,
.guide-section,
.loc-section {
padding-top: var(--section-space);
padding-bottom: var(--section-space);
}
.section-header,
.pasan-card-header,
.faq-group-head,
.cases-head,
.form-header {
margin-bottom: clamp(28px, 4vw, 52px);
}
:is(
.profile-card,
.diff-card,
.cta-box,
.form-card,
.info-card,
.board-card,
.cc-card,
.consult-card,
.pasan-section-card,
.cases-cta-card,
.case-item,
.case-detail-card,
.faq-section,
.faq-item,
.faq-note,
.faq-table-wrap,
.guide-choice-card,
.guide-check-card,
.guide-decision-card,
.guide-trust-box,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.ksl-info-mid-cta__inner,
.service-item,
.trans-item,
.info-block,
.photo-item,
.map-container,
.guide-card,
.conv-card,
.conv-icon-card,
.precision-flow-card,
.rehab-pain-card,
.precision-risk-panel,
.overview-item,
.highlight-box,
.compare-scroll,
.main-card,
.check-card,
.sol-card,
.review-card,
.process-note-card,
.pain-static-card,
.pain-side-card,
.pain-card,
.danger-card,
.value-card,
.proof-pillar-card,
.proof-empty-card,
.faq-intro-card,
.faq-empty-card
) {
position: relative;
overflow: hidden;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 248, 242, 0.94) 100%);
border: 1px solid rgba(10, 15, 30, 0.08);
box-shadow: var(--shadow-premium);
}
:is(
.profile-card,
.diff-card,
.cta-box,
.form-card,
.info-card,
.board-card,
.cc-card,
.consult-card,
.pasan-section-card,
.cases-cta-card,
.case-item,
.faq-section,
.faq-item,
.guide-choice-card,
.guide-check-card,
.guide-decision-card,
.guide-trust-box,
.journey-card,
.content-hub-card,
.ksl-funnel-bridge__card,
.service-item,
.trans-item,
.info-block,
.guide-card,
.conv-card,
.conv-icon-card,
.precision-flow-card,
.rehab-pain-card,
.precision-risk-panel,
.main-card,
.check-card,
.sol-card,
.review-card,
.process-note-card,
.pain-static-card,
.pain-side-card,
.pain-card,
.danger-card,
.value-card,
.proof-pillar-card,
.proof-empty-card,
.faq-intro-card,
.faq-empty-card
)::before {
content: "";
position: absolute;
inset: 0 0 auto;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(184, 146, 74, 0.42) 48%, transparent 100%);
pointer-events: none;
}
:is(
.btn,
.cta-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.desktop-bottom-cta-btn,
.nav-cta,
.btn-action
) {
min-height: 52px;
padding-left: 22px;
padding-right: 22px;
border-radius: 16px;
font-weight: 800;
letter-spacing: -0.015em;
}
.btn-action {
min-height: 46px;
}
:is(
.btn-outline,
.btn-ghost,
.submit-btn--ghost,
.consult-btn--ghost,
.cc-btn--navy,
.desktop-bottom-cta-btn.btn-outline
) {
background: rgba(12, 18, 34, 0.96);
color: #f8f7f3;
border-color: rgba(12, 18, 34, 0.54);
}
:is(
.btn-outline,
.btn-ghost,
.submit-btn--ghost,
.consult-btn--ghost,
.cc-btn--navy,
.desktop-bottom-cta-btn.btn-outline
):hover {
background: #14203a;
border-color: rgba(212, 185, 120, 0.4);
}
:is(
.flow-cta,
.cases-cta-card,
.consult-card,
.ksl-info-mid-cta__inner,
.cta-box
) {
background:
radial-gradient(560px 260px at 100% 0%, rgba(184, 146, 74, 0.18), transparent 62%),
linear-gradient(135deg, #0b1223 0%, #121d33 58%, #1b2841 100%);
border: 1px solid rgba(212, 185, 120, 0.16);
color: #fff;
box-shadow: var(--shadow-premium-lg);
}
:is(
.flow-cta,
.cases-cta-card,
.consult-card,
.ksl-info-mid-cta__inner,
.cta-box
) :is(
.flow-cta-title,
.cases-cta-title,
.consult-title,
.ksl-info-mid-cta__title,
h2
) {
color: #fff;
}
:is(
.flow-cta,
.cases-cta-card,
.consult-card,
.ksl-info-mid-cta__inner,
.cta-box
) :is(
.flow-cta-desc,
.cases-cta-desc,
.consult-desc,
.ksl-info-mid-cta__desc,
p
) {
color: rgba(255, 255, 255, 0.74);
}
:is(
.flow-cta,
.cases-cta-card,
.consult-card,
.ksl-info-mid-cta__inner,
.cta-box
) :is(
.flow-cta-kicker,
.cases-cta-kicker,
.consult-kicker,
.ksl-info-mid-cta__kicker
) {
color: var(--gold-light);
}
body.ksl-page-index .hero {
padding-bottom: clamp(76px, 7vw, 116px);
}
body.ksl-page-index .hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
align-items: start;
gap: clamp(28px, 4vw, 56px);
}
body.ksl-page-index .hero-content {
max-width: 700px;
}
body.ksl-page-index .hero-kicker {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 0 14px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(212, 185, 120, 0.24);
color: var(--gold-light);
}
body.ksl-page-index .hero-title {
margin: 18px 0 18px;
font-size: clamp(40px, 5vw, 66px);
line-height: 1.14;
letter-spacing: -0.05em;
}
body.ksl-page-index .hero-sub {
margin: 0;
font-size: 17px;
line-height: 1.92;
color: rgba(255, 255, 255, 0.78);
}
body.ksl-page-index .hero-flow-strip,
body.ksl-page-index .hero-service-block {
margin-top: 28px;
padding: 20px 22px;
border: 1px solid rgba(255, 255, 255, 0.11);
border-radius: 24px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
box-shadow: 0 24px 46px -38px rgba(0, 0, 0, 0.72);
}
body.ksl-page-index .hero-flow-kicker,
body.ksl-page-index .hero-service-label {
display: inline-block;
margin-bottom: 14px;
font-size: 11px;
letter-spacing: 0.18em;
color: rgba(255, 255, 255, 0.66);
}
body.ksl-page-index .hero-flow-items {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
body.ksl-page-index .hero-flow-item {
display: flex;
align-items: center;
gap: 10px;
min-height: 58px;
padding: 0 16px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.08);
color: #fff;
}
body.ksl-page-index .hero-flow-item:hover {
background: rgba(184, 146, 74, 0.18);
border-color: rgba(212, 185, 120, 0.36);
}
body.ksl-page-index .hero-flow-num {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
background: rgba(212, 185, 120, 0.18);
color: var(--gold-light);
font-weight: 800;
flex-shrink: 0;
}
body.ksl-page-index .hero-trust-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 24px;
}
body.ksl-page-index .hero-trust-card {
display: flex;
gap: 14px;
align-items: flex-start;
min-height: 112px;
padding: 18px;
border-radius: 22px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
border: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: 0 18px 42px -34px rgba(0, 0, 0, 0.75);
}
body.ksl-page-index .hero-trust-icon {
width: 44px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background: rgba(212, 185, 120, 0.16);
color: var(--gold-light);
flex-shrink: 0;
}
body.ksl-page-index .hero-trust-copy strong {
display: block;
margin-bottom: 4px;
font-size: 15px;
color: #fff;
}
body.ksl-page-index .hero-trust-copy span {
display: block;
font-size: 13px;
line-height: 1.72;
color: rgba(255, 255, 255, 0.68);
}
body.ksl-page-index .hero-services {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
body.ksl-page-index .hero-service-item {
min-height: 42px;
display: inline-flex;
align-items: center;
padding: 0 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.9);
}
body.ksl-page-index .hero-service-item:hover {
background: rgba(212, 185, 120, 0.16);
border-color: rgba(212, 185, 120, 0.34);
}
body.ksl-page-index .hero-cta-row,
body.ksl-page-index .hero-inline-notes {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
body.ksl-page-index .hero-cta-row {
margin-top: 28px;
}
body.ksl-page-index .hero-inline-notes {
margin-top: 18px;
}
body.ksl-page-index .hero-inline-note {
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 36px;
padding: 0 13px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.06);
color: rgba(255, 255, 255, 0.76);
font-size: 13px;
}
body.ksl-page-index .hero-inline-note--link:hover {
color: #fff;
background: rgba(184, 146, 74, 0.2);
}
body.ksl-page-index .hero-cta-card {
position: relative;
}
body.ksl-page-index .cta-card-shell {
position: sticky;
top: calc(var(--header-h) + 26px);
padding: clamp(26px, 3vw, 34px);
border-radius: 28px;
background:
radial-gradient(220px 160px at 100% 0%, rgba(184, 146, 74, 0.22), transparent 70%),
linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 246, 239, 0.96) 100%);
border: 1px solid rgba(184, 146, 74, 0.18);
box-shadow: var(--shadow-premium-lg);
}
body.ksl-page-index .cta-card-title {
margin: 12px 0 12px;
font-size: clamp(28px, 2.5vw, 38px);
color: var(--navy);
}
body.ksl-page-index .cta-card-desc {
margin: 0;
font-size: 15px;
color: #4f5a6d;
}
body.ksl-page-index .cta-card-mini-points {
display: grid;
gap: 10px;
margin-top: 20px;
}
body.ksl-page-index .cta-card-mini-points li {
display: flex;
align-items: flex-start;
gap: 10px;
color: #283244;
}
body.ksl-page-index .cta-card-mini-points i {
margin-top: 4px;
color: var(--gold);
}
body.ksl-page-index .cta-card-actions {
display: grid;
gap: 10px;
margin-top: 22px;
}
body.ksl-page-index .cta-card-contacts {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-top: 18px;
}
body.ksl-page-index .cta-contact-link {
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0 14px;
border-radius: 16px;
background: rgba(12, 18, 34, 0.05);
border: 1px solid rgba(10, 15, 30, 0.08);
color: #263044;
font-weight: 700;
}
body.ksl-page-index .cta-contact-link:hover {
border-color: rgba(184, 146, 74, 0.34);
background: rgba(184, 146, 74, 0.08);
}
body.ksl-page-index .cta-card-note {
margin: 16px 0 0;
padding-top: 14px;
border-top: 1px solid rgba(10, 15, 30, 0.08);
color: #636e81;
}
body.ksl-page-index .stats-bar {
padding-top: 30px;
background: transparent;
}
body.ksl-page-index .stats-bar-intro {
max-width: 760px;
margin: 0 auto 24px;
text-align: center;
}
body.ksl-page-index .stats-bar-inner {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
body.ksl-page-index .stats-bar .stat-item {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 24px 22px;
text-align: left;
border: 1px solid rgba(10, 15, 30, 0.08);
border-radius: 22px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(251, 247, 241, 0.94) 100%);
box-shadow: var(--shadow-premium);
}
body.ksl-page-index .stats-bar .stat-icon {
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background: rgba(184, 146, 74, 0.12);
color: var(--gold);
flex-shrink: 0;
}
body.ksl-page-index .stats-bar .stat-title {
display: block;
margin-bottom: 6px;
font-family: var(--font-serif);
font-size: 18px;
color: var(--navy);
}
body.ksl-page-index .stats-bar .stat-desc {
color: #5a6475;
font-size: 14px;
line-height: 1.72;
}
body.ksl-page-index :is(
.pain-static-card,
.pain-side-card,
.content-hub-card,
.journey-card,
.proof-pillar-card,
.proof-empty-card,
.review-card,
.case-card,
.faq-intro-card,
.faq-empty-card,
.process-note-card,
.sol-card,
.danger-card,
.value-card
) {
box-shadow: var(--shadow-premium);
}
.profile-card {
grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
gap: clamp(32px, 4vw, 56px);
padding: clamp(30px, 4vw, 52px);
}
.profile-content {
display: grid;
gap: 24px;
align-content: start;
}
.profile-img {
aspect-ratio: 4 / 5;
object-fit: cover;
}
.profile-tag-overlay {
padding: 16px 18px;
backdrop-filter: blur(12px);
}
.quote-wrap {
margin-bottom: 0;
}
.quote-text {
font-size: clamp(20px, 2vw, 28px);
line-height: 1.48;
}
.signature-area {
gap: 6px;
}
.profile-section .stats-bar {
margin-top: 32px;
padding-top: 28px;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
border-top: 1px solid rgba(10, 15, 30, 0.08);
}
.profile-section .stat-item {
padding: 18px 12px;
}
.profile-section .stat-item + .stat-item {
border-left: 1px solid rgba(10, 15, 30, 0.08);
}
.diff-grid,
.service-list {
gap: 18px;
}
.service-item {
padding: 26px 24px;
}
.contact-hero {
padding: calc(var(--header-h) + 40px) 0 132px;
background:
radial-gradient(520px 240px at 100% 0%, rgba(184, 146, 74, 0.18), transparent 64%),
linear-gradient(160deg, #09111f 0%, #0d1527 52%, #13203a 100%);
}
.contact-hero-desc {
color: rgba(255, 255, 255, 0.8);
}
.contact-wrap {
position: relative;
z-index: 2;
margin-top: -74px;
gap: 24px;
}
.contact-quick-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 24px;
}
.contact-quick-actions .btn {
flex: 1 1 180px;
max-width: 220px;
}
.form-card,
.board-card,
.info-card {
backdrop-filter: blur(10px);
}
.form-card {
padding: clamp(30px, 4vw, 48px);
}
.form-header {
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.form-trust-bar {
margin-top: 18px;
border-radius: 18px;
background: rgba(184, 146, 74, 0.08);
border-color: rgba(184, 146, 74, 0.18);
color: #8a682e;
}
.privacy-wrap {
background: linear-gradient(180deg, rgba(249, 245, 237, 0.96) 0%, rgba(245, 240, 232, 0.94) 100%);
border-color: rgba(10, 15, 30, 0.08);
}
.info-card {
gap: 0;
}
.info-item {
padding: 2px 24px 0;
}
.info-item + .info-item {
border-left: 1px solid rgba(10, 15, 30, 0.08);
}
.info-subline {
margin: 10px 0 0;
font-size: 13px;
color: #6b7485;
line-height: 1.72;
}
.board-table {
border-radius: 18px;
overflow: hidden;
}
.board-row:hover td {
background: rgba(184, 146, 74, 0.06);
}
.mobile-card {
border-radius: 18px;
box-shadow: var(--shadow-premium);
}
.contact-receipt-note {
border-radius: 16px;
}
.faq-main {
padding-bottom: clamp(88px, 10vw, 140px);
}
.faq-main .pasan-nav-wrapper {
padding: 12px 18px 0;
background: transparent;
border: 0;
}
.faq-main .pasan-nav {
width: min(100%, var(--max-width));
padding: 8px;
border: 1px solid rgba(10, 15, 30, 0.08);
border-radius: 20px;
background: rgba(255, 255, 255, 0.9);
box-shadow: var(--shadow-premium);
}
.faq-main .pasan-nav-link {
min-height: 46px;
border: 0;
border-radius: 14px;
}
.faq-main .pasan-nav-link:hover,
.faq-main .pasan-nav-link.active {
background: rgba(184, 146, 74, 0.12);
box-shadow: inset 0 0 0 1px rgba(184, 146, 74, 0.24);
}
.faq-section {
padding-top: clamp(32px, 4vw, 42px);
padding-bottom: clamp(32px, 4vw, 42px);
}
.faq-group-head {
margin-bottom: 28px;
}
.faq-note,
.faq-table-wrap {
padding: 22px 24px;
}
.faq-question {
padding: 22px 22px;
}
.faq-icon {
background: rgba(12, 18, 34, 0.03);
}
.faq-answer-inner {
padding: 0 24px 24px 52px;
}
.cases-main {
padding-bottom: clamp(88px, 10vw, 140px);
}
.cases-main .cases-hero {
padding-bottom: 118px;
}
.cases-main .cases-stats-strip {
background: transparent;
border-bottom: 0;
}
.cases-main .cases-stats-strip .inner {
position: relative;
z-index: 3;
margin-top: -42px;
}
.cases-main .cases-stats-inner {
padding: 20px 28px;
border: 1px solid rgba(10, 15, 30, 0.08);
border-radius: 24px;
background: rgba(255, 255, 255, 0.94);
box-shadow: var(--shadow-premium-lg);
}
.cases-main .pasan-nav-wrapper {
margin: 0 0 44px;
padding: 0 18px;
background: transparent;
border: 0;
}
.cases-main .cases-nav {
padding: 8px;
border: 1px solid rgba(10, 15, 30, 0.08);
border-radius: 20px;
background: rgba(255, 255, 255, 0.9);
box-shadow: var(--shadow-premium);
}
.cases-main .pasan-nav-link {
min-height: 46px;
border: 0;
border-radius: 14px;
}
.cases-main .pasan-nav-link:hover,
.cases-main .pasan-nav-link.active {
background: rgba(184, 146, 74, 0.12);
box-shadow: inset 0 0 0 1px rgba(184, 146, 74, 0.24);
}
.cases-head {
padding-bottom: 0;
border-bottom: 0;
}
.case-list {
display: grid;
gap: 16px;
}
.case-item {
overflow: hidden;
}
.case-q {
padding: 24px 26px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 243, 236, 0.94) 100%);
}
.case-detail-card {
padding: 22px 24px;
}
.case-specs li {
padding: 10px 0;
border-bottom: 1px solid rgba(10, 15, 30, 0.08);
}
.case-specs li:last-child {
border-bottom: 0;
}
.location-hero .container,
.guide-hero-inner,
.cases-hero .inner,
.contact-hero .inner {
max-width: 820px;
}
.location-wrap {
padding-top: clamp(30px, 4vw, 52px);
padding-bottom: clamp(88px, 10vw, 132px);
}
.loc-section {
padding-bottom: var(--section-space-compact);
}
.sec-header {
align-items: center;
margin-bottom: 24px;
}
.sec-header > div:first-child {
max-width: 620px;
}
.btn-action.light {
background: rgba(255, 252, 247, 0.96);
color: var(--navy);
border: 1px solid rgba(10, 15, 30, 0.08);
box-shadow: 0 16px 34px -28px rgba(10, 15, 30, 0.35);
}
.btn-action.light:hover {
background: rgba(184, 146, 74, 0.09);
border-color: rgba(184, 146, 74, 0.3);
}
.map-container {
box-shadow: var(--shadow-premium-lg);
}
.info-block {
display: grid;
grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1.25fr);
gap: 24px;
padding: 28px 30px;
}
.info-block h3 {
margin: 0;
padding-bottom: 0;
border-bottom: 0;
}
.info-list {
gap: 14px;
}
.trans-grid {
gap: 18px;
}
.photo-grid {
gap: 18px;
}
.photo-item {
background: #fff;
}
.photo-caption {
padding: 12px 16px;
}
.guide-hero,
.pasan-hero {
padding-bottom: clamp(72px, 7vw, 108px);
}
.guide-hero-tag {
min-height: 34px;
display: inline-flex;
align-items: center;
}
.guide-card {
padding: 30px 28px;
gap: 14px;
}
.guide-card h3 {
font-family: var(--font-serif);
font-size: 20px;
letter-spacing: -0.02em;
}
.pasan-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
align-items: start;
gap: clamp(28px, 4vw, 52px);
text-align: left;
}
.pasan-hero-copy {
max-width: 700px;
}
.pasan-hero-title {
font-size: clamp(40px, 4.8vw, 64px);
line-height: 1.14;
letter-spacing: -0.05em;
}
.pasan-hero-desc {
margin-left: 0;
color: rgba(255, 255, 255, 0.76);
}
.pasan-hero-trust,
.precision-hero-proof {
gap: 12px;
}
.precision-hero-proof {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.precision-hero-proof-card,
.pasan-trust-chip {
border-radius: 18px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 18px 42px -34px rgba(0, 0, 0, 0.74);
}
.pasan-hero-cta-card {
position: relative;
}
.pasan-hero-cta-card .cta-card-head,
.pasan-hero-cta-card .cta-card-actions,
.pasan-hero-cta-card .cta-card-contacts {
position: relative;
z-index: 1;
}
.pasan-hero-cta-card {
padding: clamp(26px, 3vw, 34px);
border-radius: 28px;
background:
radial-gradient(220px 160px at 100% 0%, rgba(184, 146, 74, 0.2), transparent 70%),
linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 246, 239, 0.96) 100%);
border: 1px solid rgba(184, 146, 74, 0.18);
box-shadow: var(--shadow-premium-lg);
}
.pasan-hero-cta-card .cta-card-title {
color: var(--navy);
}
.pasan-hero-cta-card .cta-card-desc,
.pasan-hero-cta-card .cta-card-note {
color: #505b6d;
}
.cta-ghost-btn {
min-height: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: 16px;
background: rgba(12, 18, 34, 0.96);
color: #f7f6f2;
border: 1px solid rgba(12, 18, 34, 0.5);
font-weight: 800;
}
.cta-ghost-btn:hover {
background: #14203a;
}
.site-footer {
position: relative;
padding-top: 72px;
background:
radial-gradient(520px 220px at 100% 0%, rgba(184, 146, 74, 0.16), transparent 70%),
linear-gradient(180deg, #0a0f1d 0%, #0c1424 100%);
}
.footer-inner {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.7fr) minmax(240px, 0.95fr);
gap: clamp(24px, 4vw, 48px);
}
.footer-brand {
gap: 18px;
}
.footer-logo {
align-items: center;
gap: 14px;
}
.footer-logo-img {
width: 48px;
height: 48px;
}
.footer-logo-main {
font-size: 17px;
}
.footer-desc {
max-width: 48ch;
color: rgba(233, 236, 241, 0.74);
}
.footer-contact {
display: grid;
gap: 8px;
}
.footer-links,
.footer-quick {
gap: 10px;
}
.footer-links a,
.footer-quick a {
min-height: 42px;
display: flex;
align-items: center;
padding: 0 14px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.07);
background: rgba(255, 255, 255, 0.03);
}
.footer-line {
margin-top: 38px;
}
.footer-notice,
.footer-bottom {
max-width: var(--max-width);
padding-left: 24px;
padding-right: 24px;
}
.footer-bottom {
gap: 12px 20px;
}
.fixed-cta-bar {
backdrop-filter: blur(16px);
}
.fixed-cta-bar .cta-btn {
min-height: 58px;
}
.ksl-top-button {
box-shadow: 0 18px 42px -26px rgba(10, 15, 30, 0.58);
}
@media (max-width: 1100px) {
body.ksl-page-index .hero-grid,
.pasan-hero-grid {
grid-template-columns: 1fr;
}
body.ksl-page-index .cta-card-shell {
position: relative;
top: 0;
}
.cases-main .cases-stats-inner {
gap: 16px;
flex-wrap: wrap;
}
.info-block {
grid-template-columns: 1fr;
}
}
@media (max-width: 900px) {
.profile-card {
grid-template-columns: 1fr;
}
.profile-section .stats-bar,
body.ksl-page-index .hero-trust-grid,
body.ksl-page-index .stats-bar-inner,
.precision-hero-proof {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.ksl-page-index .hero-flow-items,
.trans-grid,
.photo-grid {
grid-template-columns: 1fr 1fr;
}
.contact-wrap {
margin-top: -54px;
}
.info-card {
grid-template-columns: 1fr;
}
.info-item {
padding: 0;
}
.info-item + .info-item {
border-left: 0;
border-top: 1px solid rgba(10, 15, 30, 0.08);
padding-top: 20px;
margin-top: 20px;
}
.footer-inner {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 680px) {
:root {
--header-h: 72px;
}
.site-header,
.site-header.site-header--compact {
height: 72px;
}
.logo-img {
height: 34px;
}
body.ksl-page-index .hero-title,
.pasan-hero-title {
font-size: clamp(34px, 10vw, 46px);
}
body.ksl-page-index .hero-flow-items,
body.ksl-page-index .hero-trust-grid,
body.ksl-page-index .stats-bar-inner,
.profile-section .stats-bar,
.trans-grid,
.photo-grid,
.precision-hero-proof {
grid-template-columns: 1fr;
}
body.ksl-page-index .cta-card-contacts {
grid-template-columns: 1fr;
}
.contact-wrap {
margin-top: -40px;
}
.cases-main .cases-stats-strip .inner {
margin-top: -26px;
}
.cases-stat {
padding: 0;
}
.cases-stat-divider {
display: none;
}
.faq-answer-inner {
padding: 0 18px 20px;
}
.cases-main .pasan-nav-wrapper,
.faq-main .pasan-nav-wrapper {
padding-left: 14px;
padding-right: 14px;
}
.footer-inner {
grid-template-columns: 1fr;
}
.footer-notice,
.footer-bottom {
padding-left: 14px;
padding-right: 14px;
}
}  .svc-page,
.cases-page,
.sc-page { background: var(--bg-page);
} .svc-page p,
.cases-page p,
.sc-page p {
font-feature-settings: "tnum" 1, "ss01" 1;
} .svc-page h1, .svc-page h2, .svc-page h3, .svc-page h4,
.cases-page h1, .cases-page h2, .cases-page h3, .cases-page h4,
.sc-page h1, .sc-page h2, .sc-page h3, .sc-page h4 {
font-feature-settings: "ss01" 1, "kern" 1;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .svc-page .section-py { padding: clamp(56px, 8vw, 88px) 0; } .svc-page + .selfcheck-hero-area,
.svc-page + .hero-area { display: none !important; } .sc-page .hero-area.selfcheck-hero-area { display: none !important; } .svc-page a, .cases-page a, .sc-page a { text-underline-offset: 3px; } .svc-btn, .cx-btn, .sc-submit-btn { box-shadow: none; }
.svc-btn--primary:hover, .cx-btn--primary:hover {
box-shadow: 0 10px 26px -8px rgba(184, 146, 74, 0.35) !important;
} .svc-card:hover, .cx-card:hover {
box-shadow: 0 18px 38px -18px rgba(10, 15, 30, 0.2);
} .svc-section p,
.cases-page p {
max-width: 72ch;
}
.svc-section-header p,
.svc-final-desc,
.cx-cta-desc,
.cx-hero-sub,
.sc-hero-sub { max-width: none; } .svc-page :focus-visible,
.cases-page :focus-visible,
.sc-page :focus-visible {
outline: 2px solid var(--gold);
outline-offset: 3px;
}
.svc-btn:focus-visible,
.cx-btn:focus-visible,
.sc-submit-btn:focus-visible,
.sc-nav-btn:focus-visible {
outline: 2px solid var(--gold-light);
outline-offset: 4px;
} .svc-card::before,
.cx-card::before { transition-duration: 0.28s !important;
} @media (max-width: 640px) {
.svc-btn,
.cx-btn,
.sc-btn-action { min-height: 46px; }
.svc-btn--lg,
.cx-btn--lg { min-height: 52px; }
.svc-card-contact,
.svc-sticky-btn { min-height: 44px; }
} ::selection { background: rgba(184, 146, 74, 0.24); color: var(--navy); } .svc-page .hero-area,
.cases-page .hero-area,
.sc-page .hero-area { display: none !important; } .svc-page--location .location-wrap,
.svc-page--location .location-hero { display: none !important; }
.svc-page--about .about-hero,
.svc-page--about .profile-section { display: none !important; }
.svc-page--faq .faq-main > *:not(.svc-page--faq) { }
.svc-page--contact .contact-main,
.svc-page--contact .contact-hero { display: none !important; } .loc-map {
position: relative;
width: 100%;
aspect-ratio: 16/9;
min-height: 360px;
background: var(--bg-card);
border: 1px solid var(--border-light);
overflow: hidden;
margin-bottom: 20px;
}
.loc-map iframe,
.loc-map #ksl-naver-map,
.loc-map .loc-map-placeholder {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
display: block;
}
.loc-map .loc-map-placeholder {
display: grid;
place-items: center;
padding: clamp(24px, 4vw, 40px);
background:
radial-gradient(460px 220px at 12% 16%, rgba(184, 146, 74, 0.14), transparent 60%),
linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 245, 238, 0.98) 100%);
text-align: center;
}
.loc-map .loc-map-placeholder__inner {
max-width: 420px;
}
.loc-map .loc-map-placeholder strong {
display: block;
margin-bottom: 8px;
color: var(--navy);
font-size: clamp(18px, 2vw, 22px);
line-height: 1.35;
letter-spacing: -0.02em;
}
.loc-map .loc-map-placeholder p {
margin: 0;
color: var(--text-secondary);
font-size: 15px;
line-height: 1.8;
word-break: keep-all;
}
.loc-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.loc-actions .svc-btn { flex: 0 1 auto; }
.loc-info-list {
list-style: none;
margin: 0;
padding: 0;
background: var(--bg-card);
border: 1px solid var(--border-light);
}
.loc-info-list li {
display: grid;
grid-template-columns: 100px 1fr;
gap: 16px;
padding: 14px 20px;
border-bottom: 1px solid var(--border-subtle);
font-size: 14px;
line-height: 1.65;
}
.loc-info-list li:last-child { border-bottom: none; }
.loc-info-label {
font-size: 12px;
font-weight: 700;
color: var(--text-muted);
letter-spacing: 0.06em;
text-transform: uppercase;
}
.loc-info-value {
color: var(--navy);
font-weight: 500;
word-break: keep-all;
}
.loc-info-value a { color: var(--navy); font-weight: 700; }
.loc-info-value a:hover { color: var(--gold); }
.loc-photos {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.loc-photo {
margin: 0;
background: var(--bg-card);
border: 1px solid var(--border-light);
overflow: hidden;
}
.loc-photo img {
display: block;
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.loc-photo:hover img { transform: scale(1.04); }
.loc-photo figcaption {
padding: 10px 14px;
font-size: 12.5px;
color: var(--text-secondary);
text-align: center;
border-top: 1px solid var(--border-subtle);
background: var(--bg-warm);
}
@media (max-width: 768px) {
.loc-map {
min-height: 300px;
}
.loc-info-list li { grid-template-columns: 80px 1fr; padding: 12px 16px; }
.loc-photos { grid-template-columns: 1fr; }
.loc-photo img { height: 200px; }
.loc-actions .svc-btn { flex: 1; min-width: 0; }
} .ctc-form-wrap {
max-width: 760px;
margin: 0 auto 48px;
background: var(--bg-card);
border: 1px solid var(--border-light);
padding: clamp(28px, 4vw, 44px);
}
.ctc-form-head { margin-bottom: 28px; text-align: left; }
.ctc-form-desc {
font-size: 15px;
line-height: 1.75;
color: var(--text-secondary);
margin: 0;
word-break: keep-all;
}
.ctc-form-desc strong { color: var(--navy); font-weight: 700; }
.ctc-notice {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 14px 18px;
background: var(--gold-muted);
border: 1px solid rgba(184, 146, 74, 0.3);
color: var(--navy);
font-size: 13.5px;
font-weight: 600;
line-height: 1.55;
margin-bottom: 20px;
}
.ctc-notice i { color: var(--gold); font-size: 14px; margin-top: 2px; }
.ctc-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
margin-bottom: 16px;
}
.ctc-field { display: flex; flex-direction: column; gap: 6px; }
.ctc-field:last-of-type { margin-bottom: 20px; }
.ctc-label {
font-size: 13px;
font-weight: 700;
color: var(--navy);
letter-spacing: -0.005em;
}
.ctc-label small {
color: var(--text-muted);
font-weight: 500;
margin-left: 4px;
}
.ctc-req { color: #c44; margin-left: 2px; }
.ctc-input {
width: 100%;
padding: 13px 16px;
background: #fff;
border: 1.5px solid var(--border-light);
font-size: 15px;
font-weight: 500;
color: var(--navy);
font-family: inherit;
border-radius: 0;
transition: border-color 0.2s, box-shadow 0.2s;
}
.ctc-input:focus {
outline: none;
border-color: var(--gold);
box-shadow: 0 0 0 3px rgba(184, 146, 74, 0.15);
}
.ctc-textarea { min-height: 130px; resize: vertical; }
.ctc-privacy {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0;
font-size: 13.5px;
color: var(--text-secondary);
cursor: pointer;
line-height: 1.5;
margin-bottom: 6px;
}
.ctc-privacy input {
width: 18px;
height: 18px;
accent-color: var(--gold);
flex-shrink: 0;
}
.ctc-privacy strong { color: var(--navy); font-weight: 700; }
.ctc-privacy-detail { font-size: 12.5px; color: var(--text-muted); margin-bottom: 20px; }
.ctc-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;
}
.ctc-privacy-detail summary::before {
content: '▸';
color: var(--gold);
transition: transform 0.2s;
}
.ctc-privacy-detail[open] summary::before { transform: rotate(90deg); }
.ctc-privacy-detail summary::-webkit-details-marker { display: none; }
.ctc-privacy-detail div {
margin-top: 8px;
padding: 12px 14px;
background: var(--bg-warm);
border: 1px solid var(--border-subtle);
line-height: 1.7;
}
.ctc-submit { width: 100%; margin-top: 8px; }
.ctc-submit-note {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 14px 0 0;
font-size: 12.5px;
color: var(--text-muted);
justify-content: center;
width: 100%;
}
.ctc-submit-note i { color: var(--gold); font-size: 11px; }
.ctc-info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 32px;
}
.ctc-info-grid .svc-card { text-align: left; }
.ctc-info-grid .svc-card p { font-size: 15px; margin: 0; line-height: 1.6; }
@media (max-width: 768px) {
.ctc-row { grid-template-columns: 1fr; }
.ctc-form-wrap { padding: 24px 20px; }
.ctc-info-grid { grid-template-columns: 1fr; }
} .svc-page--contact .board-table thead th {
background: var(--navy);
color: #fff;
padding: 12px 14px;
text-align: left;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.02em;
border-radius: 0;
}
.svc-page--contact .board-table tbody td {
padding: 14px;
border-top: 1px solid var(--border-subtle);
font-size: 14px;
color: var(--text-primary);
line-height: 1.55;
vertical-align: top;
}
.svc-page--contact .board-table tbody tr:first-child td { border-top: none; } .svc-page--contact #contactReceiptNotice:not([hidden]) { display: block; } .svc-page .svc-container {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
}
.svc-page .svc-hero {
position: relative;
overflow: hidden;
background:
radial-gradient(1100px 520px at 88% 16%, rgba(212, 185, 120, 0.2), transparent 60%),
radial-gradient(820px 460px at 8% 90%, rgba(212, 185, 120, 0.08), transparent 60%),
linear-gradient(140deg, #081122 0%, #111d34 50%, #0a1427 100%);
color: #f5f6f8;
padding: clamp(56px, 8vw, 96px) 0 clamp(42px, 6vw, 72px);
border-bottom: 1px solid rgba(212, 185, 120, 0.26);
border-bottom-left-radius: clamp(20px, 3.5vw, 34px);
border-bottom-right-radius: clamp(20px, 3.5vw, 34px);
}
.svc-page .svc-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.12fr) minmax(300px, 420px);
gap: clamp(20px, 4vw, 42px);
align-items: start;
}
.svc-page .svc-kicker {
display: inline-flex;
align-items: center;
padding: 6px 12px;
margin-bottom: 14px;
border-radius: 999px;
border: 1px solid rgba(212, 185, 120, 0.42);
background: rgba(212, 185, 120, 0.1);
color: rgba(234, 215, 165, 0.98);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.svc-page .svc-hero-title {
margin: 0;
font-family: var(--font-serif);
font-size: clamp(32px, 4vw, 48px);
line-height: 1.25;
letter-spacing: -0.03em;
color: #fbfcfe;
}
.svc-page .svc-hero-title .hl {
color: var(--gold-light);
}
.svc-page .svc-hero-desc {
margin: 16px 0 0;
color: rgba(241, 244, 250, 0.84);
font-size: clamp(15px, 1.3vw, 18px);
line-height: 1.82;
max-width: 62ch;
}
.svc-page .svc-hero-desc strong {
color: #f8f9fd;
}
.svc-page .svc-chips {
margin-top: 24px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.svc-page .svc-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 14px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.08);
font-size: 13px;
color: rgba(246, 248, 252, 0.92);
}
.svc-page .svc-chip i {
color: var(--gold-light);
}
.svc-page .svc-proof {
margin-top: 18px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.svc-page .svc-proof-card {
padding: 14px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.08);
}
.svc-page .svc-proof-card strong {
display: block;
color: #f8f9fd;
font-size: 13px;
}
.svc-page .svc-proof-card span {
display: block;
margin-top: 4px;
font-size: 12px;
color: rgba(239, 242, 248, 0.76);
line-height: 1.6;
}
.svc-page .svc-hero-card {
border: 1px solid rgba(212, 185, 120, 0.28);
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 247, 239, 0.96) 100%);
color: #121a2b;
box-shadow: 0 24px 44px -28px rgba(0, 0, 0, 0.45);
padding: clamp(18px, 2.4vw, 24px);
}
.svc-page .svc-card-kicker {
display: inline-flex;
margin-bottom: 10px;
padding: 5px 10px;
border-radius: 999px;
background: rgba(184, 146, 74, 0.14);
color: #8d6930;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.svc-page .svc-card-title {
margin: 0;
font-family: var(--font-serif);
font-size: clamp(22px, 2.2vw, 28px);
line-height: 1.34;
letter-spacing: -0.02em;
}
.svc-page .svc-card-desc {
margin: 10px 0 0;
color: #374151;
line-height: 1.75;
}
@media (max-width: 992px) {
.svc-page .svc-container {
padding-left: 18px;
padding-right: 18px;
}
.svc-page .svc-hero-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.svc-page .svc-proof {
grid-template-columns: 1fr;
gap: 10px;
}
}
@media (max-width: 640px) {
.svc-page .svc-container {
padding-left: 14px;
padding-right: 14px;
}
.svc-page .svc-kicker {
font-size: 10px;
padding: 5px 10px;
}
.svc-page .svc-chip {
width: 100%;
justify-content: flex-start;
}
}  .cases-page .cx-hero .cx-reveal,
.sc-page .sc-hero [class*="reveal"] {
opacity: 1 !important;
transform: none !important;
transition: none !important;
} .cases-page .cx-hero { padding: clamp(56px, 8vw, 92px) 0 clamp(40px, 5vw, 60px) !important; }
.cases-page .cx-hero-stats,
.cases-page .cx-hero-note { display: none !important; }
.cases-page .cx-hero-sub {
margin: 0 auto !important;
max-width: 540px;
}
.cases-page .cx-hero-sub br { display: none; } .sc-page .sc-hero { padding: clamp(52px, 7vw, 84px) 0 clamp(36px, 5vw, 52px) !important; }
.sc-page .sc-hero-sub {
max-width: 520px;
margin: 0 auto 18px !important;
}
.sc-page .sc-hero-sub br { display: none; }
.sc-page .sc-hero-meta {
gap: 6px 16px;
font-size: 12.5px;
}
@media (max-width: 640px) {
.cases-page .cx-hero { padding: 40px 0 28px !important; }
.sc-page .sc-hero    { padding: 36px 0 24px !important; }
} :root {
--micro-card-shadow: 0 22px 48px -34px rgba(10, 15, 30, 0.22);
--micro-card-shadow-hover: 0 30px 62px -34px rgba(10, 15, 30, 0.3);
--micro-field-line: rgba(10, 15, 30, 0.22);
--micro-field-line-hover: rgba(10, 15, 30, 0.36);
--micro-field-bg: rgba(255, 255, 255, 0.72);
}
body {
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}
:is(
.lp-hero-title,
.ab-hero-name,
.contact-hero-title,
.faq-hero-title,
.loc-title,
.cx-hero-title,
.sc-hero-title,
.svc-page .svc-hero-title
) {
text-shadow: 0 12px 30px rgba(8, 14, 28, 0.18);
}
:is(
.lp-hero-lead,
.ab-hero-lead,
.contact-hero-desc,
.faq-hero-desc,
.loc-desc,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub,
.svc-page .svc-hero-desc,
.lp-consult-desc,
.consult-desc,
.section-desc,
.form-desc,
.cases-meta-row dd,
.cases-outcome-sub,
.cc-confirm__desc,
.cc-step__desc,
.cc-trust-item__desc,
.board-note,
.faq-answer-inner :is(p, ul, ol)
) {
line-height: 1.82;
text-wrap: pretty;
}
:is(
.lp-hero-lead,
.ab-hero-lead,
.contact-hero-desc,
.faq-hero-desc,
.loc-desc,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub,
.svc-page .svc-hero-desc
) {
max-width: min(60ch, 100%);
}
:is(
.lp-hero-lead,
.ab-hero-lead,
.contact-hero-desc,
.faq-hero-desc,
.loc-desc,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub
) {
color: rgba(241, 244, 250, 0.78);
}
.svc-page .svc-hero-desc {
color: rgba(241, 244, 250, 0.88);
}
:is(
.board-card,
.info-card,
.cc-card,
.consult-card,
.cases-card,
.svc-card,
.svc-compare-card,
.svc-faq-item,
.svc-next,
.svc-final-inner,
.faq-item,
.cc-trust-item,
.cases-outcome
) {
box-shadow: var(--micro-card-shadow);
}
:is(
.board-card,
.info-card,
.cc-card,
.cases-card,
.svc-card,
.svc-compare-card,
.svc-faq-item,
.svc-next,
.svc-final-inner,
.faq-item,
.cc-trust-item
) {
border-color: rgba(10, 15, 30, 0.08);
}
:is(
.cases-card,
.svc-card,
.svc-compare-card,
.cc-trust-item,
.select-card,
.sc-option
) {
transition:
transform 0.22s ease,
box-shadow 0.22s ease,
border-color 0.22s ease,
background-color 0.22s ease;
}
:is(
.cases-card,
.svc-card,
.svc-compare-card,
.cc-trust-item,
.select-card,
.sc-option
):hover {
transform: translateY(-2px);
box-shadow: var(--micro-card-shadow-hover);
border-color: rgba(184, 146, 74, 0.28);
}
.faq-item:hover {
background: rgba(255, 255, 255, 0.38);
}
:is(
.lock-input,
.form-input,
.form-select,
.form-textarea,
.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,
.sc-input,
.ctc-input,
.ctc-textarea
) {
border-color: var(--micro-field-line);
caret-color: var(--navy);
transition:
border-color 0.22s ease,
background-color 0.22s ease,
box-shadow 0.22s ease;
}
:is(
.lock-input,
.form-input,
.form-select,
.form-textarea,
.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,
.sc-input,
.ctc-input,
.ctc-textarea
):hover {
border-color: var(--micro-field-line-hover);
}
:is(
.lock-input,
.form-input,
.form-select,
.form-textarea,
.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,
.sc-input,
.ctc-input,
.ctc-textarea
):focus,
:is(
.lock-input,
.form-input,
.form-select,
.form-textarea,
.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,
.sc-input,
.ctc-input,
.ctc-textarea
):focus-visible {
border-color: var(--navy) !important;
background-color: var(--micro-field-bg);
box-shadow: 0 18px 28px -26px rgba(10, 15, 30, 0.36);
}
:is(
.lock-input::placeholder,
.form-input::placeholder,
.form-textarea::placeholder,
.lp-consult-form input::placeholder,
.lp-consult-form textarea::placeholder,
.sc-input::placeholder,
.ctc-input::placeholder,
.ctc-textarea::placeholder
) {
color: rgba(74, 78, 86, 0.76);
opacity: 1;
}
.consult-card .consult-desc {
color: rgba(255, 255, 255, 0.78);
}
.cases-outcome {
border-radius: 12px;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.3),
var(--micro-card-shadow);
}
.faq-q-text,
.cases-card-title,
.consult-card .consult-title,
.svc-page .svc-card-title {
text-wrap: balance;
}
.svc-page .svc-proof-card {
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.08),
0 18px 34px -26px rgba(0, 0, 0, 0.36);
}
.svc-page .svc-hero-card {
box-shadow: 0 28px 52px -32px rgba(0, 0, 0, 0.42);
}
@media (max-width: 640px) {
:is(
.board-card,
.info-card,
.cc-card,
.cases-card,
.svc-card,
.svc-compare-card,
.svc-faq-item,
.svc-next,
.svc-final-inner,
.consult-card
) {
box-shadow: 0 16px 34px -30px rgba(10, 15, 30, 0.22);
}
.faq-item:hover,
.cases-card:hover,
.svc-card:hover,
.svc-compare-card:hover,
.cc-trust-item:hover,
.select-card:hover,
.sc-option:hover {
transform: none;
}
} :root {
--text-primary: #0f1728;
--text-secondary: #2f3948;
--text-muted: #616c7b;
--border-light: #ddd7ca;
--border-subtle: #e8e2d6;
--hero-body: rgba(255, 255, 255, 0.9);
--hero-muted: rgba(255, 255, 255, 0.8);
--hero-faint: rgba(255, 255, 255, 0.68);
}
body {
color: var(--text-primary);
}
:is(
.hero-desc,
.pasan-hero-desc,
.contact-hero-desc,
.faq-hero-desc,
.cases-desc,
.loc-desc,
.guide-hero-desc,
.lp-hero-lead,
.ab-hero-lead,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub,
.svc-page .svc-hero-desc
) {
color: rgba(245, 247, 252, 0.88);
}
:is(
.section-desc,
.page-excerpt,
.form-desc,
.legal-desc,
.pasan-card-desc,
.faq-group-desc,
.cases-head-sub,
.faq-answer-inner :is(p, ul, ol),
.cases-meta-row dd,
.cc-confirm__desc,
.cc-step__desc,
.cc-trust-item__desc,
.board-note,
.lp-consult-desc,
.consult-desc,
.svc-section-desc,
.svc-card-desc,
.svc-proof-card span
) {
color: var(--text-secondary);
}
:is(
.section-desc,
.page-excerpt,
.form-desc,
.legal-desc,
.pasan-card-desc,
.faq-group-desc,
.cases-head-sub,
.faq-answer-inner :is(p, ul, ol),
.cases-meta-row dd,
.cc-confirm__desc,
.cc-step__desc,
.cc-trust-item__desc,
.lp-consult-desc,
.consult-desc,
.svc-section-desc,
.svc-card-desc
) strong {
color: var(--text-primary);
font-weight: 700;
}
.svc-section--dark .svc-section-desc,
.consult-card .consult-desc,
.svc-page .svc-card-desc {
color: rgba(255, 255, 255, 0.84);
}
:is(
.lp-btn,
.ab-btn,
.svc-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.btn-action,
.sc-submit-btn,
.cx-btn,
.desktop-bottom-cta-btn,
.nav-cta
) {
min-height: 54px;
font-weight: 800;
letter-spacing: -0.012em;
}
:is(
.lp-btn--primary,
.ab-btn--primary,
.svc-btn--primary,
.btn-primary,
.submit-btn:not(.submit-btn--ghost),
.consult-btn:not(.consult-btn--ghost),
.cc-btn--gold,
.btn-action.navy,
.sc-submit-btn,
.cx-btn--primary,
.nav-cta
) {
box-shadow: 0 18px 34px -20px rgba(184, 146, 74, 0.72);
}
:is(
.lp-btn--ghost,
.ab-btn--ghost,
.ab-btn--outline,
.svc-btn--ghost,
.svc-btn--outline,
.submit-btn--ghost,
.consult-btn--ghost,
.btn-action.light,
.desktop-bottom-cta-btn.btn-outline
) {
color: var(--text-primary);
border-color: rgba(15, 23, 40, 0.16);
}
:is(
.lp-section-title,
.ab-section-title,
.section-title,
.section-heading,
.svc-section-title,
.faq-group-title,
.cases-head-title,
.consult-title,
.form-title,
.legal-title,
.page-title
) {
line-height: 1.28;
letter-spacing: -0.03em;
}
:is(
.faq-q-text,
.cases-card-title,
.cc-confirm__title,
.cc-step__label,
.svc-card-title,
.svc-proof-card strong
) {
color: var(--text-primary);
}
@media (max-width: 768px) {
html { font-size: 16px; }
body {
line-height: 1.74;
}
.inner,
.container,
.header-inner,
.footer-inner,
.svc-page .svc-container {
padding-left: 20px;
padding-right: 20px;
}
:is(
.hero-title,
.pasan-hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.loc-title,
.guide-hero h1,
.lp-hero-title,
.ab-hero-name,
.cx-hero-title,
.sc-hero-title,
.svc-page .svc-hero-title
) {
line-height: 1.2;
letter-spacing: -0.032em;
margin-bottom: 18px;
}
:is(
.hero-desc,
.pasan-hero-desc,
.contact-hero-desc,
.faq-hero-desc,
.cases-desc,
.loc-desc,
.guide-hero-desc,
.lp-hero-lead,
.ab-hero-lead,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub,
.svc-page .svc-hero-desc,
.section-desc,
.page-excerpt,
.form-desc,
.legal-desc,
.pasan-card-desc,
.faq-group-desc,
.cases-head-sub,
.faq-answer-inner :is(p, ul, ol),
.cases-meta-row dd,
.cc-confirm__desc,
.cc-step__desc,
.cc-trust-item__desc,
.lp-consult-desc,
.consult-desc,
.svc-section-desc,
.svc-card-desc
) {
font-size: 15.5px;
line-height: 1.84;
}
:is(
.lp-section-title,
.ab-section-title,
.section-title,
.section-heading,
.svc-section-title,
.faq-group-title,
.cases-head-title,
.consult-title,
.form-title,
.legal-title,
.page-title
) {
line-height: 1.26;
margin-bottom: 12px;
}
:is(
.lp-btn,
.ab-btn,
.svc-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.btn-action,
.sc-submit-btn,
.cx-btn,
.desktop-bottom-cta-btn,
.nav-cta
) {
min-height: 56px;
font-size: 15.5px;
padding-left: 20px;
padding-right: 20px;
}
:is(
.lp-hero-cta,
.ab-hero-cta,
.contact-hero-actions,
.loc-actions,
.svc-hero-card > .svc-card-actions,
.cc-cta__btns,
.btn-group,
.btn-action-group
) {
gap: 12px;
}
.faq-question {
padding: 22px 4px;
gap: 14px;
}
.faq-q-text {
font-size: 16.5px;
line-height: 1.55;
}
.cases-meta-row {
grid-template-columns: 64px minmax(0, 1fr);
gap: 14px;
}
:is(
.board-card,
.info-card,
.cc-card,
.cases-card,
.consult-card,
.svc-card,
.svc-compare-card,
.svc-faq-item,
.svc-next,
.svc-final-inner
) {
padding-left: clamp(18px, 4vw, 24px);
padding-right: clamp(18px, 4vw, 24px);
}
}
@media (max-width: 480px) {
:is(
.hero-title,
.pasan-hero-title,
.contact-hero-title,
.faq-hero-title,
.cases-title,
.loc-title,
.guide-hero h1,
.lp-hero-title,
.ab-hero-name,
.cx-hero-title,
.sc-hero-title,
.svc-page .svc-hero-title
) {
line-height: 1.18;
}
:is(
.hero-desc,
.pasan-hero-desc,
.contact-hero-desc,
.faq-hero-desc,
.cases-desc,
.loc-desc,
.guide-hero-desc,
.lp-hero-lead,
.ab-hero-lead,
.cx-hero-sub,
.sc-hero-desc,
.sc-hero-sub,
.svc-page .svc-hero-desc,
.section-desc,
.page-excerpt,
.form-desc,
.legal-desc,
.pasan-card-desc,
.faq-group-desc,
.cases-head-sub,
.faq-answer-inner :is(p, ul, ol),
.cases-meta-row dd,
.cc-confirm__desc,
.cc-step__desc,
.cc-trust-item__desc,
.lp-consult-desc,
.consult-desc,
.svc-section-desc,
.svc-card-desc
) {
font-size: 15px;
line-height: 1.82;
}
:is(
.lp-section-title,
.ab-section-title,
.section-title,
.section-heading,
.svc-section-title,
.faq-group-title,
.cases-head-title,
.consult-title,
.form-title,
.legal-title,
.page-title
) {
font-size: clamp(22px, 6vw, 28px);
}
:is(
.lp-btn,
.ab-btn,
.svc-btn,
.consult-btn,
.submit-btn,
.cc-btn,
.btn-action,
.sc-submit-btn,
.cx-btn,
.desktop-bottom-cta-btn,
.nav-cta
) {
min-height: 54px;
font-size: 15px;
}
} :is(
.board-table th,
.board-badge,
.form-label,
.faq-q-label,
.cases-meta-row dt,
.svc-kicker,
.svc-card-kicker,
.consult-kicker,
.section-kicker,
.hero-badge,
.contact-hero-kicker
) {
font-weight: 700;
letter-spacing: 0.14em;
}
:is(
.board-table th,
.form-label,
.m-head,
.faq-q-label,
.cases-meta-row dt,
.submit-sla,
.lock-msg
) {
color: var(--text-muted);
}
.board-badge {
color: #8a682f;
border-color: rgba(166, 130, 63, 0.48);
background: rgba(166, 130, 63, 0.06);
}
.faq-answer-inner,
.faq-note,
.q-box,
.a-box,
.detail-box {
line-height: 1.84;
}
.faq-note {
color: var(--text-primary);
background: rgba(166, 130, 63, 0.06);
border-left-color: var(--gold);
}
.q-box {
color: var(--text-primary);
border-color: rgba(10, 15, 30, 0.08);
}
.a-box {
background: #eef9f1;
border-color: #cdebd7;
color: #14532d;
}
.lock-form,
.mobile-card,
.info-block,
.map-container,
.form-card {
box-shadow: 0 22px 44px -34px rgba(10, 15, 30, 0.2);
}
.lock-form,
.mobile-card,
.info-block {
border-color: rgba(10, 15, 30, 0.08);
}
.mobile-card .m-title,
.info-block h3,
.detail-box .a-title {
color: var(--text-primary);
}
.mobile-card .m-head,
.mobile-card .m-foot,
.lock-msg,
.submit-sla {
font-size: 13.5px;
}
.loc-actions .btn-action,
.sec-actions .btn-action,
.contact-hero-actions .btn,
.lp-hero-cta .lp-btn,
.ab-hero-cta .ab-btn,
.svc-hero-card > .svc-card-actions .svc-btn,
.cc-cta__btns .cc-btn {
justify-content: center;
}
.loc-actions .btn-action,
.sec-actions .btn-action {
min-height: 48px;
}
.svc-hero .svc-btn--ghost,
.svc-hero .svc-btn--outline,
.lp-hero .lp-btn--ghost,
.ab-hero .ab-btn--ghost,
.contact-hero .btn-ghost,
.faq-hero .btn-ghost,
.location-hero .btn-ghost,
.cx-hero .btn-ghost,
.sc-hero .btn-ghost {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.42);
}
@media (max-width: 768px) {
:is(
.board-table th,
.board-badge,
.form-label,
.faq-q-label,
.cases-meta-row dt,
.svc-kicker,
.svc-card-kicker,
.consult-kicker,
.section-kicker,
.hero-badge,
.contact-hero-kicker
) {
font-size: 11.5px;
letter-spacing: 0.1em;
}
.faq-answer-inner {
padding: 0 2px 24px 0;
font-size: 15.5px;
}
.faq-note,
.q-box,
.a-box,
.detail-box,
.lock-form,
.mobile-card,
.info-block {
padding: 18px;
}
.mobile-card .m-title {
font-size: 16px;
line-height: 1.55;
}
.mobile-card .m-head,
.mobile-card .m-foot,
.lock-msg,
.submit-sla {
font-size: 13px;
line-height: 1.7;
}
.form-trust-bar {
font-size: 12.5px;
gap: 10px 14px;
}
.board-table th,
.board-table td {
padding-top: 16px;
padding-bottom: 16px;
}
.loc-actions,
.sec-actions {
width: 100%;
}
.loc-actions .btn-action,
.sec-actions .btn-action {
flex: 1 1 auto;
}
}
@media (max-width: 480px) {
.inner,
.container,
.header-inner,
.footer-inner,
.svc-page .svc-container {
padding-left: 16px;
padding-right: 16px;
}
.faq-answer-inner {
font-size: 15px;
padding-bottom: 22px;
}
.mobile-card .m-title,
.faq-q-text {
font-size: 16px;
}
.loc-actions .btn-action,
.sec-actions .btn-action,
.contact-hero-actions .btn,
.cc-cta__btns .cc-btn,
.svc-hero-card > .svc-card-actions .svc-btn {
width: 100%;
}
}