.ai-pdf-lp {
    overflow: hidden;
    padding-bottom: 0;
    color: #405462;
    background: #fff;
}

.ai-pdf-lp * {
    box-sizing: border-box;
}

.ai-pdf-breadcrumb-wrap {
    padding-top: 14px;
    background: #f4fbff;
}

.ai-pdf-breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

.ai-pdf-hero {
    position: relative;
    padding: 56px 0 70px;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 190, 88, .2) 0, rgba(255, 190, 88, 0) 24%),
        radial-gradient(circle at 4% 96%, rgba(52, 173, 217, .14) 0, rgba(52, 173, 217, 0) 24%),
        linear-gradient(145deg, #f1fbff 0%, #fff 56%, #fff8ed 100%);
}

.ai-pdf-hero__inner {
    display: flex;
    align-items: center;
    gap: 48px;
}

.ai-pdf-hero__copy {
    flex: 1 1 52%;
}

.ai-pdf-kicker,
.ai-pdf-section-label {
    margin: 0 0 16px;
    color: #2680a8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
}

.ai-pdf-kicker span {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    background: #f39536;
    font-size: 10px;
    letter-spacing: .08em;
}

.ai-pdf-hero h1 {
    margin: 0;
    color: #243e4e;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: .01em;
}

.ai-pdf-hero h1 em {
    position: relative;
    color: #188fc0;
    font-style: normal;
    white-space: nowrap;
}

.ai-pdf-hero h1 em:after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 6px;
    border-radius: 10px;
    content: '';
    background: rgba(245, 174, 65, .38);
}

.ai-pdf-hero__lead {
    margin: 22px 0 0;
    color: #536873;
    font-size: 16px;
    line-height: 1.95;
}

.ai-pdf-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.ai-pdf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 194px;
    min-height: 50px;
    padding: 13px 22px;
    border: 2px solid #148ab8;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.ai-pdf-button:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.ai-pdf-button--primary {
    color: #fff;
    background: #128bb9;
    box-shadow: 0 8px 20px rgba(18, 139, 185, .2);
}

.ai-pdf-button--primary:hover {
    color: #fff;
    background: #0c7da9;
}

.ai-pdf-button--secondary {
    color: #167da4;
    background: rgba(255, 255, 255, .84);
}

.ai-pdf-button--light {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.ai-pdf-button--light:hover {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

.ai-pdf-hero__points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ai-pdf-hero__points li {
    color: #526773;
    font-size: 12px;
    font-weight: 700;
}

.ai-pdf-hero__points li:before {
    margin-right: 5px;
    color: #29a184;
    content: '✓';
}

.ai-pdf-hero__visual {
    position: relative;
    flex: 0 0 45%;
    height: 390px;
}

.ai-pdf-document {
    position: absolute;
    width: 108px;
    height: 142px;
    padding: 18px 14px;
    border: 1px solid #d8e6ec;
    border-radius: 8px;
    color: #617682;
    background: #fff;
    box-shadow: 0 13px 28px rgba(41, 86, 108, .12);
}

.ai-pdf-document:after {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 29px;
    height: 29px;
    border-bottom: 1px solid #d8e6ec;
    border-left: 1px solid #d8e6ec;
    border-radius: 0 8px 0 5px;
    content: '';
    background: #eef8fc;
}

.ai-pdf-document--back {
    top: 30px;
    left: 6px;
    transform: rotate(-8deg);
}

.ai-pdf-document--front {
    top: 62px;
    left: 72px;
    z-index: 2;
    width: 124px;
    height: 158px;
    transform: rotate(4deg);
}

.ai-pdf-document b {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 7px;
    border-radius: 4px;
    color: #fff;
    background: #ee6c66;
    font-size: 11px;
}

.ai-pdf-document span {
    display: block;
    margin: 8px 0;
    color: #385769;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.ai-pdf-document i {
    display: block;
    width: 78%;
    height: 4px;
    margin-top: 7px;
    border-radius: 4px;
    background: #dce8ed;
}

.ai-pdf-document i:last-child {
    width: 48%;
}

.ai-pdf-ai-core {
    position: absolute;
    top: 178px;
    left: 154px;
    z-index: 4;
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 7px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #36b9c6, #168cbd);
    box-shadow: 0 10px 24px rgba(19, 131, 174, .25);
}

.ai-pdf-ai-core small,
.ai-pdf-ai-core span {
    font-size: 8px;
    letter-spacing: .06em;
}

.ai-pdf-ai-core strong {
    font-size: 29px;
    line-height: 1;
}

.ai-pdf-spark {
    position: absolute;
    z-index: 3;
    color: #f2a13c;
}

.ai-pdf-spark--one {
    top: 40px;
    left: 210px;
    font-size: 27px;
}

.ai-pdf-spark--two {
    top: 132px;
    left: 230px;
    color: #43b7c2;
    font-size: 17px;
}

.ai-pdf-flow-line {
    position: absolute;
    top: 215px;
    left: 214px;
    z-index: 1;
    width: 150px;
    fill: none;
    stroke: #67b7cf;
    stroke-width: 2.5;
    stroke-dasharray: 6 6;
    stroke-linecap: round;
}

.ai-pdf-form-window {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 2;
    width: 292px;
    overflow: hidden;
    border: 1px solid #d7e4ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(39, 85, 109, .16);
}

.ai-pdf-form-window__bar {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 11px 13px;
    color: #fff;
    background: #254e63;
}

.ai-pdf-form-window__bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8cafbf;
}

.ai-pdf-form-window__bar span {
    margin-left: 6px;
    font-size: 10px;
    font-weight: 700;
}

.ai-pdf-form-window__body {
    padding: 16px;
}

.ai-pdf-form-window__body p {
    position: relative;
    margin: 0 0 9px;
    padding: 8px 50px 8px 9px;
    border: 1px solid #dfe9ed;
    border-radius: 5px;
    background: #fbfdfe;
}

.ai-pdf-form-window__body p span,
.ai-pdf-form-window__body p b {
    display: block;
}

.ai-pdf-form-window__body p span {
    color: #738691;
    font-size: 8px;
}

.ai-pdf-form-window__body p b {
    margin-top: 2px;
    color: #355465;
    font-size: 11px;
}

.ai-pdf-form-window__body p em {
    position: absolute;
    top: 15px;
    right: 8px;
    padding: 3px 5px;
    border-radius: 8px;
    color: #9a6819;
    background: #fff0c7;
    font-size: 8px;
    font-style: normal;
}

.ai-pdf-form-window__body > div {
    padding: 9px;
    border-radius: 5px;
    color: #247867;
    background: #e8f7f1;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.ai-pdf-form-window__body > div i {
    margin-right: 4px;
    font-style: normal;
}

.ai-pdf-value-strip {
    border-top: 1px solid #deebef;
    border-bottom: 1px solid #deebef;
    background: #fff;
}

.ai-pdf-value-strip .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* BootstrapのclearfixがGridの子要素として列を占めないようにする。 */
.ai-pdf-value-strip .container:before,
.ai-pdf-value-strip .container:after,
.ai-pdf-flow .container:before,
.ai-pdf-flow .container:after {
    display: none;
}

.ai-pdf-value-strip .container > div {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 96px;
    padding: 20px 28px;
    border-left: 1px solid #e3ecef;
}

.ai-pdf-value-strip .container > div:last-child {
    border-right: 1px solid #e3ecef;
}

.ai-pdf-value-strip strong {
    color: #2184aa;
    font-size: 16px;
    white-space: nowrap;
}

.ai-pdf-value-strip span {
    color: #657984;
    font-size: 12px;
    line-height: 1.6;
}

.ai-pdf-section {
    padding: 82px 0;
}

.ai-pdf-section h2 {
    margin: 0;
    color: #294553;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.55;
    text-align: center;
}

.ai-pdf-section > .container > .ai-pdf-section-label {
    text-align: center;
}

.ai-pdf-section-lead {
    max-width: 750px;
    margin: 15px auto 38px;
    color: #5d707a;
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
}

.ai-pdf-problem {
    background: #f7fafb;
}

.ai-pdf-before-after {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    max-width: 980px;
    margin: auto;
}

.ai-pdf-before-after__card {
    overflow: hidden;
    border: 1px solid #dfe8ec;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(33, 78, 101, .07);
}

.ai-pdf-before-after__heading {
    padding: 22px 24px 12px;
}

.ai-pdf-before-after__heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #8b9ba3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.is-after .ai-pdf-before-after__heading span {
    color: #178eaa;
}

.ai-pdf-before-after__heading h3 {
    margin: 0;
    color: #385563;
    font-size: 19px;
    font-weight: 800;
}

.ai-pdf-before-visual,
.ai-pdf-after-visual {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #f1f3f4;
}

.ai-pdf-after-visual {
    background: linear-gradient(135deg, #ebfafd, #eef9f5);
}

.ai-pdf-mini-doc {
    width: 72px;
    height: 92px;
    padding: 12px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(55, 75, 84, .1);
}

.ai-pdf-mini-doc span {
    color: #526772;
    font-size: 9px;
    font-weight: 800;
}

.ai-pdf-mini-doc i {
    display: block;
    height: 4px;
    margin-top: 9px;
    border-radius: 3px;
    background: #d9e1e4;
}

.ai-pdf-eye {
    color: #788d98;
    font-size: 34px;
}

.ai-pdf-mini-keyboard {
    display: grid;
    width: 98px;
    padding: 12px;
    border-radius: 5px;
    background: #6b7d86;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    transform: perspective(120px) rotateX(20deg);
}

.ai-pdf-mini-keyboard i {
    height: 13px;
    border-radius: 2px;
    background: #dce3e6;
}

.ai-pdf-mini-ai {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #39b9c0, #1a89b8);
    box-shadow: 0 7px 17px rgba(26, 137, 184, .2);
    font-size: 24px;
    font-weight: 800;
}

.ai-pdf-mini-fields {
    width: 138px;
    padding: 12px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 6px 17px rgba(44, 91, 107, .1);
}

.ai-pdf-mini-fields p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 7px 0;
}

.ai-pdf-mini-fields i {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #48aa8f;
    font-size: 10px;
    font-style: normal;
}

.ai-pdf-mini-fields p:last-child i {
    color: #8f641e;
    background: #ffde96;
}

.ai-pdf-mini-fields b {
    display: block;
    width: 86px;
    height: 8px;
    border-radius: 8px;
    background: #dbe9ed;
}

.ai-pdf-before-after__card ul {
    margin: 0;
    padding: 18px 24px 23px 42px;
    list-style: none;
}

.ai-pdf-before-after__card li {
    position: relative;
    margin-top: 8px;
    color: #596d78;
    font-size: 13px;
    line-height: 1.6;
}

.ai-pdf-before-after__card li:before {
    position: absolute;
    left: -18px;
    color: #9aa9af;
    content: '•';
}

.is-after li:before {
    color: #2da585;
    content: '✓';
    font-weight: 800;
}

.ai-pdf-change-arrow {
    color: #2c91b4;
    font-size: 31px;
    text-align: center;
}

.ai-pdf-change-arrow span {
    display: block;
    margin-bottom: -5px;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.ai-pdf-benefits {
    background: #fff;
}

.ai-pdf-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ai-pdf-benefit-grid article {
    position: relative;
    padding: 30px 27px 29px;
    border: 1px solid #dfebef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(38, 81, 102, .06);
}

.ai-pdf-benefit-icon {
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 18px;
    color: #2789ad;
    background: #e9f7fc;
}

.ai-pdf-benefit-icon.is-docs {
    color: #d07a32;
    background: #fff3e3;
}

.ai-pdf-benefit-icon.is-check {
    color: #33947d;
    background: #e9f7f2;
}

.ai-pdf-benefit-icon svg,
.ai-pdf-step-icon svg {
    width: 55px;
    height: 55px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ai-pdf-benefit-number {
    position: absolute;
    top: 28px;
    right: 26px;
    color: #d8e7ec;
    font-size: 25px;
    font-weight: 800;
}

.ai-pdf-benefit-grid h3 {
    margin: 0 0 12px;
    color: #355260;
    font-size: 19px;
    font-weight: 800;
}

.ai-pdf-benefit-grid article > p:last-child {
    margin: 0;
    color: #60727c;
    font-size: 14px;
    line-height: 1.8;
}

.ai-pdf-flow {
    background: #eef8fb;
}

.ai-pdf-flow .container {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: 58px;
}

.ai-pdf-flow__intro .ai-pdf-section-label,
.ai-pdf-flow__intro h2 {
    text-align: left;
}

.ai-pdf-flow__intro > p:not(.ai-pdf-section-label) {
    margin: 18px 0;
    color: #5b707b;
    line-height: 1.85;
}

.ai-pdf-flow__note {
    margin-top: 25px;
    padding: 16px 18px;
    border-left: 4px solid #f1a447;
    border-radius: 0 7px 7px 0;
    color: #526975;
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.ai-pdf-flow__note span {
    display: block;
    color: #d17b26;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.ai-pdf-flow__steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ai-pdf-flow__steps li {
    position: relative;
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    min-height: 130px;
    margin-top: 12px;
    padding: 20px 23px;
    border: 1px solid #d8e9ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(34, 83, 103, .06);
    gap: 18px;
}

.ai-pdf-flow__steps li > span {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #9cbdc9;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
}

.ai-pdf-step-icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #2587ae;
    background: #eaf7fb;
}

.ai-pdf-flow__steps h3 {
    margin: 0 0 7px;
    color: #355462;
    font-size: 17px;
    font-weight: 800;
}

.ai-pdf-flow__steps p {
    margin: 0;
    color: #63757e;
    font-size: 13px;
    line-height: 1.7;
}

.ai-pdf-use-cases {
    background: #fff;
}

.ai-pdf-use-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.ai-pdf-use-case-grid article {
    display: flex;
    gap: 18px;
    padding: 25px 22px;
    border-radius: 12px;
    background: #f6fafb;
}

.ai-pdf-use-case-grid article > span {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #2d94b7;
    font-size: 12px;
    font-weight: 800;
}

.ai-pdf-use-case-grid h3 {
    margin: 2px 0 8px;
    color: #385563;
    font-size: 16px;
    font-weight: 800;
}

.ai-pdf-use-case-grid p {
    margin: 0;
    color: #62757e;
    font-size: 13px;
    line-height: 1.7;
}

.ai-pdf-spec {
    background: linear-gradient(140deg, #f0f9fb, #f8fbfc);
}

.ai-pdf-spec__card {
    display: grid;
    grid-template-columns: 1fr 265px;
    max-width: 980px;
    margin: auto;
    padding: 42px;
    border: 1px solid #d9e8ed;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 13px 33px rgba(36, 79, 100, .08);
    gap: 32px;
}

.ai-pdf-spec__heading .ai-pdf-section-label,
.ai-pdf-spec__heading h2 {
    text-align: left;
}

.ai-pdf-spec__heading h2 {
    font-size: 26px;
}

.ai-pdf-spec__heading > p:last-child {
    margin: 14px 0 0;
    color: #5e727c;
    line-height: 1.8;
}

.ai-pdf-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 170px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, #31a9b5, #177faa);
    text-align: center;
}

.ai-pdf-price small {
    font-size: 12px;
}

.ai-pdf-price strong {
    margin: 5px 0;
    font-size: 45px;
    line-height: 1.15;
}

.ai-pdf-price em {
    margin-left: 5px;
    font-size: 13px;
    font-style: normal;
}

.ai-pdf-price span {
    font-size: 10px;
    opacity: .86;
}

.ai-pdf-spec__list {
    display: grid;
    margin: 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e2eaed;
    border-bottom: 1px solid #e2eaed;
}

.ai-pdf-spec__list div {
    padding: 19px 18px;
    border-left: 1px solid #e2eaed;
}

.ai-pdf-spec__list div:first-child {
    border-left: none;
}

.ai-pdf-spec__list dt {
    margin-bottom: 7px;
    color: #2188ab;
    font-size: 11px;
    font-weight: 800;
}

.ai-pdf-spec__list dd {
    margin: 0;
    color: #516773;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.ai-pdf-spec__notice {
    margin: -10px 0 0;
    padding: 13px 16px;
    border-radius: 6px;
    color: #765b32;
    background: #fff8e9;
    font-size: 12px;
    line-height: 1.7;
    grid-column: 1 / -1;
}

.ai-pdf-faq {
    background: #fff;
}

.ai-pdf-faq__list {
    max-width: 860px;
    margin: 32px auto 0;
}

.ai-pdf-faq details {
    margin-top: 11px;
    border: 1px solid #dfe9ed;
    border-radius: 9px;
    background: #fafcfd;
}

.ai-pdf-faq summary {
    position: relative;
    padding: 19px 50px 19px 22px;
    color: #3e5967;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.ai-pdf-faq summary::-webkit-details-marker {
    display: none;
}

.ai-pdf-faq summary:after {
    position: absolute;
    top: 14px;
    right: 19px;
    color: #258bb0;
    content: '+';
    font-size: 25px;
    font-weight: 400;
}

.ai-pdf-faq details[open] summary:after {
    content: '−';
}

.ai-pdf-faq summary span,
.ai-pdf-faq details p span {
    margin-right: 10px;
    color: #258bb0;
    font-weight: 800;
}

.ai-pdf-faq details p {
    margin: 0;
    padding: 0 24px 20px 53px;
    color: #60737d;
    font-size: 14px;
    line-height: 1.8;
}

.ai-pdf-cta {
    padding: 58px 0;
    color: #fff;
    background: linear-gradient(135deg, #1b779f, #17658c);
}

.ai-pdf-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ai-pdf-cta p {
    margin: 0 0 8px;
    color: #ccecf5;
    font-size: 13px;
    font-weight: 700;
}

.ai-pdf-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.5;
}

.ai-pdf-cta .ai-pdf-actions {
    flex: 0 0 auto;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .ai-pdf-breadcrumb-wrap {
        padding-top: 4px;
    }

    .ai-pdf-hero {
        padding: 34px 0 42px;
    }

    .ai-pdf-hero__inner,
    .ai-pdf-cta__inner {
        display: block;
    }

    .ai-pdf-hero h1 {
        font-size: 31px;
        line-height: 1.48;
    }

    .ai-pdf-hero__lead {
        font-size: 14px;
        line-height: 1.85;
    }

    .ai-pdf-hero__lead br {
        display: none;
    }

    .ai-pdf-actions {
        display: block;
    }

    .ai-pdf-button {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

    .ai-pdf-hero__points {
        display: block;
    }

    .ai-pdf-hero__points li {
        margin-top: 7px;
    }

    .ai-pdf-hero__visual {
        width: 330px;
        max-width: 100%;
        height: 330px;
        margin: 36px auto 0;
        transform: scale(.9);
        transform-origin: center top;
    }

    .ai-pdf-document--back {
        left: 0;
    }

    .ai-pdf-document--front {
        left: 45px;
    }

    .ai-pdf-ai-core {
        top: 150px;
        left: 122px;
    }

    .ai-pdf-spark--one {
        left: 177px;
    }

    .ai-pdf-spark--two {
        left: 200px;
    }

    .ai-pdf-flow-line {
        top: 185px;
        left: 183px;
        width: 100px;
    }

    .ai-pdf-form-window {
        right: -8px;
        width: 250px;
    }

    .ai-pdf-value-strip .container {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ai-pdf-value-strip .container > div {
        min-height: 0;
        padding: 15px 5px;
        border: none;
        border-top: 1px solid #e3ecef;
    }

    .ai-pdf-value-strip .container > div:first-child {
        border-top: none;
    }

    .ai-pdf-value-strip .container > div:last-child {
        border-right: none;
    }

    .ai-pdf-value-strip strong {
        flex: 0 0 120px;
    }

    .ai-pdf-section {
        padding: 52px 0;
    }

    .ai-pdf-section h2 {
        font-size: 25px;
        line-height: 1.55;
    }

    .ai-pdf-section-lead {
        margin-bottom: 26px;
        font-size: 14px;
        text-align: left;
    }

    .ai-pdf-before-after {
        display: block;
    }

    .ai-pdf-change-arrow {
        padding: 8px 0;
        transform: rotate(90deg);
    }

    .ai-pdf-change-arrow span {
        display: none;
    }

    .ai-pdf-before-after__heading {
        padding: 20px 18px 12px;
    }

    .ai-pdf-before-after__card ul {
        padding: 15px 18px 20px 36px;
    }

    .ai-pdf-benefit-grid,
    .ai-pdf-use-case-grid {
        grid-template-columns: 1fr;
    }

    .ai-pdf-benefit-grid article {
        padding: 24px 21px;
    }

    .ai-pdf-flow .container {
        display: block;
    }

    .ai-pdf-flow__intro h2 {
        text-align: left;
    }

    .ai-pdf-flow__steps {
        margin-top: 28px;
    }

    .ai-pdf-flow__steps li {
        grid-template-columns: 60px 1fr;
        min-height: 116px;
        padding: 18px 15px;
        gap: 13px;
    }

    .ai-pdf-step-icon {
        width: 58px;
        height: 58px;
    }

    .ai-pdf-step-icon svg {
        width: 45px;
        height: 45px;
    }

    .ai-pdf-spec__card {
        display: block;
        padding: 27px 18px;
    }

    .ai-pdf-spec__heading h2 {
        font-size: 23px;
    }

    .ai-pdf-price {
        margin-top: 24px;
    }

    .ai-pdf-spec__list {
        display: block;
        margin-top: 25px;
    }

    .ai-pdf-spec__list div {
        padding: 14px 4px;
        border-top: 1px solid #e2eaed;
        border-left: none;
    }

    .ai-pdf-spec__list div:first-child {
        border-top: none;
    }

    .ai-pdf-spec__notice {
        margin-top: 18px;
    }

    .ai-pdf-faq summary {
        padding: 17px 42px 17px 15px;
        font-size: 14px;
        line-height: 1.55;
    }

    .ai-pdf-faq details p {
        padding: 0 15px 18px;
        font-size: 13px;
    }

    .ai-pdf-cta {
        padding: 42px 0;
        text-align: center;
    }

    .ai-pdf-cta h2 {
        font-size: 23px;
    }

    .ai-pdf-cta .ai-pdf-actions {
        margin-top: 20px;
    }
}
