:root {
    --aib-bg: #f4f0e9;
    --aib-card: #fbf8f2;
    --aib-paper: #ffffff;
    --aib-ink: #1c1815;
    --aib-ink-soft: #2a2521;
    --aib-text: #3a342e;
    --aib-muted: #6b6157;
    --aib-subtle: #9a8f80;
    --aib-line: #ded6c8;
    --aib-line-dark: #332d28;
    --aib-brand: #db5a2d;
    --aib-brand-strong: #c24a20;
    --aib-brand-tint: #f7e9e0;
    --aib-radius: 18px;
    --aib-radius-lg: 24px;
    --aib-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

html {
    scroll-behavior: smooth;
}

body.ai-landing.aib-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--aib-bg);
    color: var(--aib-ink);
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}

.aib-page *,
.aib-page *::before,
.aib-page *::after {
    box-sizing: border-box;
}

.aib-page a {
    color: inherit;
    text-decoration: none;
}

.aib-page main a:focus-visible,
.aib-page main button:focus-visible,
.aib-page main input:focus-visible,
.aib-page main textarea:focus-visible,
.aib-page main summary:focus-visible {
    outline: 3px solid rgba(219, 90, 45, 0.35);
    outline-offset: 3px;
}

.aib-page ::selection {
    background: var(--aib-brand);
    color: #fff;
}

.aib-container {
    width: min(calc(100% - 3rem), 1200px);
    margin-inline: auto;
}

.aib-page .scroll-progress {
    background: var(--aib-brand);
}

.aib-kicker,
.aib-eyebrow,
.aib-mono-label {
    margin: 0;
    font-family: var(--aib-mono);
    text-transform: uppercase;
}

.aib-kicker,
.aib-eyebrow {
    color: var(--aib-brand);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.aib-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.aib-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--aib-brand);
}

.aib-hero {
    border-bottom: 1px solid var(--aib-line);
}

.aib-hero .aib-container {
    padding-top: 80px;
}

.aib-hero h1 {
    max-width: 980px;
    margin: 24px 0 0;
    color: var(--aib-ink);
    font-size: clamp(42px, 5.8vw, 76px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.06;
    text-wrap: balance;
}

.aib-hero h1 em {
    color: var(--aib-brand);
    font-style: normal;
}

.aib-hero__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    margin-top: 32px;
}

.aib-hero__intro > p {
    max-width: 560px;
    margin: 0;
    color: var(--aib-muted);
    font-size: 18px;
    line-height: 1.7;
}

.aib-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aib-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.aib-button:focus-visible,
.aib-faq summary:focus-visible {
    outline: 3px solid rgba(219, 90, 45, 0.35);
    outline-offset: 3px;
}

.aib-button--primary {
    background: var(--aib-brand);
    color: #fff !important;
}

.aib-button--primary:hover {
    background: var(--aib-brand-strong);
}

.aib-button--secondary {
    border-color: #c9bfb0;
    color: var(--aib-ink);
}

.aib-button--secondary:hover {
    border-color: var(--aib-ink);
}

.aib-button--ink {
    background: var(--aib-ink);
    color: #fff !important;
}

.aib-button--ink:hover {
    background: var(--aib-ink-soft);
}

.aib-conversation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    margin-top: 56px;
    padding: 40px;
    overflow: hidden;
    border-radius: var(--aib-radius-lg) var(--aib-radius-lg) 0 0;
    background: var(--aib-ink);
    color: #ede7de;
}

.aib-chat {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aib-chat p {
    margin: 0;
}

.aib-bubble {
    max-width: 90%;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.55;
}

.aib-bubble--ai {
    align-self: flex-start;
    border: 1px solid #3a342e;
    border-radius: 16px 16px 16px 4px;
    background: var(--aib-ink-soft);
}

.aib-bubble--customer {
    align-self: flex-end;
    border-radius: 16px 16px 4px 16px;
    background: var(--aib-brand);
    color: #fff;
}

.aib-handoff {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(219, 90, 45, 0.4);
    border-radius: 999px;
    background: rgba(219, 90, 45, 0.16);
    color: #f0a886;
    font-size: 12px;
    font-weight: 600;
}

.aib-handoff span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--aib-brand);
}

.aib-response-steps {
    display: grid;
    gap: 16px;
}

.aib-mono-label {
    color: #8a8178;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.aib-response-steps > div {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #322c27;
}

.aib-response-steps strong {
    color: var(--aib-brand);
    font-family: var(--aib-mono);
    font-size: 13px;
    font-weight: 600;
}

.aib-response-steps span {
    color: #ede7de;
    font-size: 15px;
    font-weight: 600;
}

.aib-section {
    padding: 104px 0;
}

.aib-section-heading h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--aib-ink);
    font-size: clamp(32px, 3.6vw, 44px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-wrap: balance;
}

.aib-section-heading > p:last-child {
    max-width: 560px;
    margin: 16px 0 0;
    color: var(--aib-muted);
    font-size: 16px;
    line-height: 1.7;
}

.aib-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.aib-section-heading--split > p {
    max-width: 420px;
    margin: 0 0 4px;
    color: var(--aib-muted);
    font-size: 16px;
    line-height: 1.7;
}

.aib-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 48px;
    border-top: 1px solid var(--aib-line);
    border-left: 1px solid var(--aib-line);
}

.aib-benefit-card {
    min-width: 0;
    padding: 32px;
    border-right: 1px solid var(--aib-line);
    border-bottom: 1px solid var(--aib-line);
    background: var(--aib-card);
    transition: background-color 180ms ease;
}

.aib-benefit-card:hover {
    background: var(--aib-paper);
}

.aib-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aib-card-meta span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--aib-brand-tint);
    color: var(--aib-brand);
    font-family: var(--aib-mono);
    font-size: 13px;
    font-weight: 600;
}

.aib-card-meta small {
    color: var(--aib-subtle);
    font-family: var(--aib-mono);
    font-size: 11px;
    letter-spacing: 0.04em;
}

.aib-benefit-card h3,
.aib-feature-card h3,
.aib-usecase-card h3,
.aib-process-list h3 {
    margin: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

.aib-benefit-card h3 {
    margin-top: 24px;
}

.aib-benefit-card > p,
.aib-feature-card > p,
.aib-usecase-card > p,
.aib-process-list p {
    color: var(--aib-muted);
    font-size: 14px;
    line-height: 1.7;
}

.aib-benefit-card > p {
    margin: 12px 0 0;
}

.aib-benefit-card ul,
.aib-usecase-card ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.aib-benefit-card li,
.aib-usecase-card li {
    position: relative;
    padding-left: 20px;
    color: var(--aib-text);
    font-size: 14px;
}

.aib-benefit-card li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--aib-brand);
}

.aib-features {
    background: var(--aib-ink);
    color: #f4f0e9;
}

.aib-section-heading--dark h2 {
    color: #f4f0e9;
}

.aib-section-heading--dark > p:last-child {
    color: #b2a99d;
}

.aib-section-heading--dark .aib-eyebrow {
    color: #f0a886;
}

.aib-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.aib-feature-card {
    padding: 32px;
    border: 1px solid var(--aib-line-dark);
    border-radius: var(--aib-radius);
    background: #24201c;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.aib-feature-card:hover {
    border-color: var(--aib-brand);
    background: #28231f;
}

.aib-feature-card h3 {
    color: #f4f0e9;
}

.aib-feature-card > p {
    margin: 12px 0 0;
    color: #b2a99d;
}

.aib-feature-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.aib-feature-card li {
    padding: 8px 14px;
    border: 1px solid #3a342e;
    border-radius: 999px;
    background: #2e2924;
    color: #ede7de;
    font-size: 12px;
}

.aib-process-list {
    margin: 48px 0 0;
    padding: 0 32px;
    border: 1px solid var(--aib-line);
    border-radius: var(--aib-radius-lg);
    background: var(--aib-card);
    list-style: none;
}

.aib-process-list li {
    display: grid;
    grid-template-columns: 120px minmax(180px, 0.8fr) minmax(0, 1.5fr);
    gap: 32px;
    align-items: start;
    padding: 28px 0;
    border-top: 1px solid var(--aib-line);
}

.aib-process-list li:first-child {
    border-top: 0;
}

.aib-process-list li > span {
    color: var(--aib-brand);
    font-family: var(--aib-mono);
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.aib-process-list h3 {
    margin-top: 4px;
}

.aib-process-list p {
    max-width: 560px;
    margin: 4px 0 0;
    font-size: 15px;
}

.aib-usecases {
    padding-top: 0;
}

.aib-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.aib-usecase-card {
    padding: 32px;
    border: 1px solid #e4ddd0;
    border-radius: var(--aib-radius);
    background: var(--aib-paper);
}

.aib-usecase-card > p {
    min-height: 48px;
    margin: 8px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ede6da;
    color: var(--aib-subtle);
    font-size: 13px;
    font-weight: 600;
}

.aib-usecase-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--aib-brand);
    font-weight: 800;
}

.aib-closing {
    padding-bottom: 104px;
}

.aib-closing__card {
    padding: 64px 40px;
    border-radius: var(--aib-radius-lg);
    background: var(--aib-brand);
    text-align: center;
}

.aib-closing h2 {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(30px, 3.4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.aib-closing p {
    max-width: 560px;
    margin: 16px auto 0;
    color: #fbe3d7;
    font-size: 16px;
    line-height: 1.7;
}

.aib-closing .aib-button {
    margin-top: 28px;
}

.aib-faq {
    padding-top: 0;
}

.aib-faq__inner {
    width: min(calc(100% - 3rem), 860px);
    margin-inline: auto;
}

.aib-faq-list {
    margin-top: 40px;
    padding: 0 32px;
    border: 1px solid var(--aib-line);
    border-radius: var(--aib-radius-lg);
    background: var(--aib-card);
}

.aib-faq details {
    border-top: 1px solid var(--aib-line);
}

.aib-faq details:first-child {
    border-top: 0;
}

.aib-faq summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    color: var(--aib-ink);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

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

.aib-faq summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--aib-subtle);
    font-family: var(--aib-mono);
    font-size: 24px;
    font-weight: 400;
    transition: color 180ms ease, transform 180ms ease;
}

.aib-faq details[open] summary::after {
    color: var(--aib-brand);
    transform: rotate(45deg);
}

.aib-faq details > p {
    max-width: 720px;
    margin: 0;
    padding: 0 0 24px;
    color: var(--aib-muted);
    font-size: 15px;
    line-height: 1.75;
}

body.aib-page .contact-section {
    padding: 0;
}

body.aib-page .contact {
    --contact-color-background: var(--aib-ink);
    --contact-color-surface: var(--aib-card);
    --contact-color-surface-strong: var(--aib-paper);
    --contact-color-primary: var(--aib-brand);
    --contact-color-primary-strong: var(--aib-brand-strong);
    --contact-color-primary-readable: #f0a886;
    --contact-color-accent: var(--aib-brand);
    --contact-color-text: #f4f0e9;
    --contact-color-muted: #b2a99d;
    --contact-color-line: var(--aib-line-dark);
    padding: 104px 0;
    background: var(--aib-ink);
    color: #f4f0e9;
    font-family: inherit;
}

body.aib-page .contact::before,
body.aib-page .contact::after {
    display: none;
}

body.aib-page .contact-inner {
    width: min(calc(100% - 3rem), 1200px);
    gap: 56px;
}

body.aib-page .contact-copy .contact-eyebrow {
    color: #f0a886;
    font-family: var(--aib-mono);
    font-size: 12px;
    letter-spacing: 0.1em;
}

body.aib-page .contact-copy .contact-title {
    color: #f4f0e9;
    font-size: clamp(32px, 3.4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

body.aib-page .contact-title-accent {
    color: #f0a886;
}

body.aib-page .contact-copy .contact-lead {
    color: #b2a99d;
}

body.aib-page .contact-steps .step-num {
    background: var(--aib-brand);
}

body.aib-page .contact-card {
    padding: 16px;
    border-color: var(--aib-line-dark);
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

body.aib-page .contact-card:hover {
    border-color: var(--aib-brand);
    background: #24201c;
    box-shadow: none;
    filter: none;
    transform: none;
}

body.aib-page .contact-icon {
    width: 40px;
    height: 40px;
    border-color: rgba(219, 90, 45, 0.25);
    border-radius: 10px;
    background: rgba(219, 90, 45, 0.16);
}

body.aib-page .contact-info a,
body.aib-page .contact-info a:hover {
    color: #f4f0e9;
}

body.aib-page .contact .contact-form {
    padding: 36px;
    border: 0;
    border-radius: 22px;
    background: var(--aib-bg);
    box-shadow: none;
    color: var(--aib-ink);
    backdrop-filter: none;
}

body.aib-page .contact .contact-form:hover {
    border-color: transparent;
    background: var(--aib-bg);
    box-shadow: none;
    transform: none;
}

body.aib-page .contact .contact-form label,
body.aib-page .contact .contact-form legend {
    color: var(--aib-text);
    letter-spacing: 0;
    text-transform: none;
}

body.aib-page .contact .contact-field-hint,
body.aib-page .contact .contact-form-caption,
body.aib-page .contact .recaptcha-notice,
body.aib-page .contact .recaptcha-notice a {
    color: var(--aib-muted);
}

body.aib-page .contact .contact-form input,
body.aib-page .contact .contact-form textarea,
body.aib-page .contact-file-upload input[type="file"] {
    min-height: 46px;
    border-color: #d8cfbf;
    border-radius: 10px;
    background: var(--aib-paper);
    color: var(--aib-ink);
    box-shadow: none;
}

body.aib-page .contact .contact-form input:focus,
body.aib-page .contact .contact-form textarea:focus,
body.aib-page .contact-file-upload input[type="file"]:focus-visible {
    border-color: var(--aib-brand);
    box-shadow: 0 0 0 3px rgba(219, 90, 45, 0.14);
}

body.aib-page .contact-checkbox {
    border-color: #d8cfbf;
    border-radius: 10px;
    background: var(--aib-paper);
}

body.aib-page .contact-checkbox:hover,
body.aib-page .contact-checkbox.checked {
    border-color: var(--aib-brand);
    background: var(--aib-brand-tint);
    box-shadow: none;
}

body.aib-page .contact-checkbox .checkbox-text,
body.aib-page .contact-checkbox input:checked ~ .checkbox-text {
    color: var(--aib-text);
}

body.aib-page .contact-checkbox .checkbox-box {
    border-color: #c9bfb0;
}

body.aib-page .contact-checkbox input:checked ~ .checkbox-box {
    background: var(--aib-brand);
    box-shadow: none;
}

body.aib-page .contact .budget-box {
    border-color: #d8cfbf;
    background: var(--aib-paper);
    color: var(--aib-muted);
}

body.aib-page .contact .budget-option input:checked + .budget-box {
    border-color: var(--aib-brand);
    background: var(--aib-brand-tint);
    color: var(--aib-brand-strong);
    box-shadow: none;
    transform: none;
}

body.aib-page .contact .budget-option:hover .budget-box {
    border-color: var(--aib-brand);
    background: var(--aib-brand-tint);
    box-shadow: none;
    transform: none;
}

body.aib-page .contact .budget-option .budget-text {
    color: var(--aib-muted);
}

body.aib-page .contact .budget-option input[type="radio"]:checked ~ .budget-box .budget-text {
    color: var(--aib-brand-strong);
}

body.aib-page .contact-consent-checkbox {
    color: var(--aib-muted);
}

body.aib-page .contact .contact-privacy-trigger {
    background: var(--aib-brand-tint);
    color: var(--aib-brand-strong);
}

body.aib-page .contact .contact-privacy-trigger:hover,
body.aib-page .contact .contact-privacy-trigger:focus-visible {
    background: #f1d8ca;
    color: var(--aib-brand-strong);
    transform: none;
}

body.aib-page .contact .btn.primary {
    min-height: 50px;
    border-radius: 12px;
    background: var(--aib-brand);
    color: #fff;
    box-shadow: none;
}

body.aib-page .contact .btn.primary:hover {
    background: var(--aib-brand-strong);
    box-shadow: none;
    transform: none;
}

body.aib-page .contact-privacy-trigger {
    color: var(--aib-brand-strong);
}

/* Contact — BlueCanvas Renewal B page skin */
body.ai-landing.aib-page .aib-contact-skin .contact {
    --contact-color-background: var(--aib-ink);
    --contact-color-surface: var(--aib-card);
    --contact-color-surface-strong: var(--aib-paper);
    --contact-color-primary: var(--aib-brand);
    --contact-color-primary-strong: var(--aib-brand-strong);
    --contact-color-primary-readable: #f0a886;
    --contact-color-accent: var(--aib-brand);
    --contact-color-text: #f4f0e9;
    --contact-color-muted: #b2a99d;
    --contact-color-line: var(--aib-line-dark);
    --cta-accent: #f0a886;
    padding: 104px 0;
    background: var(--aib-ink);
    color: #f4f0e9;
}

body.ai-landing.aib-page .aib-contact-skin .contact-inner {
    width: min(calc(100% - 3rem), 1200px);
    gap: 56px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #f4f0e9;
}

body.ai-landing.aib-page .aib-contact-skin .contact-copy .contact-eyebrow {
    color: #f0a886;
}

body.ai-landing.aib-page .aib-contact-skin .contact-copy .contact-title {
    max-width: 440px;
    color: #f4f0e9;
}

body.ai-landing.aib-page .aib-contact-skin .contact-title-accent {
    color: #f0a886;
}

body.ai-landing.aib-page .aib-contact-skin .contact-copy .contact-lead {
    color: #b2a99d;
}

body.ai-landing.aib-page .aib-contact-skin .contact-steps li {
    color: #d0c7bc;
}

body.ai-landing.aib-page .aib-contact-skin .contact-steps .step-num {
    background: var(--aib-brand);
}

body.ai-landing.aib-page .aib-contact-skin .contact-method-list {
    border-color: #3a342e;
    background: #24201c;
}

body.ai-landing.aib-page .aib-contact-skin .contact-card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.ai-landing.aib-page .aib-contact-skin .contact-card + .contact-card {
    border-top: 1px solid #3a342e;
}

body.ai-landing.aib-page .aib-contact-skin .contact-card:hover,
body.ai-landing.aib-page .aib-contact-skin .contact-card:focus-within {
    background: rgba(219, 90, 45, 0.08);
    box-shadow: inset 0 0 0 2px rgba(219, 90, 45, 0.18);
}

body.ai-landing.aib-page .aib-contact-skin .contact-card::after {
    color: #8a8178;
}

body.ai-landing.aib-page .aib-contact-skin .contact-card:hover::after,
body.ai-landing.aib-page .aib-contact-skin .contact-card:focus-within::after {
    color: #f0a886;
}

body.ai-landing.aib-page .aib-contact-skin .contact-icon {
    color: #f0a886;
    border-color: rgba(219, 90, 45, 0.28);
    background: rgba(219, 90, 45, 0.14);
}

body.ai-landing.aib-page .aib-contact-skin .contact-info h3 {
    color: #8a8178;
}

body.ai-landing.aib-page .aib-contact-skin .contact-info a,
body.ai-landing.aib-page .aib-contact-skin .contact-info a:hover {
    color: #f4f0e9;
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form {
    border: 0;
    background: var(--aib-bg);
    box-shadow: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form:hover {
    border-color: transparent;
    background: var(--aib-bg);
    box-shadow: none;
    transform: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form label,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-form legend {
    color: var(--aib-text);
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-field-hint,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-form-caption,
body.ai-landing.aib-page .aib-contact-skin .contact .recaptcha-notice {
    color: var(--aib-muted);
}

body.ai-landing.aib-page .aib-contact-skin .contact .recaptcha-notice a {
    color: var(--aib-brand-strong);
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form input,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-form textarea,
body.ai-landing.aib-page .aib-contact-skin .contact-file-upload input[type="file"] {
    border-color: #d8cfbf;
    background: var(--aib-paper);
    color: var(--aib-ink);
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form input::placeholder,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-form textarea::placeholder {
    color: var(--aib-subtle);
}

body.ai-landing.aib-page .aib-contact-skin .contact .contact-form input:focus,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-form textarea:focus {
    border-color: var(--aib-brand);
    box-shadow: 0 0 0 3px rgba(219, 90, 45, 0.14);
}

body.ai-landing.aib-page .aib-contact-skin .contact-checkbox,
body.ai-landing.aib-page .aib-contact-skin .budget-option .budget-box {
    border-color: #d8cfbf;
    background: var(--aib-paper);
    box-shadow: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact-checkbox:hover,
body.ai-landing.aib-page .aib-contact-skin .contact .contact-checkbox.checked,
body.ai-landing.aib-page .aib-contact-skin .budget-option:hover .budget-box {
    border-color: var(--aib-brand);
    background: var(--aib-brand-tint);
    box-shadow: none;
    transform: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact-checkbox .checkbox-text,
body.ai-landing.aib-page .aib-contact-skin .budget-option .budget-text {
    color: var(--aib-text);
}

body.ai-landing.aib-page .aib-contact-skin .contact-checkbox input:checked ~ .checkbox-box {
    background: var(--aib-brand);
    box-shadow: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact-checkbox input:checked ~ .checkbox-text {
    color: var(--aib-brand-strong);
}

body.ai-landing.aib-page .aib-contact-skin .budget-option input[type="radio"]:checked ~ .budget-box {
    border-color: var(--aib-brand);
    background: var(--aib-brand-tint);
    box-shadow: none;
    transform: none;
}

body.ai-landing.aib-page .aib-contact-skin .budget-option input[type="radio"]:checked ~ .budget-box .budget-text {
    color: var(--aib-brand-strong);
}

body.ai-landing.aib-page .aib-contact-skin .contact-consent-checkbox {
    color: var(--aib-muted);
}

body.ai-landing.aib-page .aib-contact-skin .contact-privacy-trigger {
    background: var(--aib-brand-tint);
    color: var(--aib-brand-strong);
}

body.ai-landing.aib-page .aib-contact-skin .contact-privacy-trigger:hover,
body.ai-landing.aib-page .aib-contact-skin .contact-privacy-trigger:focus-visible {
    background: #f1d8ca;
    color: var(--aib-brand-strong);
    transform: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact .btn.primary {
    background: var(--aib-brand);
    box-shadow: none;
}

body.ai-landing.aib-page .aib-contact-skin .contact .btn.primary:hover {
    background: var(--aib-brand-strong);
    box-shadow: none;
    transform: none;
}

body.aib-page .global-footer {
    margin-top: 0;
    padding: 72px 32px 40px;
    background: #141110;
    color: #9a9086;
}

body.aib-page .global-footer::before {
    display: none;
}

body.aib-page .global-footer__inner,
body.aib-page .global-footer__bottom {
    max-width: 1200px;
}

body.aib-page .global-footer__logo strong,
body.aib-page .global-footer__column h3 {
    color: #f4f0e9;
}

body.aib-page .global-footer__logo small,
body.aib-page .global-footer__brand p,
body.aib-page .global-footer__column a,
body.aib-page .global-footer__bottom {
    color: #9a9086;
}

body.aib-page .global-footer__column h3 {
    font-family: var(--aib-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
}

body.aib-page .global-footer__column a:hover {
    color: #f4f0e9;
    transform: none;
}

body.aib-page .global-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.aib-page .global-footer__actions a {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #9a9086;
}

body.aib-page .global-footer__actions a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #f4f0e9;
    transform: none;
}

@media (max-width: 1024px) {
    .aib-section-heading--split {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .aib-benefit-card {
        padding: 28px;
    }

    .aib-process-list li {
        grid-template-columns: 88px minmax(160px, 0.75fr) minmax(0, 1.35fr);
        gap: 24px;
    }

    body.aib-page .contact-inner {
        gap: 40px;
    }
}

@media (max-width: 760px) {
    .aib-container,
    .aib-faq__inner,
    body.aib-page .contact-inner {
        width: min(calc(100% - 2rem), 1200px);
    }

    .aib-hero .aib-container {
        padding-top: 56px;
    }

    .aib-hero h1 {
        margin-top: 20px;
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.12;
    }

    .aib-hero__intro {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 24px;
    }

    .aib-hero__intro > p {
        font-size: 16px;
    }

    .aib-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .aib-button {
        width: 100%;
    }

    .aib-conversation {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 40px;
        padding: 28px 20px 32px;
    }

    .aib-section {
        padding: 80px 0;
    }

    .aib-section-heading h2 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .aib-benefit-grid,
    .aib-feature-grid,
    .aib-usecase-grid {
        grid-template-columns: 1fr;
    }

    .aib-benefit-card,
    .aib-feature-card,
    .aib-usecase-card {
        padding: 24px;
    }

    .aib-process-list {
        padding: 0 24px;
    }

    .aib-process-list li {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px 20px;
    }

    .aib-process-list li > span {
        grid-row: span 2;
        font-size: 36px;
    }

    .aib-process-list p {
        grid-column: 2;
        margin-top: 0;
    }

    .aib-closing {
        padding-bottom: 80px;
    }

    .aib-closing__card {
        padding: 48px 24px;
    }

    .aib-faq-list {
        padding: 0 24px;
    }

    body.aib-page .contact {
        padding: 80px 0;
    }

    body.ai-landing.aib-page .aib-contact-skin .contact {
        padding: 80px 0;
    }

    body.ai-landing.aib-page .aib-contact-skin .contact-inner {
        width: min(calc(100% - 2rem), 1200px);
        gap: 40px;
    }

    body.aib-page .contact .contact-form {
        padding: 28px 24px;
    }
}

@media (max-width: 720px) {
    body.aib-page {
        padding-bottom: 84px !important;
    }

    body.aib-page .global-footer__column a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .aib-kicker {
        align-items: flex-start;
        font-size: 11px;
    }

    .aib-hero h1 {
        font-size: 36px;
    }

    .aib-bubble {
        max-width: 96%;
    }

    .aib-feature-card ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .aib-process-list {
        padding: 0 20px;
    }

    .aib-process-list li {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px 16px;
    }

    .aib-process-list li > span {
        font-size: 30px;
    }

    .aib-faq-list {
        padding: 0 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .aib-page *,
    .aib-page *::before,
    .aib-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
