.clipo-faq {
  position: relative;
  width: 1728px;
  height: 1499px;
  overflow: hidden;
  background: var(--clipo-paper, #f7f7f6);
  color: var(--clipo-ink, #131313);
}

.clipo-faq__canvas,
.clipo-footer__canvas {
  position: relative;
  width: 1728px;
  transform-origin: left top;
}

.clipo-faq__canvas { height: 1499px; }
.clipo-faq p, .clipo-faq h2, .clipo-faq h3,
.clipo-footer p { margin: 0; }

.clipo-faq__heading-word {
  position: absolute;
  font-family: "Phonk", var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
  font-size: 157px;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -6.28px;
  text-transform: uppercase;
  white-space: nowrap;
}
.clipo-faq__heading-word--questions { top: 200px; left: 16px; width: 1268px; }
.clipo-faq__heading-word--before { top: 332px; left: 16px; width: 775px; }
.clipo-faq__heading-word--arrow { top: 332px; left: 813px; color: var(--clipo-line, #cacac9); }
.clipo-faq__heading-word--start { top: 464px; left: 16px; width: 1104px; }
.clipo-faq__heading-word--question { top: 464px; left: 1120px; color: var(--clipo-line, #cacac9); }

.clipo-faq__card,
.clipo-faq__decor {
  position: absolute;
  z-index: auto;
  box-sizing: border-box;
  border-radius: 32px;
}

.clipo-faq__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: 40px;
  color: var(--clipo-ink, #131313);
}
.clipo-faq__tail {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: var(--faq-tail-x, 184px);
  width: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
}
.clipo-faq__tail--mirrored { transform: scaleX(-1); }
.clipo-faq__card h3 {
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.93px;
  text-transform: none;
}
.clipo-faq__card p {
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.36px;
}

.clipo-faq__card--save { top: 677px; left: 428px; width: 385px; height: 210px; --faq-tail-x: 120px; background: #9be6c5; }
.clipo-faq__card--devices { top: 677px; left: 813px; width: 560px; height: 210px; --faq-tail-x: 416px; background: #2336f1; color: #f7f7f6; }
.clipo-faq__card--different { top: 887px; left: 16px; width: 412px; height: 388px; --faq-tail-x: 120px; background: #131313; color: #f7f7f6; }
.clipo-faq__card--figma { top: 887px; left: 428px; width: 555px; height: 231px; --faq-tail-x: 411px; background: #fad84c; }
.clipo-faq__card--source { top: 887px; left: 983px; width: 390px; height: 231px; --faq-tail-x: 120px; background: #131313; color: #f7f7f6; }
.clipo-faq__card--files { top: 1118px; left: 428px; width: 945px; height: 157px; --faq-tail-x: 801px; background: #f7b7d4; }

.clipo-faq__decor { background: #2336f1; overflow: visible; }
.clipo-faq__decor--one { top: 677px; left: 16px; width: 412px; height: 210px; --faq-tail-x: 268px; }
.clipo-faq__decor--three { top: 676px; left: 1372px; width: 340px; height: 217px; --faq-tail-x: 196px; background: #fad84c; }
.clipo-faq__decor--four { top: 893px; left: 1372px; width: 340px; height: 382px; --faq-tail-x: 196px; }
.clipo-faq__svg { position: absolute; display: block; max-width: none; overflow: hidden !important; pointer-events: none; }
.clipo-faq__svg--tall { top: 80px; left: 128.468px; width: 243.532px; height: 64.766px; }
.clipo-faq__svg--yellow { top: 80px; left: 47.013px; width: 245.975px; height: 56.555px; }
.clipo-faq__svg--glasses { top: 213.666px; left: 43.551px; width: 252.899px; height: 88.334px; }

.clipo-faq-mobile { display: none; }

.clipo-footer {
  position: relative;
  width: 1728px;
  height: 1736.67px;
  overflow: hidden;
  background: var(--clipo-paper, #f7f7f6);
}
.clipo-footer__canvas { height: 1736.67px; }
/* Fill the 16px connector only; leave the social flap area transparent. */
.clipo-footer__canvas::before {
  content: "";
  position: absolute;
  top: 1170px;
  left: 159px;
  width: 1410px;
  height: 16px;
  background: #2336f1;
  pointer-events: none;
}
.clipo-footer__rive {
  position: absolute;
  z-index: 1;
  top: 127px;
  left: 397px;
  width: 934px;
  height: 615px;
  overflow: hidden;
  pointer-events: none;
}
.clipo-footer__rive-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.clipo-footer__main { position: absolute; z-index: 2; top: 600px; left: 159px; display: grid; grid-template-columns: 840px 1fr; width: 1410px; height: 570px; border: 1px solid #ccd5f9; box-sizing: border-box; background: #2336f1; color: #f7f7f6; }
.clipo-footer__brand-panel { position: relative; min-width: 0; box-sizing: border-box; border-right: 1px solid #ccd5f9; padding: 24px 0 24px 16px; }
.clipo-footer__claim { margin: 0; font-family: "Phonk", var(--font-clipo-font-poster); font-size: 91px; font-weight: 400; line-height: 0.84; letter-spacing: -3.64px; text-transform: uppercase; }
/* The sticker belongs to the moving first row, so the existing mask reveals it with CLIP. */
.clipo-footer__claim-row:first-child::after,
.clipo-footer-mobile__claim-row:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 366px;
  width: 57.574px;
  height: 70px;
  background: url('/uploads/figma-clipo-faq-footer/footer-reference.png') center / contain no-repeat;
  pointer-events: none;
}
.clipo-footer__manifesto { position: absolute; top: 276px; left: 16px; color: #cacac9; font-family: var(--font-clipo-font-display); font-size: 18px; font-weight: 500; line-height: 1.15; letter-spacing: -0.36px; }
.clipo-footer__download { position: absolute; left: 16px; bottom: 69px; display: inline-flex; min-height: 53px; align-items: center; justify-content: center; box-sizing: border-box; padding: 16px; border: 1px solid #fad84c; background: #fad84c; color: #131313; font-family: var(--font-clipo-font-display); font-size: 18px; font-weight: 500; line-height: 1.15; text-decoration: none; }
.clipo-footer__copyright { position: absolute; left: 16px; bottom: 24px; color: #cacac9; font-family: var(--font-clipo-font-display); font-size: 18px; font-weight: 500; line-height: 1.15; letter-spacing: -0.36px; }
.clipo-footer__links-panel { position: relative; box-sizing: border-box; padding: 16px; }
.clipo-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.clipo-footer__nav div { display: flex; flex-direction: column; gap: 16px; }
.clipo-footer__nav a, .clipo-footer__products a { color: #f7f7f6; font-family: var(--font-clipo-font-display); font-size: 18px; font-weight: 500; line-height: 1.15; text-decoration: underline; }
.clipo-footer__products { position: absolute; left: 16px; bottom: 16px; display: flex; flex-direction: column; }
.clipo-footer__products a { display: flex; align-items: center; height: 28px; text-decoration: none; }
.clipo-footer__products span { margin-left: 16px; font-family: "Phonk", var(--font-clipo-font-poster); font-size: 31px; line-height: 0.9; }
.clipo-footer__top { position: absolute; right: 16px; bottom: 16px; display: grid; width: 56px; height: 56px; place-items: center; box-sizing: border-box; border: 1px solid #a3b4f4; background: #2336f1; color: #f7f7f6; font-family: var(--font-clipo-font-poster); font-size: 31px; text-decoration: none; }
.clipo-footer__handle { position: absolute; width: 16px; height: 16px; box-sizing: border-box; border: 1px solid #f7f7f6; background: #a3b4f4; }
.clipo-footer__download .clipo-footer__handle { border-color: #2336f1; background: #fad84c; }
.clipo-footer__handle--tl { top: -9px; left: -9px; }.clipo-footer__handle--tr { top: -9px; right: -9px; }.clipo-footer__handle--br { right: -9px; bottom: -9px; }.clipo-footer__handle--bl { bottom: -9px; left: -9px; }
.clipo-footer__socials { position: absolute; z-index: 2; top: 1186px; left: 159px; display: grid; grid-template-columns: repeat(3, 470px); width: 1410px; height: 470.67px; background: transparent; perspective: 1100px; perspective-origin: 50% 0; }
.clipo-footer__socials a { position: relative; display: grid; place-items: center; border: 1px solid #a3b4f4; background: #2336f1; color: #f7f7f6; font-family: var(--font-clipo-font-display); font-size: 31px; font-weight: 500; line-height: 1.03; letter-spacing: -0.93px; text-decoration: none; transform-origin: 50% 0; transform-style: preserve-3d; backface-visibility: hidden; -webkit-backface-visibility: hidden; will-change: transform; }
.clipo-footer__socials.is-clipo-social-flap-complete a { will-change: auto; }

.clipo-footer-mobile { display: none; }

@media (max-width: 768px) {
  .clipo-faq {
    width: 390px;
    height: auto;
    overflow: hidden;
  }

  .clipo-faq__canvas { display: none; }

  .clipo-faq-mobile {
    display: flex;
    width: 390px;
    min-height: 1212.277px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 80px;
    padding: 120px 16px;
    background: var(--clipo-paper, #f7f7f6);
    color: var(--clipo-ink, #131313);
  }

  .clipo-faq-mobile p,
  .clipo-faq-mobile h2,
  .clipo-faq-mobile h3 { margin: 0; }

  .clipo-faq-mobile__heading {
    position: relative;
    width: 358px;
    height: 81px;
    flex: 0 0 81px;
    font-family: "Phonk", var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
    font-size: 32px;
    font-weight: 400;
    line-height: 0.84;
    letter-spacing: -1.28px;
    text-transform: uppercase;
  }

  .clipo-faq-mobile__heading:not(.is-clipo-push-ready) span {
    visibility: hidden;
  }

  .clipo-faq-mobile__heading > span { position: absolute; white-space: nowrap; }
  .clipo-faq-mobile__heading-questions { top: 0; left: 0; width: 358px; }
  .clipo-faq-mobile__heading-before { top: 27px; left: 0; }
  .clipo-faq-mobile__heading-arrow { top: 27px; left: 162px; color: var(--clipo-line, #cacac9); }
  .clipo-faq-mobile__heading-start { top: 54px; left: 0; width: 225px; }
  .clipo-faq-mobile__heading-mark { top: 54px; left: 225px; color: var(--clipo-line, #cacac9); }

  .clipo-faq-mobile__content {
    display: flex;
    width: 358px;
    flex-direction: column;
    gap: 40px;
  }

  .clipo-faq-mobile__stack {
    position: relative;
    width: 358px;
    isolation: isolate;
  }

  .clipo-faq-mobile__item {
    position: relative;
    display: flex;
    width: 358px;
    flex-direction: column;
    margin-bottom: -16px;
  }

  .clipo-faq-mobile__item--save { z-index: 6; }
  .clipo-faq-mobile__item--devices { z-index: 5; }
  .clipo-faq-mobile__item--different { z-index: 4; }
  .clipo-faq-mobile__item--figma { z-index: 3; }
  .clipo-faq-mobile__item--source { z-index: 2; }
  .clipo-faq-mobile__item--files { z-index: 1; }

  .clipo-faq-mobile__bubble {
    display: flex;
    width: 358px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border-radius: 32px;
    color: var(--clipo-ink, #131313);
  }

  .clipo-faq-mobile__item--devices .clipo-faq-mobile__bubble { background: #2336f1; color: #f7f7f6; }
  .clipo-faq-mobile__item--figma .clipo-faq-mobile__bubble { background: #fad84c; }
  .clipo-faq-mobile__item--save .clipo-faq-mobile__bubble { min-height: 94px; background: #9be6c5; }
  .clipo-faq-mobile__item--different .clipo-faq-mobile__bubble { min-height: 109px; background: #131313; color: #f7f7f6; }
  .clipo-faq-mobile__item--source .clipo-faq-mobile__bubble { background: #131313; color: #f7f7f6; }
  .clipo-faq-mobile__item--files .clipo-faq-mobile__bubble { background: #f7b7d4; }

  .clipo-faq-mobile__bubble h3 {
    width: 294px;
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -0.63px;
    text-transform: none;
  }

  .clipo-faq-mobile__bubble p {
    width: 294px;
    margin-top: 24px;
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.28px;
  }

  .clipo-faq-mobile__item[data-deferred-answer] .clipo-faq-mobile__bubble p { display: none; }
  .clipo-faq-mobile.is-expanded .clipo-faq-mobile__item[data-deferred-answer] .clipo-faq-mobile__bubble p { display: block; }

  .clipo-faq-mobile__tail-row {
    position: relative;
    width: 358px;
    height: 16px;
    flex: 0 0 16px;
  }

  .clipo-faq-mobile__tail-row img {
    position: absolute;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    max-width: none;
  }

  .clipo-faq-mobile__tail-row--left img { left: 56px; }
  .clipo-faq-mobile__tail-row--right img { right: 40px; }
  .clipo-faq-mobile__tail--mirrored { transform: scaleX(-1); }

  .clipo-faq-mobile__mascots {
    position: relative;
    z-index: 1;
    display: grid;
    width: 358px;
    height: 204.277px;
    grid-template-columns: repeat(2, 179px);
  }

  .clipo-faq-mobile__mascots > img {
    display: block;
    width: 179px;
    height: 204.277px;
    max-width: none;
  }

  .clipo-faq-mobile__more {
    position: relative;
    display: flex;
    width: 358px;
    flex-direction: column;
    margin-top: 40px;
  }

  .clipo-faq-mobile__more[hidden] { display: none; }
  .clipo-faq-mobile__more .clipo-faq-mobile__item:last-child { margin-bottom: 0; }

  .clipo-faq-mobile__load {
    position: relative;
    display: flex;
    width: 358px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #2336f1;
    border-radius: 0;
    background: transparent;
    color: #131313;
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.28px;
    cursor: pointer;
    appearance: none;
  }

  .clipo-faq-mobile__load:focus-visible { outline: 2px solid #131313; outline-offset: 4px; }

  .clipo-faq-mobile__load-handle {
    position: absolute;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #f7f7f6;
    background: #2336f1;
  }

  .clipo-faq-mobile__load-handle--tl { top: -5px; left: -5px; }
  .clipo-faq-mobile__load-handle--tr { top: -5px; right: -5px; }
  .clipo-faq-mobile__load-handle--br { right: -5px; bottom: -5px; }
  .clipo-faq-mobile__load-handle--bl { bottom: -5px; left: -5px; }

  .clipo-footer {
    width: 390px;
    height: 1247.5px;
    overflow: hidden;
  }

  .clipo-footer__canvas { display: none; }

  .clipo-footer-mobile {
    display: flex;
    width: 390px;
    height: 1247.5px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    padding: 120px 16px 40px;
    background: var(--clipo-paper, #f7f7f6);
  }

  .clipo-footer-mobile p { margin: 0; }

  .clipo-footer-mobile__mascot {
    width: 467px;
    height: 307.5px;
    flex: 0 0 307.5px;
    margin-bottom: -69px;
    overflow: hidden;
  }

  .clipo-footer-mobile__mascot-canvas {
    display: block;
    width: 467px;
    height: 307.5px;
    max-width: none;
  }

  .clipo-footer-mobile__shell {
    position: relative;
    display: flex;
    width: 358px;
    height: 849px;
    flex: 0 0 849px;
    flex-direction: column;
    gap: 16px;
    background: #2336f1;
    color: #f7f7f6;
  }

  .clipo-footer-mobile__panels {
    display: flex;
    width: 358px;
    height: 683px;
    flex: 0 0 683px;
    flex-direction: column;
  }

  .clipo-footer-mobile__brand {
    display: flex;
    width: 358px;
    height: 258px;
    box-sizing: border-box;
    flex: 0 0 258px;
    flex-direction: column;
    gap: 40px;
    padding: 16px;
    border: 1px solid #ccd5f9;
  }

  .clipo-footer-mobile__brand-copy {
    display: flex;
    width: 326px;
    height: 126px;
    flex-direction: column;
    gap: 24px;
  }

  .clipo-footer-mobile__claim {
    width: 326px;
    height: 66px;
    color: #f7f7f6;
    font-family: "Phonk", var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
    font-size: 26px;
    font-weight: 400;
    line-height: 0.84;
    letter-spacing: -1.04px;
    text-transform: uppercase;
  }

  .clipo-footer-mobile__claim:not(.is-clipo-push-ready) {
    visibility: hidden;
  }

  .clipo-footer-mobile__claim-row:first-child::after {
    left: 104.571px;
    width: 16.45px;
    height: 20px;
  }

  .clipo-footer-mobile__manifesto,
  .clipo-footer-mobile__copyright,
  .clipo-footer-mobile__download {
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.28px;
  }

  .clipo-footer-mobile__manifesto {
    width: 326px;
    height: 36px;
    color: #cacac9;
  }

  .clipo-footer-mobile__brand-actions {
    display: flex;
    width: 326px;
    height: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .clipo-footer-mobile__download {
    position: relative;
    display: flex;
    width: 145px;
    height: 34px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #2336f1;
    background: #fad84c;
    color: #131313;
    text-decoration: none;
    white-space: nowrap;
  }

  .clipo-footer-mobile__copyright {
    width: 326px;
    height: 18px;
    color: #cacac9;
  }

  .clipo-footer-mobile__links {
    display: flex;
    width: 358px;
    height: 425px;
    box-sizing: border-box;
    flex: 0 0 425px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    padding: 16px;
    border: 1px solid #ccd5f9;
  }

  .clipo-footer-mobile__links-content {
    display: flex;
    width: 326px;
    height: 313px;
    flex-direction: column;
    gap: 80px;
  }

  .clipo-footer-mobile__nav {
    display: grid;
    width: 326px;
    height: 169px;
    grid-template-columns: repeat(2, 155px);
    gap: 16px;
  }

  .clipo-footer-mobile__nav > div {
    display: flex;
    height: 169px;
    flex-direction: column;
    gap: 16px;
  }

  .clipo-footer-mobile__nav a,
  .clipo-footer-mobile__products a {
    color: #f7f7f6;
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.36px;
  }

  .clipo-footer-mobile__nav a {
    display: block;
    width: 155px;
    height: 21px;
    text-decoration: underline;
    text-underline-position: from-font;
  }

  .clipo-footer-mobile__products {
    display: flex;
    width: 326px;
    height: 64px;
    flex-direction: column;
    gap: 8px;
  }

  .clipo-footer-mobile__products a {
    display: flex;
    width: 326px;
    height: 28px;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    white-space: nowrap;
  }

  .clipo-footer-mobile__products span {
    font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
    font-size: 31px;
    font-weight: 400;
    line-height: 0.9;
  }

  .clipo-footer-mobile__top {
    position: relative;
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    place-items: center;
    box-sizing: border-box;
    border: 1px solid #a3b4f4;
    background: #2336f1;
    color: #f7f7f6;
    font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
    font-size: 31px;
    font-weight: 400;
    line-height: 0.9;
    text-decoration: none;
  }

  .clipo-footer-mobile__socials {
    display: flex;
    width: 358px;
    height: 150px;
    flex: 0 0 150px;
    flex-direction: column;
  }

  .clipo-footer-mobile__socials a {
    position: relative;
    display: flex;
    width: 358px;
    height: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #a3b4f4;
    background: #2336f1;
    color: #f7f7f6;
    font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -0.51px;
    text-align: center;
    text-decoration: none;
  }

  .clipo-footer-mobile__handle {
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #f7f7f6;
    background: #a3b4f4;
  }

  .clipo-footer-mobile__download .clipo-footer-mobile__handle {
    border-color: #2336f1;
    background: #fad84c;
  }

  .clipo-footer-mobile__handle--tl { top: -5px; left: -5px; }
  .clipo-footer-mobile__handle--tr { top: -5px; right: -5px; }
  .clipo-footer-mobile__handle--br { right: -5px; bottom: -5px; }
  .clipo-footer-mobile__handle--bl { bottom: -5px; left: -5px; }

  .clipo-footer-mobile__socials a:last-child .clipo-footer-mobile__handle--tl,
  .clipo-footer-mobile__socials a:last-child .clipo-footer-mobile__handle--bl { left: -4px; }

  .clipo-footer-mobile__socials a:last-child .clipo-footer-mobile__handle--tr,
  .clipo-footer-mobile__socials a:last-child .clipo-footer-mobile__handle--br { right: -6px; }

  .clipo-footer-mobile a:focus-visible { outline: 2px solid #131313; outline-offset: 3px; }
}
