/* WP WellCare home design — generated from reference, managed by Novamira. Do not hand-edit. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --berry: #0C1A30; --mulberry: #1E3860; --rose: #E8563A;
    --violet: #2A4888; --iris: #5A86E0; --lavender: #B0C8F0;
    --petal: #EEF3FA; --cream: #F4EDE8; --ink: #1A2640;
    --stone: #6A84A0; --deep-violet: #060F1E; --white: #ffffff;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.7; overflow-x: hidden; }
  h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; }

  .wc-btncl { clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%); }
  .wc-btnsm { clip-path: polygon(7px 0%, 100% 0%, calc(100% - 7px) 100%, 0% 100%); }

  .diamond { display: inline-block; width: 8px; height: 8px; background: var(--mulberry); transform: rotate(45deg); flex-shrink: 0; }
  .wc-dmr { background: var(--rose); }
  .wc-dmi { background: var(--iris); }
  .wc-div { display: flex; align-items: center; justify-content: center; position: relative; height: 0; }
  .wc-div::before { content: ''; display: block; width: 14px; height: 14px; background: var(--mulberry); transform: rotate(45deg); position: relative; z-index: 2; }

  .wc-lbl { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mulberry); margin-bottom: 14px; }
  .wc-lbllt { color: var(--iris); }
  .wc-wrap { max-width: 1160px; margin: 0 auto; padding: 0 80px; }
  @media (max-width: 900px) { .wc-wrap { padding: 0 24px; } }

  /* NAV */

  .wc-navin { max-width: 1440px; margin: 0 auto; padding: 0 80px; width: 100%; display: flex; align-items: center; gap: 48px; }
  .wc-navlg { font-family: 'DM Sans', sans-serif; font-size: 20px; font-weight: 500; text-decoration: none; white-space: nowrap; }
  .wc-navlg span:first-child { color: var(--white); }
  .wc-navlg span:last-child { color: var(--rose); }
  .wc-navlk { display: flex; gap: 32px; margin-left: auto; }
  .wc-navlk a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .wc-navlk a:hover { color: rgba(255,255,255,0.9); }
  .wc-navct { background: var(--mulberry); color: var(--white); padding: 10px 24px; font-size: 13px; font-weight: 500; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
  .wc-navct:hover { background: var(--rose); }
  @media (max-width: 900px) { .wc-navin { padding: 0 24px; } .wc-navlk { display: none; } }

  /* HERO */
  .wc-hero { background: var(--berry); min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; }
  #hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
  .wc-hin { max-width: 860px; margin: 0 auto; padding: 140px 80px 120px; position: relative; z-index: 2; }
  .wc-hcnt { }
  .wc-hbdg { display: inline-block; background: var(--mulberry); color: var(--white); font-size: 12px; font-weight: 500; padding: 6px 16px; border-radius: 20px; margin-bottom: 32px; letter-spacing: 0.02em; }
  .wc-hero h1 { font-size: clamp(44px, 5.5vw, 76px); color: var(--white); margin-bottom: 28px; line-height: 1.08; max-width: 780px; }
  .wc-hsub { font-size: 18px; color: var(--lavender); max-width: 580px; line-height: 1.75; margin-bottom: 44px; }
  .wc-hbtn { display: flex; gap: 16px; margin-bottom: 52px; flex-wrap: wrap; }
  .wc-htr { display: flex; gap: 28px; flex-wrap: wrap; }
  .wc-trit { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--lavender); }
  .wc-trdt { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); flex-shrink: 0; }

  .wc-btnp { background: var(--mulberry); color: var(--white); padding: 16px 36px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
  .wc-btnp:hover { background: var(--rose); transform: translateY(-2px); }
  .wc-btno { background: transparent; color: var(--iris); border: 1.5px solid var(--iris); padding: 15px 36px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-block; transition: all 0.2s; }
  .wc-btno:hover { border-color: var(--lavender); color: var(--lavender); transform: translateY(-2px); }

  @media (max-width: 900px) {
    .wc-hin { padding: 100px 24px 80px; }
    .wc-hero h1 { font-size: 42px; }
  }

  /* IS THIS YOU */
  .wc-ity { background: var(--petal); padding: 80px 0 0; position: relative; overflow: visible; }
  .wc-h2 { font-size: clamp(36px, 4vw, 54px); color: var(--berry); margin-bottom: 48px; }
  .wc-h2lt { color: var(--white); }
  .wc-sc { text-align: center; }
  .bullets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; max-width: 900px; margin: 0 auto 48px; text-align: left; }
  .bullet-item { display: flex; gap: 14px; align-items: flex-start; }
  .bullet-item .diamond { margin-top: 8px; }
  .bullet-text { font-size: 16px; color: var(--berry); line-height: 1.65; }
  .wc-cl { font-family: 'Playfair Display', serif; font-size: 24px; font-style: italic; color: var(--mulberry); text-align: center; }
  @media (max-width: 700px) { .bullets-grid { grid-template-columns: 1fr; } }

  /* FEATURES */
  .wc-feat { background: var(--white); padding: 80px 0 0; position: relative; overflow: hidden; }
  .wc-sub { font-size: 17px; color: var(--stone); max-width: 660px; margin: 0 auto 40px; text-align: center; line-height: 1.75; }
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .wc-fc {
    padding: 28px; border: 1px solid #F4EDE8; background: var(--white);
    position: relative; overflow: visible;
    transition: border-color 0.3s, transform 0.3s;
  }
  .wc-fc:hover { border-color: var(--petal); transform: translateY(-4px); }
  .wc-fc::after { content: ''; position: absolute; top: 6px; left: 6px; right: -6px; bottom: -6px; background: var(--petal); z-index: -1; opacity: 0; transition: opacity 0.3s; }
  .wc-fc:hover::after { opacity: 1; }
  .wc-fdwr { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; position: relative; }
  .wc-fd3d { width: 100%; height: 100%; }
  .wc-fc h3 { font-size: 18px; color: var(--berry); margin-bottom: 12px; line-height: 1.35; }
  .wc-fc p { font-size: 14px; color: var(--stone); line-height: 1.7; }
  @media (max-width: 900px) { .features-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } }

  /* PRICING */
  .wc-pr { background: var(--deep-violet); padding: 100px 0; position: relative; overflow: hidden; }
  .wc-prsb { font-size: 16px; color: var(--lavender); text-align: center; margin-bottom: 56px; }
  .wc-prgr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
  .wc-fcfr { border-color: rgba(232,86,58,0.25) !important; }
  .wc-ft { display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .wc-ftit { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: var(--lavender); line-height: 1.5; }
  .wc-ft .wc-pldt { margin-top: 5px; }
  .wc-prcd { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); padding: 24px; display: flex; flex-direction: column; gap: 14px; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .wc-prcd:hover { background: rgba(255,255,255,0.11); border-color: rgba(255,255,255,0.25); transform: translateY(-4px); }
  .wc-prcd.wc-pp { border-color: rgba(232,86,58,0.5); background: rgba(232,86,58,0.1); transform: translateY(-12px); }
  .wc-prcd.wc-pp:hover { transform: translateY(-16px); }
  .wc-ppbdg { background: var(--rose); color: var(--white); font-size: 10px; font-weight: 500; padding: 4px 12px; border-radius: 20px; display: inline-block; width: fit-content; letter-spacing: 0.04em; }
  .wc-plnm { font-size: 12px; font-weight: 500; color: var(--lavender); letter-spacing: 0.04em; }
  .wc-plpr { font-family: 'Playfair Display', serif; font-size: 40px; color: var(--white); line-height: 1; }
  .wc-plpr span { font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--lavender); font-weight: 400; }
  .wc-pldv { height: 1px; background: rgba(255,255,255,0.1); }
  .wc-plbt { display: block; text-align: center; text-decoration: none; color: var(--white); font-size: 13px; font-weight: 500; padding: 12px; transition: opacity 0.2s, transform 0.15s; margin-top: auto; }
  .wc-plbt:hover { opacity: 0.85; transform: translateY(-1px); }
  .wc-dv { text-align: center; font-size: 14px; color: var(--iris); padding: 16px; border: 1px solid rgba(90,134,224,0.2); background: rgba(42,72,136,0.1); }
  .wc-dv strong { color: var(--lavender); }
  .wc-prbg { position: absolute; transform: rotate(45deg); pointer-events: none; }
  @media (max-width: 1000px) { .wc-prgr { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 700px) { .wc-prgr { grid-template-columns: 1fr; } }

  /* FOUNDING */
  .wc-fn { background: var(--petal); padding: 100px 0; position: relative; }
  .wc-fnin { max-width: 760px; margin: 0 auto; text-align: center; }
  .wc-fn h2 { font-size: clamp(36px, 4vw, 52px); color: var(--berry); margin-bottom: 24px; }
  .wc-fn p { font-size: 17px; color: var(--mulberry); line-height: 1.75; margin-bottom: 12px; }
  .wc-fnp { font-size: 17px; color: var(--mulberry); line-height: 1.75; margin-bottom: 20px; }
  .wc-fnbd { margin-bottom: 20px; }
  .wc-fnlbl { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mulberry); margin-bottom: 14px; display: block; }
  .wc-fnh2 { font-size: clamp(36px, 4vw, 52px); color: var(--berry); margin-bottom: 28px; display: block; }
  .wc-fnlb { display: block; overflow: hidden; line-height: 1.2; }
  .wc-fnli { display: block; transform: translateY(110%); opacity: 0; }
  .wc-fnnt { font-size: 15px; color: var(--stone); margin-bottom: 40px; }
  .wc-btnf { background: var(--mulberry); color: var(--white); padding: 18px 48px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
  .wc-btnf:hover { background: var(--rose); transform: translateY(-2px); }

  /* ABOUT */
  .wc-ab { background: var(--cream); padding: 100px 0; position: relative; }
  .wc-abin { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
  .wc-abph {
    background: transparent;
    border: none;
    aspect-ratio: 1 / 1;
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
  }
  .wc-abph::after { display: none; }

  .wc-abpd {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 8%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: block;
    position: absolute;
    top: 0; left: 0;
    transition: transform 0.6s ease;
    filter: drop-shadow(0 24px 60px rgba(12,26,48,0.35));
  }
  .wc-abpw {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  .wc-abph:hover .wc-abpd {
    transform: scale(1.03);
  }
  /* Diamond border accent — rotated square outline behind the photo */
  .wc-abpb {
    position: absolute;
    inset: -12px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(135deg, var(--mulberry), var(--rose), var(--iris));
    z-index: -1;
    opacity: 0.25;
  }
  /* Second outer ring — even larger, more transparent */
  .wc-abpr {
    position: absolute;
    inset: -28px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(135deg, var(--rose), var(--iris));
    z-index: -2;
    opacity: 0.1;
  }
  .wc-abph::after { content: ''; position: absolute; top: 8px; left: 8px; right: -8px; bottom: -8px; border: 1px solid rgba(232,86,58,0.15); z-index: -1; }
  .wc-abcnt { padding-top: 8px; }
  .wc-abcnt h2 { font-size: clamp(36px, 3.5vw, 52px); color: var(--berry); margin-bottom: 24px; }
  .wc-abcnt p { font-size: 16px; color: var(--berry); line-height: 1.8; margin-bottom: 20px; }
  .wc-absg { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--mulberry); margin-top: 8px; margin-bottom: 4px; }
  .wc-abtl { font-size: 14px; color: var(--stone); }
  @media (max-width: 900px) { .wc-abin { grid-template-columns: 1fr; gap: 48px; } .wc-abph { aspect-ratio: 4/3; } }

  /* FINAL CTA */
  .wc-cta { background: var(--berry); padding: 120px 0; position: relative; overflow: hidden; }
  .wc-ctabg { position: absolute; transform: rotate(45deg); pointer-events: none; }
  .wc-ctain { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .wc-cta h2 { font-size: clamp(38px, 5vw, 62px); color: var(--white); margin-bottom: 24px; }
  .wc-cta p { font-size: 18px; color: var(--lavender); line-height: 1.75; max-width: 720px; margin: 0 auto 48px; }
  .wc-btnc { background: var(--rose); color: var(--white); padding: 20px 56px; font-size: 16px; font-weight: 500; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
  .wc-btnc:hover { background: var(--mulberry); transform: translateY(-2px); }

  /* FOOTER */

  .wc-ftgr { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .wc-ftlg { font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 500; margin-bottom: 12px; }
  .wc-ftlg span:first-child { color: var(--white); }
  .wc-ftlg span:last-child { color: var(--rose); }
  .wc-fttg { font-size: 14px; color: var(--stone); line-height: 1.65; max-width: 300px; }
  .wc-ftcl h4 { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); margin-bottom: 16px; }
  .wc-ftcl a { display: block; font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
  .wc-ftcl a:hover { color: var(--rose); }
  .wc-ftdv { height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 24px; position: relative; }
  .wc-ftdv::after { content: ''; position: absolute; left: 50%; top: -4px; transform: translateX(-50%) rotate(45deg); width: 8px; height: 8px; background: var(--mulberry); opacity: 0.6; }
  .wc-ftbt { display: flex; justify-content: space-between; align-items: center; }
  .wc-ftcp { font-size: 12px; color: rgba(255,255,255,0.3); }
  .wc-ftem { font-size: 13px; color: var(--rose); text-decoration: none; }
  .wc-ftem:hover { color: var(--lavender); }
  @media (max-width: 700px) { .wc-ftgr { grid-template-columns: 1fr; gap: 32px; } .wc-ftbt { flex-direction: column; gap: 12px; text-align: center; } }

  .wc-spc { padding-top: 16px; }

  /* ── LINE SPLIT REVEAL ── */
  .line-split-wrap {
    overflow: hidden;
    display: block;
  }
  .line-split-inner {
    display: block;
    transform: translateY(105%);
    opacity: 0;
  }
  /* Founding section overrides for line split */
  .wc-fn h2 { overflow: hidden; }
  .wc-fnlb {
    display: block;
    overflow: hidden;
  }
  .wc-fnli {
    display: block;
    transform: translateY(110%);
    opacity: 0;
  }

  /* Cursor trailer */
  #cursor-dot {
    position: fixed; width: 6px; height: 6px;
    background: var(--rose); border-radius: 50%;
    pointer-events: none; z-index: 9998;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
  }
  #cursor-ring {
    position: fixed; width: 32px; height: 32px;
    border: 1.5px solid rgba(232,86,58,0.5);
    border-radius: 50%; pointer-events: none; z-index: 9997;
    transform: translate(-50%, -50%) rotate(45deg);
    mix-blend-mode: screen;
  }
  body { cursor: none; }
  a, button, .wc-btnp, .wc-btno, .wc-btnf, .wc-btnc, .wc-navct, .wc-plbt { cursor: none; }

  /* Spotlight on wc-pr cards */
  .wc-prcd { isolation: isolate; }

  /* Parallax sections */
  .parallax-bg { will-change: transform; }

  /* Char animation base */
  .char { display: inline-block; }

  /* Section wc-rv clip */
  .clip-reveal { clip-path: inset(0 100% 0 0); }

  /* Glitch text effect */
  @keyframes glitch-1 {
    0%, 100% { clip-path: inset(0 0 95% 0); transform: translate(-2px, 0); }
    25% { clip-path: inset(30% 0 50% 0); transform: translate(2px, 0); }
    50% { clip-path: inset(60% 0 20% 0); transform: translate(-1px, 0); }
    75% { clip-path: inset(80% 0 5% 0); transform: translate(1px, 0); }
  }
  @keyframes glitch-2 {
    0%, 100% { clip-path: inset(50% 0 30% 0); transform: translate(2px, 0); }
    33% { clip-path: inset(10% 0 70% 0); transform: translate(-2px, 0); }
    66% { clip-path: inset(75% 0 10% 0); transform: translate(1px, 0); }
  }

  /* Animations handled by GSAP gsap.from() — no CSS base states needed */

  /* ── STACKING CARDS ── */
  .wc-skot {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 80px;
  }
  .wc-skin {
    position: relative;
    width: min(560px, 90vw);
    height: 300px;  /* visible card area */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wc-skcd {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    background: var(--white);
    border: 1px solid rgba(30,56,96,0.15);
    padding: 48px 52px;
    will-change: transform, opacity;
    transform-origin: center bottom;
    box-shadow: 0 8px 40px rgba(12,26,48,0.08);
    min-height: 240px;
  }
  .wc-sknm {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    color: rgba(30,56,96,0.07);
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 28px;
  }
  .wc-skbd { position: relative; z-index: 1; }
  .wc-sktx {
    font-family: 'Playfair Display', serif;
    font-size: clamp(20px, 2.8vw, 30px);
    color: var(--berry);
    line-height: 1.35;
    font-weight: 600;
  }

  /* ── HORIZONTAL SCROLL ── */
  .wc-hsot {
    overflow: hidden;
    position: relative;
  }
  .wc-hspn {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wc-hstk {
    display: flex;
    gap: 20px;
    padding: 16px 80px 24px;
    width: max-content;
    will-change: transform;
  }
  .wc-hc {
    width: 320px;
    flex-shrink: 0;
    position: relative;
    transition: none;
    padding: 28px 28px 32px;
    border: 1px solid #F4EDE8;
    background: var(--white);
    box-shadow: 0 2px 12px rgba(12,26,48,0.04);
  }
  .wc-hcnm {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(30,56,96,0.07);
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 18px;
  }
  .wc-hspg {
    width: calc(100% - 160px);
    margin: 0 80px;
    height: 2px;
    background: rgba(30,56,96,0.12);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .wc-hspb {
    height: 100%;
    background: linear-gradient(90deg, var(--mulberry), var(--rose), var(--iris));
    width: 0%;
    transform-origin: left;
    border-radius: 2px;
  }
  @media (max-width: 900px) {
    .wc-hstk { padding: 16px 24px 24px; }
    .wc-hc { width: 260px; }
    .wc-hspg { width: calc(100% - 48px); margin: 0 24px; }
  }

  /* ── DIAMOND DIVIDER SPACING ── */
  .wc-div { margin-bottom: 80px; }
  .wc-spc .wc-div { margin-bottom: 72px; }

  /* ── STACK CARD DIAMONDS ── */
  .wc-skdm { width: 10px; height: 10px; transform: rotate(45deg); display: inline-block; margin-bottom: 20px; flex-shrink: 0; }
  .wc-dmm { background: var(--mulberry); }
  .wc-skcl { margin-top: 24px; font-size: 20px; }

  /* ── FEATURE ACCENT COLOURS ── */
  .wc-acm { background: var(--mulberry); }
  .wc-acv   { background: var(--violet); }
  .wc-acr     { background: var(--rose); }
  .wc-aci     { background: var(--iris); }

  /* ── PRICING BACKGROUND DIAMONDS ── */
  .wc-prbg1 { width: 200px; height: 200px; top: 60px; right: 80px; background: var(--iris); opacity: 0.07; }
  .wc-prbg2 { width: 120px; height: 120px; bottom: 80px; left: 60px; background: var(--rose); opacity: 0.06; }

  /* ── CTA BACKGROUND DIAMONDS ── */
  .wc-ctabg1 { width: 200px; height: 200px; top: 20px; left: 50%; margin-left: -100px; background: var(--rose); opacity: 0.06; }
  .wc-ctabg2 { width: 100px; height: 100px; bottom: 60px; left: 100px; background: var(--iris); opacity: 0.07; }

  /* ── PLAN DOTS ── */
  .wc-pldt { width: 6px; height: 6px; transform: rotate(45deg); flex-shrink: 0; margin-top: 6px; }
  .wc-pldr { background: var(--rose); }
  .wc-pldi { background: var(--iris); }

  /* ── PLAN BUTTON VARIANTS ── */
  .wc-plbg   { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); }
  .wc-plbv  { background: var(--violet); }
  .wc-plbr    { background: var(--rose); }
  .wc-plbm { background: var(--mulberry); }

  /* ── PLAN UPGRADE NOTE ── */
  .wc-plun { color: var(--rose); font-size: 11px; display: block; }

  /* ── FOUNDING SECTION WRAPPERS ── */
  .wc-fnlw { overflow: hidden; }
  .wc-fnbw   { overflow: hidden; display: inline-block; }
  .wc-fnbi  { display: inline-block; transform: translateY(110%); opacity: 0; }
