/* Editorial layout and interactive operations preview. */
:root { --container: 1280px; --ui-border: #263137; --ui-surface: #11181c; --ui-muted: #a5b4bc; }
.container { width: min(calc(100% - 64px), var(--container)); }
.section-pad { padding: 96px 0; }
.site-header { border-bottom-color: #222c31; }
.header-inner { min-height: 82px; }
.site-header .brand-logo { width: 158px; }
.desktop-nav a { font-size: 13px; font-weight: 500; }
.header-cta { min-height: 42px; border-radius: 8px; background: #172127; box-shadow: none; }
.hero { min-height: 0; padding: 146px 0 76px; }
.hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 64px; align-items: center; }
.hero-copy { padding: 0; min-width: 0; }
.hero .eyebrow { border: 0; padding: 0; background: none; box-shadow: none; font-size: 10px; letter-spacing: .13em; margin-bottom: 25px; }
.hero h1 { font-size: clamp(46px, 4.7vw, 68px); line-height: 1.06; letter-spacing: -.055em; font-weight: 600; margin: 0 0 26px; }
.hero h1 em { color: #63d9b0; }
.hero-lede { max-width: 470px; font-size: 17px; line-height: 1.75; color: #aab9c1; margin-bottom: 30px; }
.hero-actions { gap: 24px; flex-wrap: wrap; }
.hero-actions .button { min-height: 50px; padding: 13px 20px; font-size: 13px; font-weight: 650; }
.hero-actions .text-link { font-size: 12px; gap: 12px; }
.hero-proof { margin-top: 36px; gap: 20px; }
.hero-proof span { padding: 0; border: 0; background: none; color: #9aaeb7; font-size: 10px; font-weight: 500; }
.hero-proof span i { margin-right: 7px; color: #6fcfb0; font-size: 11px; }
.hero-product { min-width: 0; position: relative; }
.operations-preview { overflow: hidden; border: 1px solid #34424a; border-radius: 16px; background: #11191e; box-shadow: 0 24px 70px rgb(0 0 0 / .22); }
.op-chrome { min-height: 60px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #151f25; border-bottom: 1px solid #2a363e; }
.op-brand { display: flex; align-items: center; gap: 8px; }
.op-brand img { display: block; flex-shrink: 0; }
.op-brand strong { color: #e9eff2; font-size: 14px; letter-spacing: -.035em; font-weight: 650; }
.op-brand strong span { color: #8fa4ae; font-size: 11px; font-weight: 400; letter-spacing: 0; }
.op-demo { display: flex; align-items: center; gap: 6px; color: #afbdc4; font-size: 9px; white-space: nowrap; }
.op-demo i { color: #7b9caa; }
.op-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 8px 16px 0; gap: 4px; border-bottom: 1px solid #29363d; }
.op-tabs button { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 10px 4px 14px; font-size: 11px; font-weight: 550; background: none; border: 0; color: #97a9b3; cursor: pointer; transition: color .18s; }
.op-tabs button i { font-size: 12px; }
.op-tabs button::after { content: ''; position: absolute; bottom: -1px; left: 12px; right: 12px; height: 2px; background: transparent; }
.op-tabs button[aria-selected="true"] { color: #77e1bd; }
.op-tabs button[aria-selected="true"]::after { background: #58cba3; }
.op-tabs button:hover { color: #e6f2ed; }
.op-panel { padding: 25px 26px 22px; outline-offset: -4px; }
.op-panel[hidden] { display: none; }
.op-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 15px; }
.op-eyebrow { font-size: 9px; color: #8099a5; font-weight: 600; letter-spacing: .14em; }
.op-owner { color: #a0b7b0; font-size: 9px; display: flex; gap: 6px; align-items: center; }
.op-owner i { color: #67bf9e; }
.op-panel h2 { font-size: clamp(22px, 2.05vw, 29px); font-weight: 550; letter-spacing: -.035em; line-height: 1.2; color: #eef4f6; margin: 0 0 9px; }
.op-description { font-size: 12px; line-height: 1.6; color: #9eb0bb; margin: 0 0 25px; max-width: 380px; min-height: 38px; }
.op-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.op-steps li { position: relative; display: grid; grid-template-columns: 39px minmax(0,1fr) 24px; gap: 13px; align-items: center; padding: 12px; border: 1px solid #2b3a42; border-radius: 9px; background: #172128; transition: background .2s, border-color .2s; }
.op-steps li:not(:last-child)::after { content: ''; position: absolute; height: 13px; width: 1px; background: #42565f; left: 31px; top: 100%; }
.op-step-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #344a56; border-radius: 8px; background: #1d2b34; color: #a6c4d3; font-size: 14px; }
.op-steps strong { display: block; color: #e1eaf0; font-size: 12px; font-weight: 550; line-height: 1.4; }
.op-steps li > div > span { display: block; color: #93a9b5; font-size: 10px; margin-top: 3px; line-height: 1.4; }
.op-step-state { text-align: center; font-size: 9px; color: #78929f; font-variant-numeric: tabular-nums; }
.op-step-state i { display: none; }
.op-steps .is-running { border-color: #68cba8; background: #192e29; }
.op-steps .is-done .op-step-state span { display: none; }
.op-steps .is-done .op-step-state i { display: inline; color: #6cd8b0; }
.op-steps .is-done .op-step-icon { color: #79d6b7; background: #19372d; border-color: #315649; }
.op-result { margin-top: 20px; display: flex; gap: 8px; align-items: center; padding: 11px 0 0; border-top: 1px solid #29373f; color: #9eafb9; font-size: 10px; line-height: 1.5; }
.op-result > i { color: #829aa5; font-size: 12px; }
.op-result-tag { margin-left: auto; color: #79939f; font-size: 7px; letter-spacing: .06em; white-space: nowrap; }
.op-panel.is-complete .op-result, .op-panel.is-complete .op-result > i { color: #78dfb9; }
.op-footer { min-height: 67px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #2a373e; background: #131f25; }
.op-status { color: #a7bbc4; font-size: 10px; max-width: 56%; line-height: 1.5; }
.op-run { flex-shrink: 0; min-height: 37px; border: 1px solid #55cba0; border-radius: 6px; padding: 9px 12px; background: #66d6af; color: #092b21; display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 650; cursor: pointer; transition: background .2s; }
.op-run:hover { background: #8be8c6; }
.op-run:disabled { cursor: progress; opacity: .65; }
.op-run > i { font-size: 8px; }
.op-footnote { margin: 0; padding: 10px 18px; border-top: 1px solid #233038; color: #8fa4af; text-align: center; font-size: 8px; line-height: 1.5; }
.industry-strip { border-top: 1px solid #263238; border-bottom: 1px solid #263238; }
.strip-inner { min-height: 78px; }
.strip-inner > span { font-size: 9px; letter-spacing: .12em; }
.strip-list { font-size: 11px; font-weight: 500; color: #abbcc5; }
.section-heading { gap: 64px; margin-bottom: 42px; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); }
.section-kicker { font-size: 10px; letter-spacing: .14em; font-weight: 600; }
.section-heading h2, .process-intro h2, .faq-intro h2 { font-size: clamp(32px,3.5vw,48px); letter-spacing: -.045em; line-height: 1.13; font-weight: 550; }
.section-heading > p { max-width: 420px; font-size: 14px; line-height: 1.8; justify-self: end; }
.technology-partners { padding: 78px 0; }
.partner-shell { gap: 64px; }
.partner-intro h2 { font-size: clamp(29px,3vw,40px); line-height: 1.15; font-weight: 550; }
.partner-intro > p { font-size: 14px; line-height: 1.8; }
.partner-status { background: none; border: 0; padding: 0; font-size: 10px; }
.platform-grid { gap: 12px; }
.platform-card, .platform-card:first-child, .platform-card:last-of-type { background: #121b20; border: 1px solid #2b383f; border-radius: 12px; padding: 24px; min-height: 230px; box-shadow: none; }
.platform-card-top { margin-bottom: 25px; }
.platform-icon, .platform-card:last-of-type .platform-icon { width: 40px; height: 40px; border-radius: 10px; background: #1c2c33; border-color: #354b55; color: #bfd7df; font-size: 17px; }
.platform-status { font-size: 7px; letter-spacing: .07em; }
.platform-label { font-size: 8px; }
.platform-card h3 { font-size: 27px; font-weight: 550; letter-spacing: -.04em; }
.platform-card p { font-size: 12px; line-height: 1.7; }
.partner-capabilities { background: none; border: 0; border-top: 1px solid #2b383f; padding: 17px 0 0; }
.partner-capabilities span { font-size: 10px; color: #a6bcc5; }
.services { border-top: 1px solid #222e34; }
.service-list { gap: 18px; }
.service-row, .service-row:first-child { padding: 28px; min-height: 0; border-radius: 12px; background: #121a1f; border-color: #2c383f; box-shadow: none; }
.service-row:hover { transform: translateY(-3px); border-color: #648979; background: #152127; box-shadow: 0 14px 30px rgb(0 0 0 / .13); }
.service-number { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 32px; }
.service-number > i { display: grid; place-items: center; width: 47px; height: 47px; background: #1b2c32; color: #9ad8c3; border: 1px solid #365047; border-radius: 11px; font-size: 18px; }
.service-number > span { font-size: 10px; color: #7f96a2; font-variant-numeric: tabular-nums; }
.service-copy h3 { font-size: 27px; line-height: 1.15; font-weight: 550; min-height: 62px; margin-bottom: 15px; }
.service-copy p { font-size: 13px; line-height: 1.8; }
.service-items { margin: 20px 0 30px; gap: 10px; }
.service-items li { font-size: 11px; line-height: 1.5; padding-left: 20px; color: #adbec7; }
.service-items li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #74bfa4; background: none; width: auto; height: auto; top: 0; font-size: 9px; }
.service-action { border-radius: 0; padding: 16px 0 0; background: none; border-top: 1px solid #304047; min-height: 44px; height: auto; color: #dfe9ee; font-size: 11px; }
.service-action::before { content: none; }
.service-action:hover { background: none; color: #7ce0ba; }
.service-action > i { color: #7ce0ba; font-size: 11px; }
.selected-work { border-top: 1px solid #222e34; }
.case-grid, .work-index, .catalog-product-grid { gap: 22px; }
.case-card, .work-index-card, .catalog-product-card, .web-type-card { border-radius: 12px; background: #111a1f; border-color: #2d3940; box-shadow: none; }
.case-card:hover, .work-index-card:hover, .catalog-product-card:hover, .web-type-card:hover { border-color: #617a85; box-shadow: 0 14px 36px rgb(0 0 0 / .16); transform: translateY(-3px); }
.case-card { padding: 25px; }
.case-card-top { gap: 8px; font-size: 8px; line-height: 1.65; padding-bottom: 17px; border-bottom: 1px solid #29383f; }
.case-card h3 { font-size: 27px; font-weight: 550; line-height: 1.2; margin: 15px 0; }
.case-card p { font-size: 13px; line-height: 1.75; }
.case-card-actions { border-top: 1px solid #29383f; padding-top: 18px; margin-top: 22px; }
.case-card-actions button, .work-card-actions button { width: 100%; justify-content: space-between; font-size: 11px; }
.case-visual, .work-index-visual, .catalog-product-preview, .type-preview { background: #17242b; border: 1px solid #2b3d46; border-radius: 8px; }
.case-visual { margin: 22px 0; }
.project-screen { transform: none; box-shadow: 0 8px 22px rgb(0 0 0 / .2); border-radius: 6px; border-color: #40535e; }
.case-card:hover .project-screen, .web-type-card:hover .project-screen { transform: none; }
.real-project-label, .preview-live { font-size: 8px; letter-spacing: .08em; }
.web-type-grid { gap: 18px; }
.type-copy { padding: 23px; }
.type-copy h3 { font-size: 24px; font-weight: 550; }
.type-copy p { font-size: 12px; line-height: 1.7; }
.type-link { border: 0; border-top: 1px solid #2d3c44; border-radius: 0; background: none; width: 100%; padding: 15px 0 0; justify-content: space-between; font-size: 11px; }
.type-link:hover { background: none; color: #74dbb7; }
.catalog-note { border: 0; border-top: 1px solid #2d3c44; border-radius: 0; background: none; padding: 22px 0; box-shadow: none; }
.process-grid { gap: 72px; align-items: start; }
.process-list { border: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.process-list li { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 23px; border: 1px solid #2d3940; border-radius: 10px; background: #121b20; }
.process-list li > span { display: flex; justify-content: space-between; align-items: center; width: 100%; font-size: 10px; color: #7e96a2; }
.process-list li > span > i { font-size: 18px; color: #8bd5bb; }
.process-list h3 { font-size: 21px; font-weight: 550; margin-bottom: 12px; }
.process-list p { font-size: 12px; line-height: 1.7; }
.principle-grid { gap: 18px; }
.principle-grid article { border-radius: 10px; padding: 26px; min-height: 0; background: #121b20; }
.principle-grid h3 { font-size: 25px; line-height: 1.2; font-weight: 550; }
.principle-grid p { font-size: 13px; line-height: 1.75; }
.faq-list summary { font-size: 17px; font-weight: 500; padding-block: 25px; }
.faq-list details p { font-size: 14px; line-height: 1.8; }
.final-cta { padding: 72px 0; background: #10251e; }
.final-cta h2 { font-size: clamp(36px,4.5vw,62px); font-weight: 550; line-height: 1.13; }
.detail-modal { border-radius: 14px; border: 1px solid #3a4e58; }
.detail-modal-panel::before { height: 2px; }
.detail-modal-intro h2 { font-size: clamp(29px,3.5vw,44px); line-height: 1.13; }
.detail-modal-grid section, .detail-modal-scope, .detail-modal-result { border-radius: 8px; }
.detail-modal-intro > p { font-size: 14px; }
.detail-modal-close { border-radius: 8px; }
@media (max-width: 1100px) {
 .hero-grid { gap: 32px; }
 .hero h1 { font-size: 52px; }
 .op-chrome { padding-inline: 16px; }
 .op-brand strong span { display: none; }
 .op-panel { padding: 22px 18px; }
 .partner-shell, .process-grid { gap: 36px; }
 .service-copy h3 { font-size: 24px; }
}
@media (max-width: 900px) {
 .hero-grid { grid-template-columns: 1fr; gap: 46px; }
 .hero-copy { max-width: 650px; }
 .hero-product { width: 100%; max-width: 650px; }
 .hero h1 { font-size: clamp(44px,7.2vw,64px); }
 .hero-lede { max-width: 550px; }
 .op-brand strong span { display: inline; }
 .op-panel h2 { font-size: 28px; }
 .op-description { min-height: 0; }
 .section-heading { grid-template-columns: 1fr; gap: 20px; }
 .section-heading > p { justify-self: start; max-width: 570px; }
 .partner-shell, .process-grid { grid-template-columns: 1fr; }
 .service-list { grid-template-columns: 1fr; }
 .service-row:first-child { grid-column: auto; }
 .service-copy h3 { min-height: 0; }
}
@media (max-width: 600px) {
 .container { width: calc(100% - 36px); }
 .header-inner { min-height: 72px; }
 .site-header .brand-logo { width: 142px; }
 .hero { padding: 116px 0 48px; }
 .hero-grid { gap: 36px; }
 .hero h1 { font-size: clamp(38px,9.6vw,54px); margin-bottom: 22px; }
 .hero-lede { font-size: 15px; line-height: 1.75; margin-bottom: 24px; }
 .hero .eyebrow { font-size: 8px; gap: 8px; letter-spacing: .08em; }
 .hero-actions { gap: 18px; }
 .hero-proof { gap: 16px; margin-top: 27px; }
 .hero-proof span { font-size: 9px; }
 .hero-proof span i { margin-right: 5px; }
 .operations-preview { border-radius: 12px; }
 .op-chrome { padding-inline: 14px; min-height: 52px; }
 .op-brand strong span { display: none; }
 .op-tabs { padding: 5px 8px 0; gap: 0; }
 .op-tabs button { font-size: 10px; gap: 6px; }
 .op-tabs button i { font-size: 10px; }
 .op-panel { padding: 22px 15px 18px; }
 .op-panel h2 { font-size: 23px; }
 .op-description { font-size: 11px; margin-bottom: 20px; }
 .op-steps li { gap: 10px; padding: 10px; grid-template-columns: 32px minmax(0,1fr) 17px; }
 .op-step-icon { width: 32px; height: 34px; font-size: 12px; }
 .op-steps li:not(:last-child)::after { left: 26px; }
 .op-steps strong { font-size: 11px; }
 .op-steps li > div > span { font-size: 9px; }
 .op-result { font-size: 9px; }
 .op-result-tag { display: none; }
 .op-footer { padding: 12px 14px; }
 .op-status { font-size: 9px; }
 .op-run { min-height: 42px; padding-inline: 10px; font-size: 9px; }
 .op-footnote { font-size: 8px; }
 .section-pad { padding: 62px 0; }
 .section-heading { margin-bottom: 28px; }
 .section-heading h2, .process-intro h2, .faq-intro h2 { font-size: 33px; }
 .section-heading > p { font-size: 13px; line-height: 1.75; }
 .technology-partners { padding: 56px 0; }
 .platform-card, .platform-card:first-child, .platform-card:last-of-type { padding: 22px; min-height: 0; }
 .platform-grid { grid-template-columns: 1fr; }
 .platform-card-top { margin-bottom: 20px; }
 .platform-card h3 { margin-block: 10px; }
 .service-row, .service-row:first-child { padding: 24px; }
 .service-number { margin-bottom: 24px; }
 .service-copy h3 { font-size: 27px; }
 .case-card { padding: 20px; }
 .case-card h3 { font-size: 25px; }
 .case-card-top { flex-direction: column; align-items: flex-start; }
 .process-list { grid-template-columns: 1fr; }
 .process-list li { flex-direction: row; gap: 20px; }
 .process-list li > span { width: 24px; flex: 0 0 24px; flex-direction: column; gap: 14px; }
 .final-cta { padding: 55px 0; }
 .final-cta h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
 .op-steps li, .op-run, .op-tabs button, .service-row, .case-card { transition: none; }
}
/* Contact remains available in the header and page CTAs without covering controls. */
@media (max-width: 600px) {
  .page-index .whatsapp-float { display: none; }
}
