/* ============================================================
   new-opening-campaign LP - first view
   ============================================================ */

.ai-new-opening-campaign-body {
    --noc-blue: #176fe7;
    --noc-blue-dark: #0a2b62;
    --noc-blue-soft: #eaf5ff;
    --noc-red: #e92b63;
    --noc-line: #d6e2ee;
    --noc-muted: #6c7d91;
    background: #f4fbff;
}

.ai-new-opening-campaign-body .ai-v2-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 40;
    padding: 8px 0 0;
    background: transparent;
    border-bottom: 0;
}

.ai-new-opening-campaign-body .ai-v2-header__inner {
    width: min(100% - 84px, 1452px);
    align-items: flex-start;
}

.ai-new-opening-campaign-body .ai-v2-logo {
    display: block;
}

.ai-new-opening-campaign-body .ai-v2-logo__image {
    width: 286px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.ai-new-opening-campaign-body .ai-v2-logo__service,
.ai-new-opening-campaign-body .ai-v2-header__nav,
.ai-new-opening-campaign-body .ai-v2-header__actions {
    display: none;
}

.noc-fv {
    position: relative;
    min-height: 100vh;
    padding: 31px 0 26px;
    overflow: hidden;
    background:
        linear-gradient(119deg, rgba(227, 244, 255, 0) 0 62%, rgba(216, 239, 255, 0.74) 62.2% 100%),
        linear-gradient(243deg, rgba(255, 255, 255, 0) 0 67%, rgba(218, 238, 254, 0.62) 67.2% 100%),
        linear-gradient(180deg, #fbfdff 0%, #edf8ff 100%);
}

.noc-fv::before {
    content: "";
    position: absolute;
    inset: auto auto -23vw -11vw;
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    border: 72px solid rgba(216, 239, 255, 0.58);
    opacity: 0.75;
    pointer-events: none;
}

.noc-fv::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.62) 0 20%, transparent 20.2% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.noc-fv__grid {
    position: relative;
    z-index: 2;
    width: min(100% - 84px, 1452px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.17fr) minmax(520px, 0.83fr);
    gap: 64px;
    align-items: start;
}

.noc-fv__pitch {
    min-width: 0;
    padding-top: 101px;
    text-align: center;
}

.noc-fv__eyebrow {
    width: min(100%, 680px);
    margin: 0 auto 24px;
}

.noc-fv__eyebrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 54px;
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
    background: linear-gradient(180deg, #1e7cf2 0%, #1768d7 100%);
    color: #fff;
    font-size: clamp(21px, 2.1vw, 29px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.35;
    text-shadow: 0 2px 0 rgba(5, 44, 110, 0.13);
}

.noc-fv__hero {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.06em 0.16em;
    color: var(--noc-blue);
    font-size: clamp(52px, 4.9vw, 74px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.noc-fv__amount {
    color: var(--noc-blue);
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0;
}

.noc-fv__amount--gift,
.noc-fv__unit--gift {
    color: var(--noc-red);
}

.noc-fv__unit {
    color: var(--noc-blue);
    font-size: 0.58em;
    font-weight: 900;
    letter-spacing: 0;
}

.noc-fv__or {
    color: var(--noc-blue-dark);
    font-size: 0.38em;
    font-weight: 900;
    letter-spacing: 0;
}

.noc-fv__lead {
    margin: 22px 0 50px;
    color: var(--noc-blue-dark);
    font-size: clamp(27px, 2.55vw, 40px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.noc-fv__plans-label {
    position: relative;
    width: fit-content;
    margin: 0 auto 32px;
    color: var(--noc-blue);
    font-size: clamp(18px, 1.7vw, 26px);
    font-weight: 900;
    line-height: 1.2;
}

.noc-fv__plans-label::before,
.noc-fv__plans-label::after {
    position: absolute;
    top: 50%;
    color: var(--noc-blue);
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.noc-fv__plans-label::before {
    content: "\\";
    left: -36px;
}

.noc-fv__plans-label::after {
    content: "/";
    right: -36px;
}

.noc-fv__plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin: 0 28px;
}

.noc-plan {
    position: relative;
    min-height: 223px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    text-align: center;
}

.noc-plan--a {
    border: 2px solid var(--noc-red);
    background: linear-gradient(180deg, rgba(255, 248, 250, 0.94), rgba(255, 255, 255, 0.76));
}

.noc-plan--b {
    border: 2px solid var(--noc-blue);
    background: linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.78));
}

.noc-plan__badge {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%);
    box-shadow: 0 14px 28px rgba(14, 69, 142, 0.16);
}

.noc-plan--a .noc-plan__badge {
    background: var(--noc-red);
}

.noc-plan--b .noc-plan__badge {
    background: var(--noc-blue);
}

.noc-plan__title {
    margin: 0;
    color: var(--noc-blue);
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: 0;
}

.noc-plan--a .noc-plan__title,
.noc-plan--a .noc-plan__sub {
    color: var(--noc-red);
}

.noc-plan__title strong {
    font-size: 1.32em;
    font-weight: 900;
    letter-spacing: 0;
}

.noc-plan__title span {
    font-size: 0.7em;
    font-weight: 900;
}

.noc-plan__sub {
    margin: 8px 0 0;
    font-size: clamp(16px, 1.55vw, 22px);
    font-weight: 900;
    line-height: 1.2;
}

.noc-fv__meta {
    margin: 40px 28px 28px;
    padding: 28px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(17, 92, 173, 0.08);
}

.noc-fv__meta-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.noc-fv__meta-item + .noc-fv__meta-item {
    padding-left: 28px;
    border-left: 1px solid #d8e0ea;
}

.noc-fv__meta-icon {
    position: relative;
    grid-row: 1 / 3;
    width: 58px;
    height: 58px;
    display: block;
    color: var(--noc-blue);
}

.noc-fv__meta-item:first-child .noc-fv__meta-icon::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 50px;
    height: 44px;
    background:
        radial-gradient(circle at 17px 12px, currentColor 0 8px, transparent 8.4px),
        radial-gradient(circle at 40px 16px, currentColor 0 6px, transparent 6.4px),
        radial-gradient(ellipse at 17px 38px, currentColor 0 14px, transparent 14.4px),
        radial-gradient(ellipse at 41px 40px, currentColor 0 11px, transparent 11.4px);
    opacity: 0.92;
}

.noc-fv__meta-item:first-child .noc-fv__meta-icon::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 10px;
    width: 8px;
    height: 8px;
    border: 5px solid #fff;
    border-radius: 999px;
}

.noc-fv__meta-item:nth-child(2) .noc-fv__meta-icon::before {
    content: "";
    position: absolute;
    inset: 10px 8px 8px 8px;
    background:
        linear-gradient(currentColor, currentColor) 0 24px / 8px 18px no-repeat,
        linear-gradient(currentColor, currentColor) 16px 13px / 8px 29px no-repeat,
        linear-gradient(currentColor, currentColor) 32px 4px / 8px 38px no-repeat;
    border-left: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
}

.noc-fv__meta-item:nth-child(2) .noc-fv__meta-icon::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-top: 6px solid currentColor;
    border-right: 6px solid currentColor;
    transform: rotate(-6deg);
}

.noc-fv__meta-label {
    display: block;
    color: var(--noc-blue);
    font-size: clamp(20px, 1.6vw, 26px);
    font-weight: 900;
    line-height: 1.2;
}

.noc-fv__meta-value {
    display: block;
    margin-top: 8px;
    color: var(--noc-blue-dark);
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 900;
    line-height: 1.5;
}

.noc-fv__note {
    margin: 0;
    color: #121a27;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
}

.noc-fv__form {
    min-width: 0;
}

.noc-form-card {
    width: 100%;
    min-height: calc(100vh - 56px);
    padding: 31px 33px 26px;
    border: 1px solid rgba(214, 226, 238, 0.92);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 28px 58px rgba(16, 71, 129, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.74) inset;
}

.noc-form-card__head {
    margin: 0 0 26px;
    text-align: center;
}

.noc-form-card__head h2 {
    margin: 0;
    color: var(--noc-blue-dark);
    font-size: clamp(28px, 2.55vw, 39px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.noc-form-card__head span {
    display: block;
    margin-top: 10px;
    color: var(--noc-blue);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.noc-form-card__embed {
    width: 100%;
}

.noc-form-card__embed .hs-richtext,
.noc-form-card__embed .hs-form-private > .hs-richtext:first-child,
.noc-form-card__embed h1,
.noc-form-card__embed h2,
.noc-form-card__embed h3 {
    display: none !important;
}

.noc-form-card__embed .hs-form-frame {
    width: 100%;
}

.noc-form-card__embed iframe,
.ai-new-opening-campaign-body .ai-v2-hubspot-form iframe {
    width: 100%;
    min-height: 600px;
    border: 0;
}

.noc-form-card__embed form,
.noc-form-card__embed .hs-form {
    display: grid;
    gap: 19px;
    margin: 0;
}

.noc-form-card__embed .hs-form-field {
    margin: 0;
}

.noc-form-card__embed label,
.noc-form-card__embed .hs-form-field > label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px;
    color: var(--noc-blue-dark);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.noc-form-card__embed .hs-form-required,
.noc-form-card__embed .hs_required,
.noc-form-card__embed .required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 23px;
    padding: 0 6px;
    border-radius: 4px;
    background: #ff4c71;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.noc-form-card__embed input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.noc-form-card__embed select,
.noc-form-card__embed textarea {
    width: 100%;
    min-height: 53px;
    padding: 0 17px;
    border: 1px solid #cdd7e3;
    border-radius: 6px;
    background: #fff;
    color: var(--noc-blue-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: inset 0 1px 3px rgba(16, 71, 129, 0.05);
}

.noc-form-card__embed textarea {
    min-height: 98px;
    padding-top: 13px;
}

.noc-form-card__embed input::placeholder,
.noc-form-card__embed textarea::placeholder {
    color: #7d8796;
}

.noc-form-card__embed .inputs-list,
.noc-form-card__embed ul.inputs-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.noc-form-card__embed .inputs-list li {
    margin: 0;
}

.noc-form-card__embed .inputs-list label {
    min-height: 61px;
    margin: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #d6e0ea;
    background: #fff;
    color: var(--noc-blue);
    font-size: 17px;
    font-weight: 900;
    text-align: center;
}

.noc-form-card__embed .inputs-list li:first-child label {
    border-radius: 7px 0 0 7px;
}

.noc-form-card__embed .inputs-list li:last-child label {
    border-left: 0;
    border-radius: 0 7px 7px 0;
}

.noc-form-card__embed input[type="radio"],
.noc-form-card__embed input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--noc-red);
    flex: 0 0 auto;
}

.noc-form-card__embed .hs-button,
.noc-form-card__embed input[type="submit"] {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(180deg, #1f7cf0 0%, #1266d6 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(23, 111, 231, 0.24);
}

.noc-form-card__embed .hs-error-msgs {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    color: #d82954;
    font-size: 12px;
    font-weight: 800;
}

.noc-form-card__privacy {
    margin: 22px 0 0;
    color: #6f7a89;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.noc-form-card__privacy::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-right: 7px;
    vertical-align: -2px;
    background:
        linear-gradient(#7a8695, #7a8695) 2px 7px / 8px 7px no-repeat,
        radial-gradient(circle at 50% 7px, transparent 0 4px, #7a8695 4.4px 5.5px, transparent 5.9px);
}

.noc-form-card__notice {
    margin-top: 28px;
    min-height: 83px;
    padding: 17px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #edf7ff 0%, #e7f4ff 100%);
}

.noc-form-card__notice-icon {
    position: relative;
    width: 58px;
    height: 48px;
    flex: 0 0 auto;
    color: var(--noc-blue);
}

.noc-form-card__notice-icon::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 28px;
    height: 28px;
    border: 4px solid currentColor;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 44%, currentColor 0 2px, transparent 2.4px),
        radial-gradient(circle at 65% 44%, currentColor 0 2px, transparent 2.4px);
}

.noc-form-card__notice-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 2px;
    height: 20px;
    border: 4px solid currentColor;
    border-top: 0;
    border-radius: 0 0 20px 20px;
}

.noc-form-card__notice strong {
    display: block;
    color: var(--noc-blue);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.noc-form-card__notice p {
    margin: 2px 0 0;
    color: var(--noc-blue-dark);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.noc-section {
    position: relative;
    background: #fff;
}

.noc-section--blue {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.noc-section--pale {
    background: #f6fbff;
}

.noc-section__head {
    margin: 0 0 34px;
}

.noc-section__head h2 {
    margin: 0;
    color: var(--noc-blue-dark);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.noc-section__head p {
    width: min(100%, 780px);
    margin: 14px 0 0;
    color: #526b86;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.85;
}

.noc-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.noc-pain-grid article {
    min-height: 340px;
    padding: 28px;
    border: 1px solid #d9e4ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 68, 124, 0.08);
}

.noc-pain-grid img {
    display: block;
    width: 126px;
    height: 126px;
    object-fit: contain;
    margin: 0 0 20px;
}

.noc-pain-grid h3,
.noc-solution__body h3,
.noc-benefit-panel h3,
.noc-flow h3 {
    margin: 0;
    color: var(--noc-blue-dark);
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0;
}

.noc-pain-grid h3 {
    font-size: 22px;
}

.noc-pain-grid p,
.noc-solution__body p,
.noc-benefit-panel p,
.noc-flow p {
    margin: 12px 0 0;
    color: #526b86;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.85;
}

.noc-solution {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 34px;
    align-items: center;
}

.noc-solution figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid #d9e4ef;
    border-radius: 12px;
    background: #edf4f8;
    box-shadow: 0 22px 54px rgba(18, 68, 124, 0.12);
}

.noc-solution figure img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.noc-solution__body h3 {
    font-size: clamp(25px, 2.35vw, 36px);
}

.noc-solution__note {
    margin-top: 28px;
    padding: 24px 28px;
    border: 2px solid #ce5738;
    border-radius: 8px;
    background: #fff5ef;
}

.noc-solution__note strong,
.noc-solution__note span {
    display: block;
}

.noc-solution__note strong {
    color: #b9462c;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
}

.noc-solution__note span {
    margin-top: 8px;
    color: #5e4d43;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.75;
}

.noc-benefit-tabs {
    border: 1px solid #cfdce9;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(18, 68, 124, 0.08);
}

.noc-benefit-tabs__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.noc-benefit-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #eef2f6;
}

.noc-benefit-tabs__nav label {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6d7480;
    font-size: clamp(20px, 1.9vw, 28px);
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

#noc-benefit-a:checked ~ .noc-benefit-tabs__nav label[for="noc-benefit-a"],
#noc-benefit-b:checked ~ .noc-benefit-tabs__nav label[for="noc-benefit-b"] {
    color: #101820;
    background: #fff;
    border-bottom-color: var(--noc-blue-dark);
}

#noc-benefit-b:checked ~ .noc-benefit-tabs__nav label[for="noc-benefit-b"] {
    border: 3px solid var(--noc-blue);
    border-bottom: 4px solid var(--noc-blue-dark);
    border-radius: 6px 6px 2px 2px;
}

.noc-benefit-tabs__panels {
    position: relative;
    min-height: 290px;
}

.noc-benefit-panel {
    display: none;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 36px 40px;
}

#noc-benefit-a:checked ~ .noc-benefit-tabs__panels .noc-benefit-panel--a,
#noc-benefit-b:checked ~ .noc-benefit-tabs__panels .noc-benefit-panel--b {
    display: grid;
}

.noc-benefit-panel img {
    display: block;
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.noc-benefit-panel h3 {
    font-size: clamp(24px, 2.25vw, 34px);
}

.noc-benefit-panel span {
    width: fit-content;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #99a3ad;
    border-radius: 999px;
    color: #69727d;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.noc-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.noc-flow article {
    position: relative;
    min-height: 280px;
    padding: 26px 22px;
    border: 1px solid #cfdce9;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 36px rgba(18, 68, 124, 0.07);
}

.noc-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #8c98a5;
    border-right: 3px solid #8c98a5;
    transform: translateY(-50%) rotate(45deg);
}

.noc-flow img {
    display: block;
    width: 118px;
    height: 118px;
    object-fit: contain;
    margin: 0 auto 14px;
}

.noc-flow h3 {
    font-size: 21px;
}

#pain,
#solution,
#benefits,
#flow {
    scroll-margin-top: 24px;
}

@media (max-width: 1180px) {
    .noc-fv {
        min-height: 0;
        padding-top: 112px;
    }

    .noc-fv__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .noc-fv__pitch {
        padding-top: 0;
    }

    .noc-fv__form {
        max-width: 720px;
        margin: 0 auto;
    }

    .noc-form-card {
        min-height: 0;
    }

    .noc-pain-grid,
    .noc-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noc-solution {
        grid-template-columns: 1fr;
    }

    .noc-flow article:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .ai-new-opening-campaign-body .ai-v2-header {
        padding-top: 18px;
    }

    .ai-new-opening-campaign-body .ai-v2-header__inner,
    .noc-fv__grid {
        width: min(100% - 28px, 520px);
    }

    .ai-new-opening-campaign-body .ai-v2-logo__image {
        width: 210px;
    }

    .noc-fv {
        padding: 84px 0 20px;
    }

    .noc-fv__eyebrow span {
        min-height: 50px;
        padding: 0 34px;
        font-size: 17px;
    }

    .noc-fv__hero {
        font-size: clamp(38px, 11vw, 52px);
    }

    .noc-fv__lead {
        margin: 16px 0 38px;
        font-size: 25px;
    }

    .noc-fv__plans {
        margin: 0;
        gap: 16px;
    }

    .noc-plan {
        min-height: 160px;
    }

    .noc-plan__badge {
        width: 44px;
        height: 44px;
        top: -21px;
        font-size: 23px;
    }

    .noc-fv__meta {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px;
    }

    .noc-fv__meta-item + .noc-fv__meta-item {
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid #d8e0ea;
    }

    .noc-form-card {
        padding: 26px 18px 22px;
    }

    .noc-pain-grid,
    .noc-flow {
        grid-template-columns: 1fr;
    }

    .noc-pain-grid article {
        min-height: 0;
    }

    .noc-benefit-tabs__nav {
        grid-template-columns: 1fr;
    }

    .noc-benefit-tabs__nav label {
        min-height: 66px;
    }

    .noc-benefit-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 22px;
        text-align: center;
    }

    .noc-benefit-panel img {
        margin: 0 auto;
    }

    .noc-benefit-panel span {
        margin-left: auto;
        margin-right: auto;
    }

    .noc-flow article:not(:last-child)::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -28px;
        transform: translateX(-50%) rotate(135deg);
    }

    .noc-flow article:nth-child(2)::after {
        display: block;
    }
}

@media (max-width: 520px) {
    .noc-fv__plans {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .noc-fv__plans-label::before {
        left: -24px;
    }

    .noc-fv__plans-label::after {
        right: -24px;
    }

    .noc-form-card__embed .inputs-list,
    .noc-form-card__embed ul.inputs-list {
        grid-template-columns: 1fr;
    }

    .noc-form-card__embed .inputs-list li:first-child label {
        border-radius: 7px 7px 0 0;
    }

    .noc-form-card__embed .inputs-list li:last-child label {
        border-left: 1px solid #d6e0ea;
        border-top: 0;
        border-radius: 0 0 7px 7px;
    }

    .noc-form-card__notice {
        padding: 16px;
    }
}

/* === 開業ステーションの声 === */
.noc-voices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.noc-voice {
    background: #fff;
    border-radius: 14px;
    padding: 28px 32px 30px;
    box-shadow: 0 14px 32px rgba(17, 92, 173, 0.07);
    border: 1px solid rgba(17, 92, 173, 0.06);
}

.noc-voice__head {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 20px;
}

.noc-voice__avatar {
    width: 132px;
    height: 132px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    background: #eef3fb;
}

.noc-voice__name {
    margin: 0;
    color: var(--noc-blue-dark);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.noc-voice__station {
    margin: 6px 0 0;
    color: #4c5b71;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.noc-voice__body {
    margin: 0;
    color: #1a2436;
}

.noc-voice__body p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

@media (max-width: 760px) {
    .noc-voices {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .noc-voice {
        padding: 22px 22px 24px;
    }
    .noc-voice__head {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 14px;
    }
    .noc-voice__avatar {
        width: 96px;
        height: 96px;
    }
    .noc-voice__name {
        font-size: 16px;
    }
    .noc-voice__body p {
        font-size: 14px;
        line-height: 1.85;
    }
}

/* === voices 事例カード型（kt-208） === */
.noc-voice-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(17, 92, 173, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 10px 24px rgba(17, 92, 173, 0.05);
}

.noc-voice-card:hover,
.noc-voice-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17, 92, 173, 0.14);
    outline: none;
}

.noc-voice-card__visual {
    position: relative;
    aspect-ratio: 16 / 9;
    background-color: #e8eef7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.noc-voice-card__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,0.18));
    pointer-events: none;
}

.noc-voice-card__body {
    padding: 24px 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1 1 auto;
}

.noc-voice-card__headline {
    margin: 0;
    color: var(--noc-blue-dark);
    font-size: clamp(17px, 1.45vw, 21px);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: 0;
}

.noc-voice-card__person {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.noc-voice-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
    background: #eef3fb;
}

.noc-voice-card__person-name {
    margin: 0;
    color: #1a2436;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
}

.noc-voice-card__person-station {
    margin: 4px 0 0;
    color: #6c7d91;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.noc-voice-card__foot {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 92, 173, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.noc-voice-card__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.noc-voice-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    border: 1px solid rgba(17, 92, 173, 0.2);
    border-radius: 999px;
    color: var(--noc-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    background: #fff;
    letter-spacing: 0;
}

.noc-voice-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--noc-blue);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    transition: transform .25s ease;
    flex-shrink: 0;
}

.noc-voice-card:hover .noc-voice-card__arrow,
.noc-voice-card:focus-visible .noc-voice-card__arrow {
    transform: translateX(6px);
}

@media (max-width: 760px) {
    .noc-voice-card__body {
        padding: 20px 22px 20px;
        gap: 14px;
    }
    .noc-voice-card__headline {
        font-size: 16px;
        line-height: 1.5;
    }
    .noc-voice-card__person {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }
    .noc-voice-card__avatar {
        width: 48px;
        height: 48px;
    }
}
