

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  
  --ink:        #0F172A;
  --ink-2:      #475569;
  --ink-3:      #7C8899;
  --paper:      #FFFFFF;
  --paper-2:    #F6F7F9;
  --line:       #E1E5EA;
  --line-2:     #CBD2DA;

  --brand:      #0F5F5C;
  --brand-ink:  #0A4644;
  --brand-soft: #E7F1F0;

  --ok:         #15803D;  --ok-soft:   #ECF6EF;
  --warn:       #9A6410;  --warn-soft: #FBF3E4;
  --bad:        #B3352F;  --bad-soft:  #FBEDEC;

  --r:    4px;   
  --r-lg: 6px;
  --w:    64rem; 
}

:root {
  
  --bp-s: 734px;
  --bp-m: 1068px;

  --w: 1260px;
}

section { padding: 200px 0; }
@media (max-width: 1068px) { section { padding: 120px 0; } }
@media (max-width: 734px)  { section { padding: 60px 0; } }

.hero { padding: 120px 0 160px; }
@media (max-width: 1068px) { .hero { padding: 80px 0 100px; } }
@media (max-width: 734px)  { .hero { padding: 56px 0 64px; } }

h1 {
  font-size: 64px;            
  line-height: 1.15;          
  letter-spacing: -0.025em;   
  font-weight: 600;
}
@media (max-width: 1068px) { h1 { font-size: 48px; line-height: 1.1875; } }
@media (max-width: 734px)  { h1 { font-size: 36px; line-height: 1.25; } }

h2 {
  font-size: 48px;            
  line-height: 1.1875;        
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (max-width: 1068px) { h2 { font-size: 40px; line-height: 1.2; } }
@media (max-width: 734px)  { h2 { font-size: 28px; line-height: 1.3; } }

h3 {
  font-size: 24px;
  line-height: 1.3334;
  letter-spacing: -0.015em;
  font-weight: 600;
}
@media (max-width: 734px) { h3 { font-size: 20px; } }

body {
  font-size: 17px;
  line-height: 1.5882;        
  letter-spacing: -0.01em;
}

.lede {
  font-size: 24px;
  line-height: 1.375;         
  letter-spacing: -0.015em;
  font-weight: 400;
}
@media (max-width: 1068px) { .lede { font-size: 21px; } }
@media (max-width: 734px)  { .lede { font-size: 18px; } }

.small, caption { font-size: 14px; line-height: 1.45; letter-spacing: 0; }

:root {
  --ink:     #1d1d1f;   
  --ink-2:   #6e6e73;   
  --ink-3:   #86868b;   
  --paper-2: #f5f5f7;   
}

:root { --ease: cubic-bezier(.33, 1, .68, 1); }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  word-break: keep-all;     
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand-ink); }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }

h1, h2, h3, h4 { margin: 0 0 .5rem; }
h4 { font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
p  { margin: 0 0 1rem; }

.wrap { max-width: var(--w); margin: 0 auto; padding: 0 1.25rem; }
.lede { color: var(--ink-2); }   
.small { color: var(--ink-3); }  
.num { font-variant-numeric: tabular-nums; }  

.eyebrow {
  font-size: .73rem; font-weight: 700; letter-spacing: .14em;
  color: var(--brand); text-transform: uppercase; margin: 0 0 .7rem;
}

section.alt {
  background: var(--paper-2);
}

section.alt { border-top: 1px solid rgba(0,0,0,.045); border-bottom: 1px solid rgba(0,0,0,.045); }

.hero {
  position: relative;
  
  background:
    radial-gradient(110% 80% at 82% -12%,
      rgba(15,95,92,.10) 0%,
      rgba(15,95,92,.04) 38%,
      transparent 70%),
    linear-gradient(180deg, #fbfcfc 0%, var(--paper) 55%);
}

.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(0,0,0,.06) 20%, rgba(0,0,0,.06) 80%, transparent);
}

:root {
  --grain:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: var(--grain);
  
  mix-blend-mode: multiply;
  opacity: .55;
}

section.alt { position: relative; }
section.alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--grain);
  mix-blend-mode: multiply;
  opacity: .5;
}
section.alt > * { position: relative; z-index: 1; }

.card, .plan, .note, table {
  position: relative;
  background-image: linear-gradient(180deg,
    rgba(255,255,255,.9) 0%,
    rgba(255,255,255,0) 42%);
}

.card::before, .plan::before, .note::before {
  content: "";
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent, rgba(255,255,255,.95) 30%, rgba(255,255,255,.95) 70%, transparent);
}

.grid-paper {
  position: relative;
  background-image:
    linear-gradient(rgba(15,95,92,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,95,92,.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.grid-paper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 80% at 50% 50%,
    transparent 40%, var(--paper) 100%);
}
.grid-paper > * { position: relative; z-index: 1; }

@media (prefers-contrast: more) {
  body::before, section.alt::before, .grid-paper { background-image: none; }
}
@media print {
  body::before, section.alt::before,
  .card::before, .plan::before, .note::before,
  .grid-paper, .grid-paper::after { display: none !important; background-image: none !important; }
}

.site-head {
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(1.2);
}
.site-head .wrap {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 56px;
}
.brand {
  font-weight: 700; font-size: 1.05rem; letter-spacing: -.02em;
  color: var(--ink); text-decoration: none; flex: none;
}
.brand span { color: var(--brand); }
.site-nav { margin-left: auto; display: flex; gap: 1.3rem; align-items: center; }
.site-nav a { color: var(--ink-2); text-decoration: none; font-size: .93rem; font-weight: 500; }
.site-nav a:hover { color: var(--brand); }

#navAuth { display: flex; align-items: center; }

#navAuth:empty { display: none; }

.nav-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  cursor: pointer;
  object-fit: cover;
  display: block;
  background: var(--brand);
  color: #fff;
}
.nav-avatar:hover { border-color: var(--brand); }

.nav-avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  
  overflow: hidden;
  
  -webkit-user-select: none;
  user-select: none;
}

.nav-user-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 9rem;
  padding: 0.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
  z-index: 30;
  
  display: none;
}
.nav-user-menu.active { display: block; }

.nav-user-menu a {
  display: block;
  padding: 0.45rem 0.7rem;
  border-radius: var(--r);
  font-size: 0.92rem;
  color: var(--ink-2);
  white-space: nowrap;
}
.nav-user-menu a:hover {
  background: var(--paper-2);
  color: var(--ink);
  text-decoration: none;
}

@media (max-width: 480px) {
  .nav-user-menu { right: -0.5rem; }
}

.btn {
  display: inline-block; padding: .62rem 1.1rem;
  border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--paper); color: var(--ink);
  font-size: .95rem; font-weight: 600; text-decoration: none;
  transition: background-color .12s, border-color .12s;
}
.btn:hover { background: var(--paper-2); border-color: var(--ink-3); color: var(--ink); }
.btn.primary {
  background: var(--brand); border-color: var(--brand); color: #fff;
}
.btn.primary:hover { background: var(--brand-ink); border-color: var(--brand-ink); color: #fff; }
.btn-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.4rem; }

.btn:disabled,
.btn[aria-disabled="true"] {
  background: var(--paper-2);
  border-color: var(--line);
  color: var(--ink-3);
  cursor: not-allowed;
  
  pointer-events: none;
}

.hero-grid {
  display: grid; gap: 2.4rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 62rem) {
  .hero-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
}
.hero h1 { margin-bottom: .8rem; }
.hero .lede { font-size: 1.18rem; line-height: 1.7; max-width: 34rem; }

.tw { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table {
  border-collapse: collapse; width: 100%;
  font-size: .9rem; background: var(--paper);
}
caption {
  caption-side: top; text-align: left;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em;
  color: var(--ink-3); text-transform: uppercase;
  padding: 0 0 .5rem;
}
th, td {
  text-align: left; padding: .55rem .7rem;
  border-bottom: 1px solid var(--line);
}
thead th {
  font-size: .74rem; font-weight: 700; letter-spacing: .06em;
  color: var(--ink-3); text-transform: uppercase;
  background: var(--paper-2);
  border-bottom: 1.5px solid var(--line-2);
  white-space: nowrap;
}
td.n, th.n { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 1px solid var(--line-2); }

.tag {
  display: inline-block; padding: .1rem .45rem;
  border-radius: var(--r); font-size: .78rem; font-weight: 600;
  border: 1px solid transparent; white-space: nowrap;
}
.tag.ok   { background: var(--ok-soft);   color: var(--ok);   border-color: #C6E3CF; }
.tag.warn { background: var(--warn-soft); color: var(--warn); border-color: #EAD6AC; }
.tag.bad  { background: var(--bad-soft);  color: var(--bad);  border-color: #EFC9C6; }
tr.flag td { background: var(--bad-soft); }
tr.flag td:first-child { font-weight: 700; }

.table-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.15rem 1.25rem 1.3rem;
  background: var(--paper);
  
  box-shadow:
    0 1px 2px rgba(15,23,42,.04),
    0 6px 16px -6px rgba(15,23,42,.08),
    0 24px 48px -24px rgba(15,23,42,.12);
}

.cols { display: grid; gap: 1.6rem; grid-template-columns: minmax(0,1fr); }
@media (min-width: 48rem) { .cols.two { grid-template-columns: 1fr 1fr; } }
@media (min-width: 62rem) { .cols.three { grid-template-columns: repeat(3, 1fr); } }

.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.5rem 1.6rem;
  background: var(--paper);
  box-shadow: 0 1px 2px rgba(15,23,42,.03), 0 8px 24px -12px rgba(15,23,42,.07);
}
.panel h3 { margin-top: 0; }
.panel p:last-child { margin-bottom: 0; }

.steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.steps li {
  counter-increment: s; position: relative;
  padding: .9rem 0 .9rem 3rem;
  border-bottom: 1px solid var(--line);
}
.steps li:last-child { border-bottom: none; }
.steps li::before {
  content: counter(s, decimal-leading-zero);
  position: absolute; left: 0; top: .95rem;
  font-variant-numeric: tabular-nums; font-weight: 700;
  font-size: .85rem; color: var(--brand);
  border: 1px solid var(--brand); border-radius: var(--r);
  padding: .05rem .35rem;
}
.steps b { display: block; font-size: 1rem; }
.steps span { color: var(--ink-2); font-size: .93rem; }

.quote {
  border-left: 3px solid var(--brand); background: var(--brand-soft);
  padding: 1rem 1.2rem; border-radius: 0 var(--r) var(--r) 0; margin: 1.2rem 0;
}
.quote p:last-child { margin-bottom: 0; }

.note {
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  background: var(--paper-2); padding: .9rem 1.1rem; font-size: .93rem;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.scope-item {
  background: var(--paper);
  padding: 1.15rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.scope-n {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.scope-name {
  font-size: .88rem;
  color: var(--ink-2);
  word-break: keep-all;
}
.scope-name small {
  display: block;
  font-size: .72rem;
  color: var(--ink-3);
  margin-top: .12rem;
}

.scope-item.total { background: var(--brand-soft); }
.scope-item.total .scope-n { color: var(--brand-ink); }
.scope-item.total .scope-name { color: var(--brand-ink); font-weight: 600; }
@media (max-width: 734px) {
  .scope-n { font-size: 1.6rem; }
  .scope-item { padding: .9rem .85rem 1rem; }
}

.plans { display: grid; gap: 1rem; grid-template-columns: minmax(0,1fr); }
@media (min-width: 54rem) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan {
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: 1.2rem 1.2rem 1.4rem; display: flex; flex-direction: column;
  background: var(--paper);
}
.plan.hl { border: 2px solid var(--brand); }
.plan .kind {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3);
}
.plan.hl .kind { color: var(--brand); }
.plan h3 { margin: .3rem 0 .1rem; font-size: 1.12rem; }
.plan .price {
  font-size: 1.75rem; font-weight: 700; letter-spacing: -.03em;
  font-variant-numeric: tabular-nums; margin: .4rem 0 0;
}
.plan .price small { font-size: .9rem; font-weight: 400; color: var(--ink-3); }
.plan .sum { color: var(--ink-2); font-size: .9rem; margin: .1rem 0 .8rem; }
.plan ul { margin: 0; padding-left: 1.05rem; font-size: .92rem; color: var(--ink-2); flex: 1; }
.plan li { margin: .3rem 0; }

.price-vat {
  margin: -.35rem 0 .6rem;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
}

.row { display: flex; align-items: baseline; gap: .6rem; }
.row.end { justify-content: space-between; align-items: center; margin-top: 1rem; }
.row h3 { margin: 0; flex: 1; }

.panel.dim { opacity: .62; }
.panel.dim:hover { transform: none; }

#cards .panel { display: flex; flex-direction: column; }
#cards .panel .small:first-of-type { flex: 1; }

.site-foot {
  border-top: 1px solid var(--line); background: var(--paper-2);
  padding: 2rem 0 2.5rem; font-size: .87rem; color: var(--ink-2);
}
.site-foot a { color: var(--ink-2); }
.site-foot .legal { color: var(--ink-3); font-size: .82rem; line-height: 1.9; }
.site-foot .legal b { color: var(--ink-2); }
.foot-links { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-bottom: .9rem; }

@media print {
  .site-head, .btn-row, .site-nav { display: none !important; }
  body { font-size: 11pt; }
  section { padding: 1rem 0; border-top: 1px solid #ccc; break-inside: avoid; }
  .panel, .plan, .table-card { break-inside: avoid; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
}

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

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    section > .wrap > *,
    .hero-grid > * {
      animation: rise linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 42%;
    }
    @keyframes rise {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: none; }
    }
  }
}

.panel, .table-card, .plan {
  transition: transform .28s cubic-bezier(.2,.7,.3,1),
              box-shadow .28s cubic-bezier(.2,.7,.3,1),
              border-color .2s;
}
@media (hover: hover) {
  .panel:hover, .plan:hover {
    transform: translateY(-2px);
    border-color: var(--line-2);
    box-shadow: 0 2px 4px rgba(15,23,42,.04), 0 14px 32px -14px rgba(15,23,42,.13);
  }
  .table-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 1px 2px rgba(15,23,42,.05),
      0 10px 22px -8px rgba(15,23,42,.1),
      0 32px 60px -28px rgba(15,23,42,.16);
  }
}

tbody tr { transition: background-color .15s; }
@media (hover: hover) {
  tbody tr:hover td { background: var(--paper-2); }
  tbody tr.flag:hover td { background: #F7E3E1; }
}

@media (prefers-reduced-motion: no-preference) {
  tr.flag td { animation: ink 2.6s cubic-bezier(.4,0,.2,1) .5s both; }
  @keyframes ink {
    from { background: transparent; }
    to   { background: var(--bad-soft); }
  }
}

.btn { transition: background-color .16s, border-color .16s,
                   transform .12s, box-shadow .16s; }
@media (hover: hover) {
  .btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -6px rgba(15,95,92,.45);
  }
}
.btn:active { transform: translateY(0) scale(.985); }

.panel h3 a, .site-foot a, .lede a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px; background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s cubic-bezier(.2,.7,.3,1);
  text-decoration: none;
}
.panel h3 a:hover, .site-foot a:hover, .lede a:hover { background-size: 100% 1px; }

.steps li { transition: background-color .2s; }
@media (hover: hover) {
  .steps li:hover { background: var(--paper-2); }
  .steps li:hover::before { background: var(--brand); color: #fff; }
}
.steps li::before { transition: background-color .2s, color .2s; }

.site-head { transition: box-shadow .25s, background-color .25s; }
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .site-head {
      animation: lift linear both;
      animation-timeline: scroll();
      animation-range: 0 90px;
    }
    @keyframes lift {
      to { box-shadow: 0 1px 3px rgba(15,23,42,.07), 0 6px 20px -12px rgba(15,23,42,.16); }
    }
  }
}

[id] { scroll-margin-top: 5rem; }

@media (prefers-reduced-motion: no-preference) {
@supports (animation-timeline: view()) {

  section:not(.hero) > .wrap > .eyebrow,
  section:not(.hero) > .wrap > h2,
  section:not(.hero) > .wrap > .lede {
    animation: ap-rise linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 35%;
  }
  @keyframes ap-rise {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: none; }
  }

  section:not(.hero) > .wrap > .cols,
  section:not(.hero) > .wrap > .plans,
  section:not(.hero) > .wrap > .tw,
  section:not(.hero) > .wrap > .steps,
  section:not(.hero) > .wrap > .note {
    animation: ap-rise linear both;
    animation-timeline: view();
    animation-range: entry 18% cover 42%;
  }

  .hero .table-card {
    animation: ap-settle linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
    transform-origin: center 40%;
  }
  @keyframes ap-settle {
    from { opacity: 0; transform: scale(1.06) translateY(30px); }
    to   { opacity: 1; transform: none; }
  }

  .table-card tbody tr {
    animation: ap-row linear both;
    animation-timeline: view();
  }
  .table-card tbody tr:nth-child(1) { animation-range: entry 12% cover 30%; }
  .table-card tbody tr:nth-child(2) { animation-range: entry 16% cover 34%; }
  .table-card tbody tr:nth-child(3) { animation-range: entry 20% cover 38%; }
  .table-card tbody tr:nth-child(4) { animation-range: entry 24% cover 42%; }
  .table-card tbody tr:nth-child(5) { animation-range: entry 28% cover 46%; }
  @keyframes ap-row {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: none; }
  }

  .steps li {
    animation: ap-rise linear both;
    animation-timeline: view();
  }
  .steps li:nth-child(1) { animation-range: entry 14% cover 34%; }
  .steps li:nth-child(2) { animation-range: entry 18% cover 38%; }
  .steps li:nth-child(3) { animation-range: entry 22% cover 42%; }
  .steps li:nth-child(4) { animation-range: entry 26% cover 46%; }

  .plan {
    animation: ap-rise linear both;
    animation-timeline: view();
  }
  .plan:nth-child(1) { animation-range: entry 16% cover 36%; }
  .plan:nth-child(2) { animation-range: entry 20% cover 40%; }
  .plan:nth-child(3) { animation-range: entry 24% cover 44%; }
}

.hero .eyebrow  { animation: ap-in .8s var(--ease) .05s both; }
.hero h1        { animation: ap-in .8s var(--ease) .12s both; }
.hero .lede     { animation: ap-in .8s var(--ease) .22s both; }
.hero .btn-row  { animation: ap-in .8s var(--ease) .32s both; }
@keyframes ap-in {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

@media (hover: hover) {
  .panel, .plan, .table-card {
    transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  }
  .panel:hover, .plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 6px rgba(29,29,31,.04),
                0 18px 40px -16px rgba(29,29,31,.16);
  }
  .table-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(29,29,31,.05),
                0 12px 26px -10px rgba(29,29,31,.1),
                0 36px 64px -30px rgba(29,29,31,.16);
  }
}

}  
