:root {
  --ink: #171717;
  --muted: #686868;
  --line: #c7c7c7;
  --paper: #eeeeec;
  --white: #ffffff;
  --soft: #e2e2e0;
  --dark-soft: #303030;
  --radius-lg: 42px;
  --radius-md: 24px;
  --content: 1560px;
  --shadow: 0 22px 50px rgba(18, 18, 18, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #0074ff; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 8px 16px; background: var(--ink); color: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.mobile-only { display: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(var(--content), calc(100% - 80px)); min-height: 140px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 172px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 44px; font-size: 16px; font-weight: 600; letter-spacing: .08em; }
.site-nav > a:not(.header-cta) { position: relative; padding: 10px 0; }
.site-nav > a:not(.header-cta)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav > a:not(.header-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 14px 24px; background: var(--ink); color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .06em; border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.header-cta { min-height: 52px; padding: 12px 22px; }
.header-cta span, .button span, .text-link span { font-size: 18px; line-height: 1; }
.header-cta:hover, .button:hover { background: #4b4b4b; transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; background: transparent; border: 0; }

.section-wrap { width: min(var(--content), calc(100% - 80px)); margin: 0 auto; }
.section-wrap--wide { width: min(1680px, calc(100% - 40px)); }
.section-heading { position: relative; z-index: 1; }
.section-heading--compact { max-width: 720px; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading--row > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.section-label { margin: 0 0 10px; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.32; letter-spacing: 0; }
h1 { margin-bottom: 28px; font-size: clamp(44px, 5.1vw, 96px); font-weight: 800; letter-spacing: -.04em; }
h2 { margin-bottom: 32px; font-size: clamp(31px, 3.3vw, 58px); font-weight: 800; letter-spacing: -.04em; }
h3 { margin-bottom: 16px; font-size: 21px; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; min-height: 900px; padding-top: 140px; overflow: hidden; }
.hero__copy { position: relative; z-index: 2; padding: 48px 0 80px; }
.eyebrow { margin-bottom: 26px; color: var(--muted); font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.hero__lead { max-width: 680px; margin-bottom: 32px; color: #444; font-size: 17px; line-height: 2; }
.hero__note { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.hero__visual { position: relative; min-height: 610px; }
.hero__deco { position: absolute; top: 38px; right: 3%; width: 52%; height: auto; opacity: .9; transform: rotate(7deg); }
.hero__orbit { position: absolute; border: 1px solid #b6b6b4; border-radius: 50%; transform: rotate(-25deg); }
.hero__orbit--one { top: 103px; right: 4%; width: 81%; height: 415px; }
.hero__orbit--two { top: 195px; right: 0; width: 76%; height: 300px; border-color: #d0d0ce; transform: rotate(19deg); }
.hero__device { position: absolute; display: grid; gap: 10px; padding: 22px; background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.hero__device span { font-size: 12px; font-weight: 800; }
.hero__device i { display: block; width: 100%; height: 7px; background: #d4d4d2; border-radius: 99px; }
.hero__device i:nth-of-type(2) { width: 72%; background: var(--ink); }
.hero__device i:nth-of-type(3) { width: 86%; }
.hero__device--main { top: 200px; right: 17%; width: 280px; height: 200px; transform: rotate(-7deg); }
.hero__device--small { top: 420px; left: 8%; width: 160px; height: 120px; padding: 15px; transform: rotate(11deg); }
.hero__device--small span { font-size: 10px; }
.hero__person { position: absolute; width: 58px; height: 178px; border: 3px solid var(--ink); border-radius: 45% 45% 15% 15%; background: #d8d8d6; }
.hero__person::before { position: absolute; top: -52px; left: 5px; width: 42px; height: 42px; border: 3px solid var(--ink); border-radius: 50%; background: #d8d8d6; content: ""; }
.hero__person::after { position: absolute; top: 35px; left: -31px; width: 28px; height: 100px; border: 3px solid var(--ink); border-right: 0; border-radius: 90% 0 0 90%; content: ""; transform: rotate(20deg); }
.hero__person span { position: absolute; right: -29px; top: 38px; width: 27px; height: 103px; border: 3px solid var(--ink); border-left: 0; border-radius: 0 90% 90% 0; transform: rotate(-20deg); }
.hero__person--left { bottom: 70px; left: 20%; transform: rotate(8deg); }
.hero__person--right { right: 5%; bottom: 46px; transform: scale(.8) rotate(-8deg); }
.hero__label { position: absolute; z-index: 2; padding: 5px 12px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 700; border-radius: 999px; }
.hero__label--one { top: 143px; left: 12%; transform: rotate(-8deg); }
.hero__label--two { top: 362px; right: 7%; transform: rotate(7deg); }
.hero__label--three { bottom: 37px; left: 42%; transform: rotate(-5deg); }
.hero__path { position: absolute; width: 100px; border-top: 1px dashed var(--ink); }
.hero__path--one { top: 252px; left: 6%; transform: rotate(22deg); }
.hero__path--two { bottom: 140px; right: 28%; transform: rotate(-26deg); }

.check-panel { position: relative; margin-bottom: 150px; padding: 60px 62px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.check-panel::after { position: absolute; right: 6%; bottom: 20px; width: 100px; height: 40px; border-bottom: 2px solid var(--ink); border-radius: 50%; content: ""; transform: rotate(-5deg); }
.check-panel h2 { margin-bottom: 36px; font-size: clamp(30px, 3vw, 50px); }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; border-top: 1px solid var(--line); }
.check-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; align-items: start; min-height: 110px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.check-item span, .card-number, .choice-card span, .service-index, .policy-points span { color: var(--muted); font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.check-item p { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.65; }
.check-panel__note { max-width: 690px; margin: 34px 0 0; font-size: 15px; font-weight: 700; }

.problems { margin-bottom: 180px; }
.problems .section-heading { max-width: 620px; margin-bottom: 55px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.problem-card { min-height: 610px; padding: 34px 32px; background: var(--white); border: 1px solid #d9d9d7; border-radius: var(--radius-md); }
.problem-card .card-number { margin-bottom: 40px; }
.problem-card h3 { min-height: 58px; font-size: 20px; }
.problem-card ul { margin: 0 0 30px; padding: 0; list-style: none; color: #555; font-size: 14px; line-height: 1.85; }
.problem-card ul li::before { margin-right: 8px; content: "・"; }
.solution { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.solution strong { display: block; margin-bottom: 10px; font-size: 16px; }
.solution ul { margin-bottom: 0; }

.choices { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 10%; align-items: start; margin-bottom: 180px; }
.choices__intro { position: sticky; top: 120px; }
.choices__intro h2 { margin-bottom: 28px; font-size: clamp(31px, 3.4vw, 56px); }
.choices__intro > p:last-child { color: var(--muted); font-size: 15px; line-height: 2; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.choice-card { display: flex; min-height: 160px; flex-direction: column; justify-content: space-between; padding: 26px 24px; background: var(--white); border-radius: var(--radius-md); box-shadow: 0 10px 25px rgba(0,0,0,.04); }
.choice-card strong { font-size: 22px; }
.choice-card small { color: var(--muted); font-size: 13px; line-height: 1.5; }

.services { margin-bottom: 170px; }
.services .section-heading { margin-bottom: 46px; }
.service-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.service-tabs span { padding: 9px 20px; background: var(--dark-soft); color: var(--white); font-size: 14px; border-radius: 999px; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.service-grid article { min-height: 275px; padding: 24px 22px; background: var(--white); border-radius: var(--radius-md); }
.service-grid h3 { margin: 40px 0 12px; font-size: 20px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.integration-panel { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: 30px; margin-top: 22px; padding: 46px 52px; background: var(--soft); border-radius: var(--radius-lg); }
.integration-panel h3 { margin-bottom: 12px; }
.integration-panel p { margin-bottom: 0; color: #555; font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; align-content: start; gap: 8px; }
.tag-list span { padding: 8px 15px; background: #70706e; color: var(--white); font-size: 12px; border-radius: 999px; }
.integration-panel__note { grid-column: 2; }

.cases { margin-bottom: 180px; }
.cases .section-heading { margin-bottom: 50px; }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.case-card { overflow: hidden; padding-bottom: 28px; background: var(--white); border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(0,0,0,.05); }
.case-card__image { display: grid; place-items: center; height: 280px; padding: 18px; background: #e3e3e1; }
.case-card__image img { width: 100%; height: 100%; object-fit: contain; }
.case-card > :not(.case-card__image) { margin-right: 28px; margin-left: 28px; }
.case-card__label { display: inline-flex; margin-top: 22px; padding: 5px 12px; background: var(--ink); color: var(--white); font-size: 11px; border-radius: 999px; }
.case-card h3 { margin-top: 13px; margin-bottom: 12px; font-size: 20px; }
.case-card > p:not(.case-card__label) { min-height: 74px; margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-card ul { margin: 0; padding: 15px 0 0; border-top: 1px solid var(--line); list-style: none; color: #555; font-size: 12px; line-height: 1.8; }
.case-card li::before { margin-right: 7px; content: "→"; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 42px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 15px; font-weight: 700; }
.text-link:hover { opacity: .65; }

.policy { position: relative; overflow: hidden; margin-bottom: 180px; padding: 100px 88px 0; background: #d8d8d6; border-radius: var(--radius-lg); }
.policy__watermark { position: absolute; top: 24px; right: 30px; color: rgba(255,255,255,.52); font-family: Arial, sans-serif; font-size: clamp(70px, 11vw, 210px); font-weight: 800; letter-spacing: -.08em; line-height: .8; text-transform: uppercase; }
.policy__content { position: relative; z-index: 1; max-width: 1040px; }
.policy .section-heading { margin-bottom: 28px; }
.policy__copy { max-width: 600px; margin-bottom: 50px; font-size: 16px; line-height: 2.2; }
.policy-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.policy-points > div { min-height: 190px; padding: 22px 20px; background: rgba(255,255,255,.75); border-radius: var(--radius-md); }
.policy-points strong { display: block; margin: 28px 0 10px; font-size: 15px; }
.policy-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.policy__photos { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 16px; margin: 60px -40px 0; }
.policy__photos img { width: 100%; height: 250px; object-fit: cover; border-radius: 24px 24px 0 0; filter: grayscale(10%); }
.policy__photos img:first-child { height: 300px; }

.faq { margin-bottom: 180px; }
.faq .section-heading { margin-bottom: 42px; }
.faq-list { max-width: 1120px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; min-height: 88px; padding: 22px 60px 22px 52px; font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { position: absolute; left: 0; color: var(--muted); content: "Q"; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; }
.faq-list summary::after { position: absolute; right: 12px; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; content: "+"; font-size: 21px; font-weight: 400; line-height: 27px; text-align: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 850px; margin: -4px 60px 26px 52px; color: var(--muted); font-size: 14px; line-height: 1.9; }

.contact { margin-bottom: 180px; }
.contact__panel { position: relative; overflow: hidden; padding: 82px 88px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact__panel::before { position: absolute; top: -120px; right: -60px; width: 360px; height: 360px; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.contact__panel::after { position: absolute; top: 62px; right: 100px; width: 190px; height: 70px; border-bottom: 1px solid var(--ink); border-radius: 50%; content: ""; transform: rotate(16deg); }
.contact__panel > * { position: relative; z-index: 1; }
.contact__panel > p:not(.contact__recipient):not(.contact__safety) { max-width: 660px; margin-bottom: 32px; color: var(--muted); }
.contact__button { min-width: 220px; }
.contact__recipient { margin: 25px 0 7px; font-size: 13px; }
.contact__recipient a { border-bottom: 1px solid var(--ink); }
.contact__safety { max-width: 640px; margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.privacy-link { padding: 0; background: transparent; border: 0; border-bottom: 1px solid var(--muted); color: var(--muted); font-size: 12px; cursor: pointer; }

.company { margin-bottom: 160px; }
.company .section-heading { margin-bottom: 46px; }
.company-table { max-width: 1120px; margin: 0 auto; }
.company-table > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 30px; padding: 22px 0; border-top: 1px solid var(--line); }
.company-table > div:last-child { border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--muted); font-size: 13px; font-weight: 700; }
.company-table dd { margin: 0; font-size: 16px; font-weight: 700; }
.company-table ul { display: flex; flex-wrap: wrap; gap: 6px 30px; margin: 0; padding: 0; list-style: none; }
.company-table li::before { margin-right: 8px; content: "・"; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 60px max(40px, calc((100% - var(--content)) / 2)) 32px; background: var(--ink); color: var(--white); }
.site-footer .brand { filter: brightness(0) invert(1); }
.site-footer p { margin: 16px 0 0; color: #c5c5c5; font-size: 13px; }
.site-footer__links { display: flex; gap: 26px; font-size: 13px; }
.site-footer__links a:hover { text-decoration: underline; }
.site-footer small { grid-column: 1 / -1; color: #888; font-size: 11px; letter-spacing: .1em; }

.privacy-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.privacy-modal[aria-hidden="false"] { visibility: visible; opacity: 1; }
.privacy-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.privacy-modal__dialog { position: relative; max-width: 560px; padding: 44px; background: var(--white); border-radius: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.privacy-modal__dialog h2 { margin-bottom: 22px; font-size: 28px; }
.privacy-modal__dialog p:not(.section-label) { color: var(--muted); font-size: 14px; }
.privacy-modal__close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; padding: 0; background: transparent; border: 0; font-size: 30px; line-height: 1; cursor: pointer; }

@media (max-width: 1100px) {
  .site-header__inner { width: min(var(--content), calc(100% - 48px)); min-height: 106px; }
  .site-nav { gap: 22px; font-size: 14px; }
  .header-cta { padding: 11px 17px; font-size: 12px; }
  .section-wrap { width: min(var(--content), calc(100% - 48px)); }
  .hero { grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); min-height: 770px; padding-top: 105px; }
  .hero__visual { min-height: 500px; }
  .hero__device--main { right: 12%; }
  .hero__person--left { left: 12%; }
  .problem-card { padding: 28px 24px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-grid article:nth-child(4), .service-grid article:nth-child(5) { min-height: 220px; }
  .policy { padding: 76px 56px 0; }
  .policy-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  html { scroll-behavior: auto; }
  body { font-size: 15px; }
  .mobile-only { display: block; }
  .site-header__inner { width: calc(100% - 36px); min-height: 82px; }
  .brand img { width: 140px; }
  .menu-toggle { position: relative; z-index: 22; display: grid; align-content: center; gap: 5px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 21; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; padding: 100px 28px 40px; background: var(--paper); font-size: 24px; opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .menu-open .site-nav { visibility: visible; opacity: 1; transform: none; }
  .site-nav > a:not(.header-cta) { padding: 4px 0; }
  .header-cta { margin-top: 18px; font-size: 14px; }
  .section-wrap, .section-wrap--wide { width: calc(100% - 36px); }
  h1 { margin-bottom: 22px; font-size: clamp(39px, 11vw, 58px); line-height: 1.2; }
  h2 { font-size: clamp(30px, 9vw, 44px); }
  h3 { font-size: 19px; }
  .section-label { font-size: 12px; }
  .section-heading--row { display: block; }
  .section-heading--row > p { margin-top: -14px; margin-bottom: 28px; }
  .hero { display: block; min-height: 0; padding-top: 126px; }
  .hero__copy { padding: 24px 0 0; }
  .eyebrow { max-width: 280px; margin-bottom: 20px; font-size: 12px; line-height: 1.7; }
  .hero__lead { margin-bottom: 25px; font-size: 14px; line-height: 1.9; }
  .hero__lead br { display: none; }
  .hero__note { margin-top: 12px; font-size: 12px; }
  .hero__visual { min-height: 350px; margin-top: 22px; }
  .hero__deco { top: 8px; right: 0; width: 66%; }
  .hero__orbit--one { top: 48px; right: 0; width: 95%; height: 218px; }
  .hero__orbit--two { top: 92px; width: 84%; height: 170px; }
  .hero__device { padding: 14px; box-shadow: 6px 6px 0 var(--ink); }
  .hero__device--main { top: 85px; right: 12%; width: 164px; height: 118px; }
  .hero__device--small { top: 203px; left: 9%; width: 108px; height: 80px; padding: 10px; }
  .hero__device span { font-size: 9px; }
  .hero__device i { height: 4px; }
  .hero__person { width: 34px; height: 105px; border-width: 2px; }
  .hero__person::before { top: -29px; left: 3px; width: 26px; height: 26px; border-width: 2px; }
  .hero__person::after { top: 23px; left: -19px; width: 18px; height: 63px; border-width: 2px; }
  .hero__person span { right: -18px; top: 24px; width: 17px; height: 64px; border-width: 2px; }
  .hero__person--left { bottom: 24px; left: 19%; }
  .hero__person--right { right: 5%; bottom: 18px; }
  .hero__label { padding: 3px 8px; font-size: 9px; }
  .hero__label--one { top: 45px; left: 8%; }
  .hero__label--two { top: 178px; right: 5%; }
  .hero__label--three { bottom: 0; left: 42%; }
  .hero__path { width: 60px; }
  .check-panel { margin-bottom: 100px; padding: 32px 24px; border-radius: 26px; }
  .check-panel h2 { margin-bottom: 22px; font-size: 29px; }
  .check-grid { display: block; }
  .check-item { grid-template-columns: 35px minmax(0, 1fr); min-height: 0; padding: 18px 0; }
  .check-item p { font-size: 14px; }
  .check-panel__note { margin-top: 22px; font-size: 13px; }
  .problems, .choices, .services, .cases, .policy, .faq, .contact { margin-bottom: 110px; }
  .problems .section-heading { margin-bottom: 30px; }
  .problem-grid { display: block; }
  .problem-card { min-height: 0; margin-bottom: 14px; padding: 26px 22px; border-radius: 20px; }
  .problem-card .card-number { margin-bottom: 24px; }
  .problem-card h3 { min-height: 0; }
  .problem-card ul { margin-bottom: 24px; }
  .choices { display: block; }
  .choices__intro { position: static; margin-bottom: 30px; }
  .choices__intro h2 { margin-bottom: 20px; }
  .choices__intro > p:last-child { font-size: 13px; }
  .choice-grid { gap: 10px; }
  .choice-card { min-height: 132px; padding: 18px 16px; border-radius: 18px; }
  .choice-card strong { font-size: 18px; }
  .choice-card small { font-size: 11px; }
  .services .section-heading { margin-bottom: 26px; }
  .service-tabs { gap: 7px; }
  .service-tabs span { padding: 7px 12px; font-size: 11px; }
  .service-grid { display: block; }
  .service-grid article { min-height: 0 !important; margin-bottom: 10px; padding: 22px 20px; border-radius: 18px; }
  .service-grid h3 { margin: 22px 0 8px; }
  .integration-panel { display: block; margin-top: 10px; padding: 28px 22px; border-radius: 24px; }
  .integration-panel h3 { font-size: 19px; }
  .integration-panel > div:first-child { margin-bottom: 20px; }
  .tag-list { gap: 6px; }
  .tag-list span { padding: 6px 10px; font-size: 10px; }
  .integration-panel__note { margin-top: 18px !important; font-size: 11px !important; }
  .cases .section-heading { margin-bottom: 28px; }
  .case-grid { display: block; }
  .case-card { margin-bottom: 16px; border-radius: 20px; }
  .case-card__image { height: 220px; }
  .case-card > :not(.case-card__image) { margin-right: 22px; margin-left: 22px; }
  .case-card > p:not(.case-card__label) { min-height: 0; }
  .policy { padding: 56px 24px 0; border-radius: 26px; }
  .policy__watermark { top: 24px; right: 10px; font-size: 66px; }
  .policy__copy { font-size: 13px; line-height: 1.9; }
  .policy__copy br { display: none; }
  .policy-points { display: block; }
  .policy-points > div { min-height: 0; margin-bottom: 10px; padding: 18px; border-radius: 18px; }
  .policy-points strong { margin: 14px 0 7px; }
  .policy__photos { grid-template-columns: 1.1fr .9fr; gap: 8px; margin: 32px -10px 0; }
  .policy__photos img, .policy__photos img:first-child { height: 150px; border-radius: 16px 16px 0 0; }
  .policy__photos img:last-child { display: none; }
  .faq .section-heading { margin-bottom: 26px; }
  .faq-list summary { min-height: 74px; padding: 18px 42px 18px 30px; font-size: 14px; line-height: 1.55; }
  .faq-list summary::after { right: 0; width: 26px; height: 26px; font-size: 18px; line-height: 23px; }
  .faq-list details p { margin: -2px 30px 22px; font-size: 13px; }
  .contact__panel { padding: 48px 24px; border-radius: 26px; }
  .contact__panel::after { right: 22px; top: 64px; width: 100px; }
  .contact__panel > p:not(.contact__recipient):not(.contact__safety) { font-size: 13px; }
  .contact__button { width: 100%; }
  .company { margin-bottom: 100px; }
  .company .section-heading { margin-bottom: 26px; }
  .company-table > div { grid-template-columns: 82px minmax(0, 1fr); gap: 14px; padding: 17px 0; }
  .company-table dt { font-size: 11px; }
  .company-table dd { font-size: 13px; line-height: 1.7; }
  .company-table ul { display: block; }
  .site-footer { display: block; padding: 42px 18px 24px; }
  .site-footer .brand img { width: 140px; }
  .site-footer__links { flex-wrap: wrap; gap: 12px 22px; margin: 28px 0; font-size: 12px; }
  .privacy-modal { padding: 18px; }
  .privacy-modal__dialog { padding: 34px 24px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Figma frame 2674:1416: desktop is a 1280px artboard. */
@media (min-width: 1101px) {
  body.lp-figma { background: #f6f6f6; overflow-x: hidden; }
  .site-header { left: 50%; width: 1280px; transform: translateX(-50%); }
  .site-header::before { position: absolute; z-index: 0; top: 0; left: 0; width: 253.333px; height: 106.667px; background: #fff; border-radius: 0 0 80px 0; content: ""; }
  .site-header__inner { position: relative; z-index: 1; width: 1200px; min-height: 106.667px; }
  .brand img { width: 180px; }
  .site-nav { gap: 53px; font-size: 13.333px; }
  .header-cta { width: 180px; min-height: 40px; padding: 10px 16px; font-size: 10.667px; }
  .site-nav .header-cta span { display: none; }
  .legacy-main, .legacy-footer { display: none; }
  .figma-desktop-canvas { position: relative; display: block; width: 1280px; height: 10516px; margin: 0 auto; overflow: hidden; background: #f6f6f6; }
  .figma-desktop-canvas > section, .figma-desktop-canvas > footer { position: absolute; left: 0; width: 1280px; margin: 0; }
  .desk-hero { top: 0; height: 860px; overflow: hidden; }
  .desk-hero__panel { position: absolute; inset: 0; background: #f6f6f6; border-radius: 0 0 80px 0; opacity: 1; }
  .desk-hero::after { position: absolute; right: 0; bottom: -142px; left: 0; height: 510px; background: #f6f6f6; border-radius: 50% 50% 0 0 / 32% 32% 0 0; content: ""; }
  .desk-hero__copy { position: absolute; z-index: 2; top: 152px; left: 80px; width: 690px; padding: 0; }
  .desk-eyebrow { margin: 0 0 3px; color: #1b1b1b; font-size: 18.667px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; }
  .desk-hero h1 { margin: 0 0 13.333px; color: #1b1b1b; font-size: 48px; font-weight: 500; letter-spacing: 1.457px; line-height: 1.8; white-space: nowrap; }
  .desk-hero__lead { margin: 0; color: #1b1b1b; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 2.1; }
  .desk-button { min-height: 53.333px; padding: 16px 30px; border-radius: 66.667px; font-size: 12px; letter-spacing: .667px; }
  .desk-hero__button { position: absolute; top: 272px; left: 0; width: 246.667px; }
  .desk-hero__art { position: absolute; z-index: 1; inset: 0; }
  .desk-hero__art-main { position: absolute; top: -5px; left: 572px; width: 824px; height: 430px; }
  .desk-hero__art-secondary { position: absolute; top: 150px; left: 749px; width: 439px; height: 339px; }
  .desk-star { position: absolute; }
  .desk-star--one { top: 400px; left: 490px; width: 27px; }
  .desk-star--two { top: 458px; left: 220px; width: 29px; }
  .desk-star--three { top: 72px; left: 350px; width: 27px; }

  .desk-check { top: 860px; left: 20px !important; width: 1240px !important; height: 420px; padding: 74.67px 0 0; background: #fff; border-radius: 220px; }
  .desk-label { margin: 0; color: #1b1b1b; font-family: Arial, sans-serif; font-size: 10.667px; font-weight: 600; letter-spacing: 1.333px; line-height: 1.8; text-transform: uppercase; }
  .desk-check > .desk-label { text-align: center; }
  .desk-check h2 { margin: 15.46px auto 29.73px; color: #1b1b1b; font-size: 18.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; text-align: center; }
  .desk-check__list { display: flex; width: 455px; flex-direction: column; gap: 3.333px; margin: 0 auto; }
  .desk-check__list p { display: flex; align-items: center; gap: 13.333px; margin: 0; color: #1b1b1b; font-size: 14.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.78125; white-space: nowrap; }
  .desk-check__list span { color: #b4b4b4; font-family: Arial, sans-serif; font-size: 21.333px; letter-spacing: 0; }
  .desk-check__note { margin: 26px 0 0; color: #1b1b1b; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; text-align: center; }

  .desk-section-head { position: relative; width: 492px; margin: 0 auto; padding-top: 32px; box-sizing: border-box; text-align: center; }
  .desk-section-head h2 { margin: 10px 0 26.667px; color: #1b1b1b; font-size: 18.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; }
  .desk-rule { display: block; width: 310px; height: 4.53px; margin: 0 auto; background: url("../images/figma-v2/img31.svg") center / 100% 100% no-repeat; }
  .desk-problems { top: 1349.33px; height: 1100px; }
  .desk-problems > .desk-section-head { top: 50px; }
  .desk-problem-grid { display: grid; grid-template-columns: repeat(3, 333.333px); gap: 19.333px; position: absolute; top: 333.333px; left: 120.667px; }
  .desk-problem-card { position: relative; width: 333.333px; height: 1015px; padding: 0; background: transparent; border: 0; border-radius: 0; text-align: center; }
  .desk-problem-card__visual { display: grid; place-items: center; width: 333.333px; height: 236.667px; overflow: visible; background: #eaeaea; border-radius: 40px; }
  .desk-problem-card__visual img { position: relative; top: -82px; width: 155px; height: 155px; object-fit: contain; }
  .desk-problem-tag { position: absolute; z-index: 2; top: -145px; left: 50%; padding: 6px 15px; background: #fff; border-radius: 66px; font-size: 9.333px; font-weight: 600; letter-spacing: .667px; transform: translateX(-50%); white-space: nowrap; }
  .desk-problem-card h3 { position: absolute; top: -99px; left: 0; width: 333px; margin: 0; font-size: 13.333px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; }
  .desk-problem-card > ul { position: absolute; top: 130px; left: 66.667px; width: 210px; margin: 0; padding: 0; color: #1b1b1b; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; list-style: none; text-align: left; }
  .desk-problem-card__solution { position: absolute; top: 463.333px; left: 0; width: 333.333px; height: 258px; padding: 118px 66.667px 0; background: #fff; border-radius: 40px; }
  .desk-solution-visual { position: absolute; top: -58px; left: 50%; width: 170px; height: 170px; object-fit: contain; transform: translateX(-50%); }
  .desk-problem-card__solution h4 { margin: 0 0 10px; font-size: 13.333px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; white-space: nowrap; }
  .desk-problem-card__solution ul { margin: 0; padding: 0; color: #1b1b1b; font-size: 10.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; list-style: none; text-align: left; }
  .desk-problem-card__solution li::before, .desk-problem-card > ul li::before { content: "・"; }
  .desk-problems__transition { position: absolute; top: 595.33px; left: 466.67px; width: 347.33px; text-align: center; }
  .desk-problems__transition p { margin: 0; color: #6f6f6f; font-size: 18.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; white-space: nowrap; }
  .desk-problems__transition img { display: block; width: 110.67px; height: 76.67px; margin: 16px auto 0; }
  .desk-problems__note { position: absolute; top: 1094px; left: 364px; width: 552px; margin: 0; font-size: 13.333px; font-weight: 600; letter-spacing: .667px; text-align: center; }

  .desk-cases { top: 2547.33px; height: 920px; background: #fff url("../images/figma-v2/imgRectangle9.png") top left / 16px 16px; }
  .desk-cases .desk-section-head { top: 0; }
  .desk-case-grid { display: grid; grid-template-columns: repeat(3, 306.667px); gap: 80px; position: absolute; top: 137.333px; left: 120px; }
  .desk-case-card { position: relative; width: 306.667px; height: 430px; padding: 0 16px 18px; background: #fff; border: 1px solid #1b1b1b; border-radius: 40px; text-align: center; }
  .desk-case-card > img { width: 100%; height: 170px; margin: 0 auto 13px; object-fit: contain; }
  .desk-case-card--empty > img { opacity: 0; }
  .desk-case-card > span { display: inline-flex; position: relative; top: -12px; padding: 6.667px 14px; background: #eaeaea; border-radius: 66.667px; font-size: 9.333px; letter-spacing: .667px; }
  .desk-case-card h3 { margin: 0 0 7px; font-size: 14.667px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; }
  .desk-case-card p { margin: 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; text-align: left; }
  .desk-case-card ul { margin: 0; padding: 8px 0 0; border-top: 1px solid #b4b4b4; font-size: 10.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; list-style: none; text-align: left; }
  .desk-case-card li::before { content: "・"; }
  .desk-cases__cta { position: absolute; top: 580px; left: 120px; display: flex; width: 1040px; height: 186.667px; flex-direction: column; align-items: center; justify-content: center; background: #6f6f6f; border-radius: 666px; }
  .desk-cases__cta p { margin: 0 0 20px; color: #fff; font-size: 16px; letter-spacing: .667px; }

  .desk-choices { top: 3465.33px; height: 650px; background: #eee; }
  .desk-choices .desk-section-head { width: 492px; }
  .desk-choices .desk-section-head > p:not(.desk-label) { margin: 0 0 26.667px; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; }
  .desk-choice-grid { display: grid; grid-template-columns: repeat(3, 333.333px); gap: 20px; position: absolute; top: 245px; left: 120px; }
  .desk-choice-grid > div { width: 333.333px; height: 110px; padding: 16.667px 25.333px; background: #fff; border-radius: 20px; }
  .desk-choice-grid strong { display: inline-block; width: 45px; color: #d9d9d9; font-family: Arial, sans-serif; font-size: 32px; letter-spacing: 1.333px; vertical-align: top; }
  .desk-choice-grid h3 { display: inline-block; margin: 0; font-size: 14.667px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; vertical-align: top; }
  .desk-choice-grid p { margin: -3px 0 0 45px; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; white-space: nowrap; }

  .desk-services { top: 4136.67px; height: 1848.66px; background: #fff; }
  .desk-services .desk-section-head { width: 409px; }
  .desk-services .desk-section-head h2 { font-size: 25.333px; }
  .desk-services .desk-section-head::after { position: absolute; top: 129.33px; left: -315.5px; width: 1040px; border-top: 1px solid #b4b4b4; content: ""; }
  .desk-services .desk-section-head .desk-rule { display: none; }
  .desk-service-tabs { display: none; }
  .desk-service-list { display: flex; flex-direction: column; gap: 0; position: absolute; top: 156px; left: 120px; width: 1040px; }
  .desk-service-list article { position: relative; display: block; height: 260px; min-height: 0; padding: 0; border-bottom: 1px solid #b4b4b4; }
  .desk-service-list article:first-child { height: 228px; }
  .desk-service-list strong { position: absolute; top: 52px; left: 20px; color: #d9d9d9; font-family: Arial, sans-serif; font-size: 32px; letter-spacing: 1.333px; line-height: 2.1; }
  .desk-service-icon { position: absolute; top: 26px; left: 82.67px; display: grid; width: 120px; height: 120px; place-items: center; background: #f6f6f6; border-radius: 60px; }
  .desk-service-icon img { width: 70px; height: 70px; object-fit: contain; }
  .desk-service-icon--documents img, .desk-service-icon--support img { width: 120px; height: 120px; }
  .desk-service-copy { position: absolute; top: 60px; left: 236px; width: 695px; }
  .desk-service-list article:first-child .desk-service-copy { top: 32px; }
  .desk-service-copy h3 { margin: 0 0 3.333px; font-size: 16px; letter-spacing: .667px; line-height: 1.8; }
  .desk-service-copy p { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; }
  .desk-service-copy ul { margin: 10px 0 0; padding: 0; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; list-style: none; }
  .desk-service-copy li::before { margin-right: 7px; content: "✓"; }
  .desk-service-arrow { position: absolute; top: 54px; right: 20px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: 22px; line-height: 1; cursor: pointer; }
  .desk-service-details[hidden] { display: none; }
  .desk-service-list article:first-child .desk-service-icon { top: 0; }
  .desk-integration { position: absolute; top: 1446px; left: 120px; width: 1040px; min-height: 321.333px; padding: 36px 40px; background: #eee; border-radius: 40px; text-align: center; }
  .desk-integration h3 { margin: 0 0 13.333px; font-size: 16px; font-weight: 600; letter-spacing: .667px; }
  .desk-integration p { margin: 0 0 26.667px; font-size: 12px; font-weight: 600; letter-spacing: .667px; }
  .desk-integration > div { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
  .desk-integration span { display: grid; place-items: center; width: 176px; height: 46.667px; background: #6f6f6f; color: #fff; border-radius: 66px; font-size: 13.333px; letter-spacing: .667px; }
  .desk-integration__note { margin: 20px 0 0 !important; font-size: 12px !important; font-weight: 600; text-align: left; }

  .desk-policy { top: 5985.33px; height: 1272px; overflow: hidden; background: #eee; border-radius: 80px 0 0 0; }
  .desk-policy__copy { position: absolute; z-index: 2; top: 92.667px; left: 660px; width: 310px; }
  .desk-policy__copy h2 { margin: 13.333px 0 20px; font-size: 25.333px; font-weight: 600; letter-spacing: .667px; line-height: 1.71; }
  .desk-policy__copy > p:not(.desk-label) { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 1.8; }
  .desk-policy__button { position: absolute; top: 280px; left: 0; width: 213.33px; }
  .desk-policy__watermark { position: absolute; z-index: 1; top: 400px; left: 130px; color: #fafafa; font-family: Arial, sans-serif; font-size: 146.667px; font-weight: 700; letter-spacing: 32.667px; line-height: 1; text-transform: uppercase; white-space: nowrap; }
  .desk-policy__points { display: grid; grid-template-columns: repeat(4, 278.788px); gap: 24.242px; position: absolute; top: 597px; left: 40px; }
  .desk-policy__points article { height: 129.697px; padding: 17px 24px; background: #fff; border: 1px solid #1b1b1b; border-radius: 0 0 60px 60px; }
  .desk-policy__points strong { display: block; margin-bottom: 9px; font-size: 13.333px; letter-spacing: .667px; text-align: center; }
  .desk-policy__points p { margin: 0; font-size: 10.909px; font-weight: 600; letter-spacing: .606px; line-height: 1.8; }
  .desk-policy__photos { display: flex; gap: 0; position: absolute; top: 1012px; left: 0; width: 1280px; }
  .desk-policy__photos img { width: 33.333%; height: 260px; object-fit: cover; }

  .desk-faq { top: 7257.33px; height: 1283px; background: #fff; }
  .desk-faq .desk-section-head { top: 74px; width: 774px; }
  .desk-faq .desk-section-head h2 { margin-bottom: 13.333px; font-size: 18.667px; white-space: nowrap; }
  .desk-faq-list { position: absolute; top: 266px; left: 248px; width: 774px; }
  .desk-faq-list details { border-bottom: 1px solid #b4b4b4; }
  .desk-faq-list summary { position: relative; display: flex; align-items: center; min-height: 65px; padding: 18px 40px; font-size: 12px; font-weight: 600; letter-spacing: .667px; list-style: none; cursor: pointer; }
  .desk-faq-list summary::-webkit-details-marker { display: none; }
  .desk-faq-list summary::before { position: absolute; left: 0; color: #1b1b1b; content: "Q"; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; }
  .desk-faq-list summary::after { position: absolute; top: 50%; right: 6px; width: 8px; height: 8px; border: 0; border-right: 1.5px solid #1b1b1b; border-bottom: 1.5px solid #1b1b1b; border-radius: 0; content: ""; transform: translateY(-50%) rotate(45deg); }
  .desk-faq-list details[open] summary::after { content: ""; transform: translateY(-50%) rotate(225deg); }
  .desk-faq-list details:not([open]) summary::after { transform: translateY(-50%) rotate(45deg); }
  .desk-faq-list details p { margin: -4px 40px 20px; font-size: 12px; font-weight: 500; letter-spacing: .667px; line-height: 1.8; }

  .desk-contact { top: 8541.33px; height: 1200px; background: #eee; }
  .desk-contact .desk-section-head { top: 0; width: 500px; }
  .desk-contact .desk-section-head h2 { margin-bottom: 13.333px; white-space: nowrap; }
  .desk-contact__panel { position: absolute; top: 145px; left: 390px; width: 500px; min-height: 380px; padding: 56px 54px; background: #fff; border: 1px solid #b4b4b4; border-radius: 40px; text-align: center; }
  .desk-contact__panel h3 { margin: 0 0 14px; font-size: 16px; line-height: 1.8; }
  .desk-contact__panel p { margin: 0 0 22px; font-size: 12px; font-weight: 600; line-height: 1.8; }
  .desk-contact__panel .contact__button { margin-bottom: 18px; }
  .desk-contact__panel > p:last-of-type { opacity: .5; }
  .desk-contact__panel .privacy-link { font-size: 11px; }

  .desk-company { top: 9650px; height: 650px; background: #fff; }
  .desk-company .desk-section-head { position: absolute; top: 90px; left: 200px; width: 180px; text-align: left; }
  .desk-company .desk-section-head h2 { font-size: 18.667px; white-space: nowrap; }
  .desk-company .desk-rule { width: 70.667px; margin: 0; }
  .desk-company dl { position: absolute; top: 122px; left: 386.667px; width: 693.333px; margin: 0; }
  .desk-company dl > div { display: grid; grid-template-columns: 83.333px 1fr; min-height: 61px; align-items: center; border-top: 1px solid #b4b4b4; }
  .desk-company dl > div:last-child { border-bottom: 1px solid #b4b4b4; }
  .desk-company dt, .desk-company dd { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; }
  .desk-company dd { font-weight: 500; }
  .desk-footer { top: 10300px; height: 216px; display: grid; place-items: center; background: #1b1b1b; border-radius: 80px 80px 0 0; color: #fff; }
  .desk-footer small { font-family: Arial, sans-serif; font-size: 10.667px; letter-spacing: .667px; }
}

@media (max-width: 1100px) {
  .site-header__inner { width: calc(100% - 48px); }
  .legacy-main, .legacy-footer { display: none; }
  .figma-desktop-canvas { width: 100%; height: auto; overflow: visible; }
  .figma-desktop-canvas > section, .figma-desktop-canvas > footer { position: relative; left: auto; top: auto; width: calc(100% - 36px); height: auto; min-height: 0; margin: 0 auto 80px; overflow: visible; }
  .desk-hero { min-height: 720px !important; padding: 118px 0 0; }
  .desk-hero__panel { inset: 0; border-radius: 0 0 46px 0; }
  .desk-hero__copy { position: relative; top: auto; left: auto; width: 100%; padding: 0 24px; }
  .desk-eyebrow { font-size: 14px; }
  .desk-hero h1 { font-size: clamp(38px, 7vw, 48px); white-space: normal; }
  .desk-hero__lead { max-width: 650px; font-size: 13px; }
  .desk-hero__button { position: relative; top: auto; left: auto; width: auto; margin-top: 24px; }
  .desk-hero__art { position: relative; height: 300px; margin-top: 22px; }
  .desk-hero__art-main { top: 0; left: 36%; width: 70%; height: auto; }
  .desk-hero__art-secondary { top: 56px; left: 49%; width: 42%; height: auto; }
  .desk-star { display: none; }
  .desk-check, .desk-problems, .desk-cases, .desk-choices, .desk-services, .desk-policy, .desk-faq, .desk-contact, .desk-company { padding: 64px 24px; background: #fff; border-radius: 28px; }
  .desk-check { width: calc(100% - 36px) !important; }
  .desk-check__list, .desk-faq-list { width: 100%; }
  .desk-check h2 { font-size: 27px; }
  .desk-check__list p { white-space: normal; font-size: 14px; }
  .desk-problem-grid, .desk-case-grid, .desk-choice-grid { position: relative; top: auto; left: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
  .desk-problems > .desk-section-head { top: auto; }
  .desk-problem-card, .desk-problem-card__visual, .desk-problem-card__solution { width: 100%; }
  .desk-problem-card { height: auto; min-height: 680px; }
  .desk-problem-card h3, .desk-problem-card > ul, .desk-problem-card__solution { position: relative; top: auto; left: auto; }
  .desk-problem-card h3 { margin: 18px 0; }
  .desk-problem-tag { top: -28px; }
  .desk-problem-card__visual img { top: -20px; width: 150px; height: 150px; }
  .desk-problem-card > ul { width: auto; margin: 0 20px 22px; }
  .desk-problem-card__solution { height: auto; min-height: 220px; padding: 130px 20px 30px; }
  .desk-solution-visual { top: -48px; width: 135px; height: 135px; }
  .desk-problems__transition { position: relative; top: auto; left: auto; width: auto; margin: 28px 0; text-align: center; }
  .desk-problems__transition img { margin: 12px auto 0; }
  .desk-problems__note { position: static; width: auto; margin-top: 28px; }
  .desk-cases__cta, .desk-service-tabs, .desk-service-list, .desk-integration, .desk-policy__copy, .desk-policy__watermark, .desk-policy__points, .desk-policy__photos, .desk-contact__panel, .desk-company dl, .desk-company .desk-section-head, .desk-footer { position: relative; top: auto; left: auto; width: 100%; }
  .desk-cases__cta { height: auto; min-height: 170px; margin-top: 32px; }
  .desk-choices .desk-section-head { width: auto; }
  .desk-service-tabs { flex-wrap: wrap; gap: 8px; margin: 30px 0 18px; }
  .desk-service-tabs span { width: auto; height: 40px; padding: 0 16px; font-size: 12px; }
  .desk-service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .desk-integration { margin-top: 24px; }
  .desk-policy__copy { margin-bottom: 28px; }
  .desk-policy__button { position: relative; top: auto; left: auto; margin-top: 24px; }
  .desk-policy__watermark { font-size: 62px; letter-spacing: 8px; }
  .desk-policy__points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .desk-policy__photos { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
  .desk-policy__photos img { width: 100%; height: 180px; }
  .desk-faq-list { margin-top: 30px; }
  .desk-contact__panel { margin-top: 30px; }
  .desk-company dl { margin-top: 28px; }
  .desk-footer { min-height: 130px; }
}

@media (max-width: 760px) {
  .figma-desktop-canvas > section, .figma-desktop-canvas > footer { width: calc(100% - 36px); margin-bottom: 48px; }
  .desk-hero { min-height: 690px !important; padding-top: 110px; }
  .desk-hero__copy { padding: 0 2px; }
  .desk-eyebrow { max-width: 280px; font-size: 12px; }
  .desk-hero h1 { margin-bottom: 18px; font-size: 39px; line-height: 1.2; }
  .desk-hero__lead { font-size: 12px; line-height: 1.9; }
  .desk-hero__lead br { display: none; }
  .desk-hero__button { width: 100%; }
  .desk-hero__art { height: 260px; }
  .desk-check, .desk-problems, .desk-cases, .desk-choices, .desk-services, .desk-policy, .desk-faq, .desk-contact, .desk-company { padding: 52px 20px; border-radius: 26px; }
  .desk-check h2 { font-size: 26px; }
  .desk-problem-grid, .desk-case-grid, .desk-choice-grid, .desk-service-list, .desk-policy__points { grid-template-columns: 1fr; }
  .desk-problem-card { min-height: 0; }
  .desk-case-card { width: 100%; }
  .desk-choice-grid > div { width: 100%; }
  .desk-service-tabs span { flex: 1 1 auto; }
  .desk-policy__photos { grid-template-columns: 1fr 1fr; }
  .desk-policy__photos img:last-child { display: none; }
  .desk-contact__panel { padding: 34px 20px; }
  .desk-company dl > div { grid-template-columns: 74px 1fr; }
}

@media (max-width: 1100px) {
  .desk-services .desk-section-head::after { display: none; }
  .desk-services .desk-section-head .desk-rule { display: block; }
  .desk-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .desk-service-list article, .desk-service-list article:first-child { position: relative; display: block; height: auto; min-height: 210px; padding: 22px 18px 18px; border: 1px solid #b4b4b4; border-radius: 20px; }
  .desk-service-list strong, .desk-service-icon, .desk-service-copy, .desk-service-arrow { position: relative; top: auto; right: auto; left: auto; }
  .desk-service-list strong { display: block; margin-bottom: 12px; }
  .desk-service-icon { width: 84px; height: 84px; margin-bottom: 14px; }
  .desk-service-icon img, .desk-service-icon--documents img, .desk-service-icon--support img { width: 54px; height: 54px; }
  .desk-service-copy { width: auto; }
  .desk-service-copy ul { margin-top: 10px; }
  .desk-service-copy h3 { font-size: 15px; }
  .desk-service-copy p { font-size: 12px; }
  .desk-service-list article.is-collapsed { min-height: 0; }
  .desk-service-list .desk-service-copy h3 { padding-right: 40px; }
  .desk-service-list .desk-service-details { margin-top: 10px; }
  .desk-service-list .desk-service-arrow { position: absolute; top: 20px; right: 18px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #1b1b1b; border-radius: 50%; font-size: 18px; }
}

@media (max-width: 760px) {
  .desk-service-list { display: block; }
  .desk-service-list article, .desk-service-list article:first-child { min-height: 0; margin-bottom: 12px; padding: 20px; }
}

/* Purposeful motion layer: keep the Figma geometry intact while adding small, informative cues. */
@keyframes figma-hero-copy-in {
  from { opacity: .82; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes figma-hero-art-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

@keyframes figma-hero-secondary-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(3px, 4px, 0) rotate(.45deg); }
}

@keyframes figma-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -4px, 0); }
}

@keyframes figma-hero-spark {
  0%, 100% { opacity: .64; transform: rotate(13.88deg) scale(.9); }
  50% { opacity: 1; transform: rotate(13.88deg) scale(1); }
}

@keyframes figma-star-twinkle {
  0%, 100% { opacity: .6; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes figma-content-arrive {
  from { opacity: .78; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes figma-rule-draw {
  from { opacity: .5; transform: scaleX(.72); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes figma-faq-answer-in {
  from { opacity: .45; transform: translateY(-4px); }
  to { opacity: 1; transform: none; }
}

@keyframes figma-service-detail-in {
  from { opacity: .45; transform: translateY(-5px); }
  to { opacity: 1; transform: none; }
}

.lp-figma .desk-hero__copy {
  animation: figma-hero-copy-in .75s cubic-bezier(.16, 1, .3, 1) both;
}

.lp-figma .desk-hero__art-main {
  animation: figma-hero-art-drift 11s ease-in-out .25s infinite;
}

.lp-figma .desk-hero__art-secondary {
  animation: figma-hero-secondary-drift 9s ease-in-out .75s infinite;
}

.lp-figma .desk-hero__dashboard,
.lp-figma .desk-hero__detail,
.lp-figma .desk-hero__person {
  animation: figma-hero-float 6.5s ease-in-out 1.1s infinite;
}

.lp-figma .desk-hero__spark {
  animation: figma-hero-spark 3.2s ease-in-out 1.4s infinite;
}

.lp-figma .desk-hero__star {
  animation: figma-star-twinkle 4.6s ease-in-out infinite;
}

.lp-figma .desk-hero__star--3 { animation-delay: .7s; }
.lp-figma .desk-hero__star--4 { animation-delay: 1.2s; }
.lp-figma .desk-hero__star--5 { animation-delay: 1.7s; }

.lp-figma .motion-enter {
  animation: figma-content-arrive .68s cubic-bezier(.16, 1, .3, 1) var(--motion-delay, 0ms) both;
}

.lp-figma .motion-enter .desk-rule {
  animation: figma-rule-draw .7s cubic-bezier(.16, 1, .3, 1) var(--motion-delay, 0ms) both;
  transform-origin: center;
}

.lp-figma .desk-case-card__body,
.lp-figma .desk-choice-grid > div,
.lp-figma .desk-service-list article,
.lp-figma .desk-faq-list summary,
.lp-figma .desk-contact-form__consent .contact__button {
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), background-color .25s ease, color .25s ease;
}

.lp-figma .desk-case-card:hover .desk-case-card__body,
.lp-figma .desk-choice-grid > div:hover {
  transform: translateY(-5px);
}

.lp-figma .desk-choice-grid > div:hover {
  background: #f2f2f0;
}

.lp-figma .desk-faq-list summary::after {
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.lp-figma .desk-faq-list details[open] p {
  animation: figma-faq-answer-in .35s cubic-bezier(.16, 1, .3, 1) both;
}

.lp-figma .desk-service-details:not([hidden]) {
  animation: figma-service-detail-in .35s cubic-bezier(.16, 1, .3, 1) both;
}

@media (min-width: 1101px) {
  .lp-figma .desk-check__art--bubbles,
  .lp-figma .desk-check__art--documents,
  .lp-figma .desk-check__art--folder {
    animation: figma-hero-float 8s ease-in-out infinite;
  }

  .lp-figma .desk-check__art--papers,
  .lp-figma .desk-check__art--pencil,
  .lp-figma .desk-check__art--laptop {
    animation: figma-hero-float 9.5s ease-in-out 1s infinite reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-figma *,
  .lp-figma *::before,
  .lp-figma *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Current Figma frame 2674:1416: exact desktop geometry and layered artwork. */
@media (min-width: 1101px) {
  .desk-hero__panel { z-index: 0; background-image: none; }
  .desk-hero::after { z-index: 0; }
  .desk-hero__deco { position: absolute; z-index: 1; top: 375.09px; left: 317.33px; width: 647.58px; height: 604.43px; }
  .desk-hero__art-main { top: -5.33px; left: 572.67px; width: 823.03px; height: 430px; }
  .desk-hero__art-secondary { top: 154.85px; left: 749.33px; width: 437.68px; height: 337.82px; }
  .desk-hero__dashboard { position: absolute; z-index: 2; top: 91.33px; left: 925.33px; width: 148.18px; height: 136.3px; }
  .desk-hero__detail { position: absolute; z-index: 2; top: 236.64px; left: 1067.33px; width: 76.67px; height: 59.36px; }
  .desk-hero__person { position: absolute; z-index: 2; top: 342px; left: 1035.15px; width: 106.1px; height: 194.43px; }
  .desk-hero__spark { position: absolute; z-index: 2; top: 269.33px; left: 1028px; width: 35.43px; height: 35.43px; transform: rotate(13.88deg); }
  .desk-hero__extra, .desk-hero__star { position: absolute; z-index: 2; display: block; object-fit: contain; }
  .desk-hero__extra--12 { top: 166.67px; left: 781.81px; width: 69.6px; height: 62px; }
  .desk-hero__extra--13 { top: 172.67px; left: 1087.86px; width: 76.454px; height: 63.333px; transform: rotate(-26.9deg); }
  .desk-hero__extra--14 { top: 256px; left: 784.67px; width: 68.76px; height: 64px; transform: rotate(8.43deg); }
  .desk-hero__extra--16 { top: 313.61px; left: 982.31px; width: 87.667px; height: 87.333px; transform: rotate(11.28deg); }
  .desk-hero__extra--17 { top: 108.88px; left: 811.56px; width: 87.667px; height: 87.333px; transform: rotate(-174.81deg); }
  .desk-hero__extra--18 { top: 115.33px; left: 1076.67px; width: 78.574px; height: 87.333px; }
  .desk-hero__extra--19 { top: 337.33px; left: 804.67px; width: 90.701px; height: 199.333px; transform: scaleX(-1); }
  .desk-hero__extra--20 { top: 213.33px; left: 862px; width: 27.217px; height: 28.667px; transform: rotate(-20.68deg); }
  .desk-hero__star--2 { top: 448px; left: 488px; width: 36px; height: 36px; }
  .desk-hero__star--3 { top: 498px; left: 220px; width: 38px; height: 38px; }
  .desk-hero__star--4 { top: 79px; left: 349px; width: 38px; height: 38px; }
  .desk-hero__star--5 { top: 128px; left: 704px; width: 32px; height: 32px; }
  .desk-hero__contact { position: absolute; z-index: 4; top: 528px; left: 1125.33px; display: block; width: 80px; height: 80px; }
  .desk-hero__contact-text { top: -19px !important; left: 4px !important; width: 80px !important; height: auto !important; }
  .desk-hero__contact img { position: absolute; top: -3.33px; left: -3.33px; width: 90.667px; height: 90.667px; }
  .desk-capabilities { position: absolute; z-index: 3; top: 547.33px; left: 120px; display: flex; width: 1040px; height: 248px; flex-direction: column; align-items: center; justify-content: center; padding: 33.33px 74px 38px 78px; background: #fff; border-radius: 40px; }
  .desk-capabilities > p { width: 888px; margin: 0 0 13.33px; color: #1b1b1b; font-size: 18.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; text-align: center; }
  .desk-capabilities__items { display: flex; width: 888px; align-items: center; justify-content: space-between; }
  .desk-capabilities__items > div { display: flex; width: 120px; flex-direction: column; align-items: center; gap: 10.667px; }
  .desk-capability-icon { position: relative; display: grid; width: 120px; height: 120px; place-items: center; overflow: hidden; background: #f6f6f6; border-radius: 60px; }
  .desk-capability-icon img { width: 70px; height: 70px; object-fit: contain; }
  .desk-capability-icon > img { width: 120px; height: 120px; object-fit: contain; }
  .desk-capability-icon--workflow img:first-child { position: absolute; inset: 0; width: 120px; height: 120px; }
  .desk-capability-icon--workflow img:last-child { position: absolute; top: 25px; left: 22px; width: 76px; height: 71px; }
  .desk-capabilities strong { color: #1b1b1b; font-size: 13.333px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; white-space: nowrap; }

  .desk-check__decorations { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
  .desk-check__art { position: absolute; display: block; object-fit: fill; }
  .desk-check__art--phone { top: 125px; left: 104px; width: 68.19px; height: 71.42px; }
  .desk-check__art--papers { top: 210.5px; left: 125.33px; width: 136.03px; height: 129.78px; }
  .desk-check__art--pencil { top: 306px; left: 272.45px; width: 68.15px; height: 83.42px; }
  .desk-check__art--bubbles { top: 60.67px; left: 194px; width: 162.67px; height: 92.03px; }
  .desk-check__art--documents { top: 31.33px; left: 889.11px; width: 183.16px; height: 134.36px; }
  .desk-check__art--folder { top: 145px; left: 1071.33px; width: 105.28px; height: 93.4px; }
  .desk-check__art--laptop { top: 235px; left: 914px; width: 156.89px; height: 146px; }
  .desk-check > .desk-check__underline { position: absolute; top: 128px; left: 465.33px; z-index: 1; display: block; width: 310px; height: 4.53px; }
  .desk-check > *:not(.desk-check__decorations):not(.desk-check__underline) { position: relative; z-index: 1; }

  .desk-cases { position: relative; background-color: #fff; background-image: none; }
  .desk-cases::before { position: absolute; z-index: 0; inset: 0; background: url("../images/figma-v2/current/grid.png") top left / 16px 16px; content: ""; opacity: .15; pointer-events: none; }
  .desk-cases > .desk-section-head, .desk-cases > .desk-case-grid, .desk-cases > .desk-cases__cta { z-index: 1; }
  .desk-case-card { height: 650px; padding: 0; border: 0; background: transparent; }
  .desk-case-card > em { position: absolute; z-index: 3; top: 10px; left: -15px; color: #1b1b1b; font-family: Arial, sans-serif; font-size: 10.667px; font-style: normal; letter-spacing: 1.333px; transform: rotate(-90deg); transform-origin: center; }
  .desk-case-card > span { position: absolute; z-index: 3; top: 0; left: 53px; display: inline-flex; padding: 6px 10px; background: #eaeaea; border-radius: 66.667px; font-size: 9.333px; letter-spacing: .667px; }
  .desk-case-card__media { position: absolute; top: 14px; left: 35px; width: 271.667px; height: 230px; overflow: hidden; background: #fff; border: 1px solid #1b1b1b; border-radius: 35px; }
  .desk-case-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .desk-case-card__media--empty { background: #fff; }
  .desk-case-card__media--empty img { opacity: 0; }
  .desk-case-card__body { position: absolute; top: 189px; left: 0; width: 289.333px; height: 180px; padding: 18px 18px 16px; background: #fff; border: 1px solid #1b1b1b; border-radius: 35px; }
  .desk-case-card__body h3 { margin: 0 0 7px; font-size: 13.333px; font-weight: 700; letter-spacing: .667px; line-height: 1.8; white-space: nowrap; }
  .desk-case-card__body p { margin: 0 0 8px; font-size: 10.667px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; text-align: left; }
  .desk-case-card__body ul { margin: 0; padding: 0; border-top: 0; font-size: 9.333px; font-weight: 600; letter-spacing: .667px; line-height: 1.8; list-style: none; text-align: left; }
  .desk-case-card__body li::before { margin-right: 7px; content: "✓"; }

  .desk-policy__hero-image { position: absolute; z-index: 2; top: 92.67px; left: 120px; width: 460px; height: 333.33px; object-fit: cover; border-radius: 40px; }
  .desk-policy__people { position: absolute; top: 588.67px; left: 58.18px; display: flex; gap: 48.485px; }
  .desk-policy__people img { width: 254.545px; height: 208px; object-fit: fill; }
  .desk-policy__points { top: 797.15px; left: 40px; }
  .desk-policy__photos { top: 1012px; left: -246.67px; width: 1833.33px; }
  .desk-policy__photos img { flex: 0 0 366.667px; width: 366.667px; height: 260px; object-fit: cover; }

  .desk-contact { top: 8447.33px; height: 1333.33px; border-radius: 0 80px 80px 0; }
  .desk-contact .desk-section-head { top: 94px; }
  .desk-contact__panel { top: 230.67px; left: 200px; width: 880px; height: 901.33px; min-height: 0; padding: 70px 160px; border-radius: 53.333px; background: #fafafa; }
  .desk-contact-form { width: 653.333px; margin-left: -53.333px; text-align: left; }
  .desk-contact-form__row { display: grid; grid-template-columns: 176.667px 476.667px; column-gap: 0; align-items: center; min-height: 40px; margin-bottom: 30px; }
  .desk-contact-form__row label { display: inline-flex; align-items: center; gap: 8px; padding-left: 0; font-size: 12px; font-weight: 700; letter-spacing: .667px; white-space: nowrap; }
  .desk-contact-form__row label span { display: inline-flex; align-items: center; height: 19px; padding: 0 8px; background: #1b1b1b; color: #fff; border-radius: 4px; font-size: 10px; letter-spacing: 0; }
  .desk-contact-form__row input, .desk-contact-form__row select, .desk-contact-form__row textarea { width: 476.667px; padding: 10px 16px; background: #fff; border: 0; border-radius: 12px; color: #1b1b1b; font: inherit; font-size: 12px; font-weight: 500; letter-spacing: .667px; }
  .desk-contact-form__row input, .desk-contact-form__row select { height: 40px; }
  .desk-contact-form__row textarea { height: 113.333px; resize: vertical; }
  .desk-contact-form__row input::placeholder, .desk-contact-form__row textarea::placeholder { color: #8f8f8f; opacity: 1; }
  .desk-contact-form__row select { appearance: auto; }
  .desk-contact-form__consent { margin-top: 56px; border-top: 1px solid #1b1b1b; padding-top: 44px; text-align: center; }
  .desk-contact-form__consent > p:first-child { margin: 0 0 26px; font-size: 12px; font-weight: 700; text-decoration: underline; }
  .desk-contact-form__privacy { display: inline; margin: 0; border-bottom-color: #1b1b1b; color: #1b1b1b; font-size: inherit; font-weight: inherit; }
  .desk-contact-form__consent > label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; }
  .desk-contact-form__consent input[type="checkbox"] { width: 16px; height: 16px; accent-color: #1b1b1b; }
  .desk-contact-form__consent .contact__button { display: flex; width: 248px; min-height: 53.333px; margin: 34px auto 0; }
  .desk-contact-form__note { margin: 13px 0 0 !important; color: #777; font-size: 10px !important; font-weight: 500 !important; }
}

@media (max-width: 1100px) {
  .desk-hero__deco, .desk-hero__dashboard, .desk-hero__detail, .desk-hero__person, .desk-hero__spark, .desk-hero__extra, .desk-hero__star, .desk-hero__contact, .desk-capabilities, .desk-check__decorations, .desk-check__underline { display: none; }
  .desk-case-card > em { display: none; }
  .desk-case-card > span { position: relative; top: auto; left: auto; transform: none; }
  .desk-case-card__media { position: relative; top: auto; left: auto; width: 100%; height: 180px; margin-top: 12px; }
  .desk-case-card__body { position: relative; top: auto; left: auto; width: 100%; height: auto; min-height: 203px; margin-top: -20px; padding: 30px 24px 22px; }
  .desk-policy__hero-image { position: relative; top: auto; left: auto; display: block; width: 100%; height: auto; margin-bottom: 28px; border-radius: 28px; }
  .desk-policy__people { position: relative; top: auto; left: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
  .desk-policy__people img { width: 100%; height: auto; }
  .desk-contact-form { width: 100%; margin-left: 0; }
  .desk-contact-form__row { display: block; margin-bottom: 20px; }
  .desk-contact-form__row label { display: flex; margin-bottom: 8px; }
  .desk-contact-form__row input, .desk-contact-form__row select, .desk-contact-form__row textarea { width: 100%; }
  .desk-contact-form__consent { margin-top: 32px; padding-top: 28px; }
  .desk-contact-form__consent > p:first-child { margin-bottom: 18px; }
  .desk-contact-form__consent .contact__button { width: 100%; margin-top: 24px; }
}
