:root {
    --home-navy: #071a33;
    --home-navy-soft: #0d284b;
    --home-blue: #1769e8;
    --home-cyan: #25c5d9;
    --home-gold: #e6b55c;
    --home-cloud: #f4f7fb;
    --home-ink: #10233f;
    --home-muted: #65758b;
    --home-line: #dfe7f1;
    --home-shadow: 0 20px 55px rgba(7, 26, 51, .09);
    --home-shadow-dark: 0 28px 70px rgba(0, 11, 28, .28);
}

.home-page { margin: 0; color: var(--home-ink); background: var(--home-cloud); overflow-x: hidden; }
.home-page a { text-decoration: none; }
.home-page button, .home-page input { font: inherit; }
.home-container { width: min(100% - 40px, 1240px); margin-inline: auto; }
.home-skip-link { position: fixed; top: 12px; right: 12px; z-index: 5000; padding: 10px 18px; color: #fff; background: var(--home-blue); border-radius: 10px; transform: translateY(-160%); }
.home-skip-link:focus { transform: translateY(0); }

/* Navigation */
.home-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 84px; border: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, .1) !important; background: rgba(7, 26, 51, .84) !important; box-shadow: none !important; backdrop-filter: blur(18px) saturate(140%); transition: .25s ease; }
.home-header.is-scrolled { height: 74px; background: rgba(255, 255, 255, .96) !important; border-color: rgba(16, 35, 63, .08) !important; box-shadow: 0 12px 34px rgba(7, 26, 51, .1) !important; }
.home-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; }
.home-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.home-logo { width: auto; height: 54px; object-fit: contain; filter: brightness(0) invert(1); transition: .25s ease; }
.home-header.is-scrolled .home-logo { height: 48px; filter: none; }
.home-desktop-nav { display: flex; align-items: center; gap: 3px; }
.home-desktop-nav a { padding: 9px 13px; color: rgba(255,255,255,.72); border-radius: 11px; font-size: .88rem; font-weight: 600; transition: .2s ease; }
.home-desktop-nav a:hover, .home-desktop-nav a.active { color: #fff; background: rgba(255,255,255,.1); }
.home-header.is-scrolled .home-desktop-nav a { color: #42546c; }
.home-header.is-scrolled .home-desktop-nav a:hover, .home-header.is-scrolled .home-desktop-nav a.active { color: var(--home-blue); background: #edf4ff; }
.home-header-actions { display: flex; align-items: center; gap: 10px; }
.home-client-button { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; color: #fff; background: var(--home-blue); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; font-size: .84rem; font-weight: 700; box-shadow: 0 10px 25px rgba(23,105,232,.28); transition: .2s ease; }
.home-client-button:hover { color: #fff; background: #0f59cf; transform: translateY(-2px); }
.home-menu-button { display: none; width: 43px; height: 43px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; cursor: pointer; }
.home-header.is-scrolled .home-menu-button { color: var(--home-ink); background: #f4f7fb; border-color: var(--home-line); }
.home-mobile-nav { display: none; }

/* Hero */
.home-hero { min-height: 760px; padding: 156px 0 130px; color: #fff; background: radial-gradient(circle at 16% 18%, rgba(37,197,217,.17), transparent 28%), radial-gradient(circle at 86% 86%, rgba(23,105,232,.27), transparent 33%), linear-gradient(135deg, #06172d 0%, #092342 58%, #0a2f5b 100%); overflow: hidden; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 80px; }
.home-eyebrow, .home-section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--home-blue); font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.home-eyebrow { color: #8bdce7; }
.home-eyebrow span { width: 28px; height: 2px; background: currentColor; border-radius: 9px; }
.home-hero-copy h1 { max-width: 700px; margin: 22px 0 24px; color: #fff; font-size: clamp(2.65rem, 5.2vw, 5.15rem); font-weight: 700; line-height: 1.14; letter-spacing: -.055em; }
.home-hero-copy h1 em { color: #77dbe8; font-style: normal; }
.home-hero-lead { max-width: 650px; margin: 0; color: #aec0d4; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 2; }
.home-hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.home-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 22px; border-radius: 14px; font-size: .92rem; font-weight: 700; transition: .2s ease; }
.home-button:hover { transform: translateY(-3px); }
.home-button-primary { color: #fff; background: var(--home-blue); box-shadow: 0 15px 35px rgba(23,105,232,.33); }
.home-button-primary:hover { color: #fff; background: #0e59ce; }
.home-button-ghost { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.home-button-ghost:hover { color: #fff; background: rgba(255,255,255,.13); }
.home-button-white { color: var(--home-navy); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.home-button-white:hover { color: var(--home-blue); }
.home-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #91a9c0; font-size: .78rem; }
.home-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.home-trust-row i { color: #77dbe8; }

/* Hero work surface */
.home-command-card { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.08); box-shadow: var(--home-shadow-dark); backdrop-filter: blur(20px); transform: perspective(1100px) rotateY(4deg) rotateX(1deg); }
.command-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 2px 18px; }
.command-topbar div { display: grid; gap: 4px; }
.command-kicker { color: #7f99b3; font-size: .7rem; }
.command-topbar strong { color: #fff; font-size: 1rem; }
.command-live { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #8ce9c9; background: rgba(31,195,140,.1); border: 1px solid rgba(90,226,179,.16); border-radius: 30px; font-size: .68rem; font-weight: 700; }
.command-live i { width: 7px; height: 7px; background: #49d8a6; border-radius: 50%; box-shadow: 0 0 0 4px rgba(73,216,166,.12); }
.command-highlight { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px; color: var(--home-ink); background: #fff; border-radius: 19px; }
.command-highlight-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--home-blue), var(--home-cyan)); border-radius: 15px; }
.command-highlight > div:nth-child(2) { display: grid; gap: 2px; }
.command-highlight span { color: var(--home-muted); font-size: .7rem; }
.command-highlight strong { font-size: 1.65rem; line-height: 1; }
.command-growth { display: inline-flex; align-items: center; gap: 5px; color: #178363 !important; font-weight: 700; }
.command-pipeline { display: grid; gap: 9px; margin-top: 12px; }
.pipeline-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(4,18,37,.3); }
.pipeline-icon { width: 36px; height: 36px; display: grid; place-items: center; color: #7f9ab5; background: rgba(255,255,255,.07); border-radius: 11px; font-size: .75rem; }
.pipeline-item.done .pipeline-icon { color: #72e0b9; background: rgba(50,201,148,.12); }
.pipeline-item.active { border-color: rgba(69,159,255,.28); background: rgba(23,105,232,.11); }
.pipeline-item.active .pipeline-icon { color: #fff; background: var(--home-blue); }
.pipeline-item > div { display: grid; gap: 3px; }
.pipeline-item strong { color: #eef5fd; font-size: .78rem; }
.pipeline-item small { color: #7891aa; font-size: .64rem; }
.pipeline-state { color: #718aa4; font-size: .62rem; font-weight: 700; }
.pipeline-item.done .pipeline-state { color: #72e0b9; }
.pipeline-item.active .pipeline-state { color: #8fc8ff; }
.command-link { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding: 13px 15px 2px; color: #8edce7; font-size: .73rem; font-weight: 700; }
.command-link:hover { color: #fff; }

/* Statistics and section headings */
.home-stat-band { position: relative; z-index: 4; margin-top: -54px; }
.home-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 15px; background: rgba(255,255,255,.96); border: 1px solid rgba(219,229,241,.9); border-radius: 24px; box-shadow: var(--home-shadow); }
.home-stat-item { min-height: 94px; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-left: 1px solid var(--home-line); }
.home-stat-item:last-child { border-left: 0; }
.home-stat-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; }
.home-stat-icon.blue { color: #1769e8; background: #e9f2ff; }
.home-stat-icon.cyan { color: #098fa5; background: #e4f9fb; }
.home-stat-icon.gold { color: #af7415; background: #fff5df; }
.home-stat-icon.violet { color: #7047cc; background: #f2ecff; }
.home-stat-item > div { display: grid; gap: 3px; }
.home-stat-item strong { font-size: 1.45rem; line-height: 1; }
.home-stat-item span:last-child { color: var(--home-muted); font-size: .72rem; }
.home-section { padding: 120px 0; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.home-section-heading > div { flex: 1 1 auto; }
.home-section-heading h2, .home-platform-section h2, .home-process-heading h2, .newsletter-copy h2 { margin: 12px 0 0; color: var(--home-ink); font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.25; letter-spacing: -.04em; }
.home-section-heading > p { max-width: 500px; margin: 0; color: var(--home-muted); line-height: 1.9; font-size: .93rem; }

/* Services */
.home-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-service-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--home-line); border-radius: 24px; background: #fff; box-shadow: 0 10px 32px rgba(7,26,51,.045); transition: .25s ease; }
.home-service-card:hover { transform: translateY(-7px); border-color: rgba(23,105,232,.28); box-shadow: var(--home-shadow); }
.service-card-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 38px; }
.service-number { color: #a4b0bf; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--home-blue); background: #eaf2ff; border-radius: 17px; font-size: 1.25rem; }
.home-service-card:nth-child(2) .service-icon { color: #0a8da2; background: #e5f9fb; }
.home-service-card:nth-child(3) .service-icon { color: #a26b16; background: #fff4dd; }
.home-service-card h3 { margin: 0 0 14px; color: var(--home-ink); font-size: 1.25rem; }
.home-service-card p { margin: 0; color: var(--home-muted); font-size: .83rem; line-height: 1.9; }
.service-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 28px; }
.service-price { color: #53657c; font-size: .72rem; font-weight: 600; }
.service-card-footer a { width: 41px; height: 41px; display: grid; place-items: center; color: #fff; background: var(--home-navy); border-radius: 13px; }
.service-card-footer a:hover { background: var(--home-blue); }
.home-center-action { display: flex; justify-content: center; margin-top: 38px; }
.home-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--home-blue); font-size: .86rem; font-weight: 700; transition: .2s ease; }
.home-text-link:hover { gap: 15px; color: var(--home-navy); }

/* Client platform */
.home-platform-section { padding: 118px 0; color: #fff; background: linear-gradient(130deg, #071a33, #0b2c54); overflow: hidden; }
.home-platform-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.home-section-kicker.light { color: #79dce8; }
.home-platform-section h2 { color: #fff; }
.platform-copy > p { margin: 22px 0 30px; color: #a8bbce; line-height: 2; font-size: .96rem; }
.platform-benefits { display: grid; gap: 18px; padding: 0; margin: 0 0 34px; list-style: none; }
.platform-benefits li { display: flex; gap: 13px; align-items: flex-start; }
.platform-benefits li > span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; color: #071a33; background: #71d9e6; border-radius: 9px; font-size: .68rem; }
.platform-benefits li > div { display: grid; gap: 4px; }
.platform-benefits strong { color: #fff; font-size: .88rem; }
.platform-benefits small { color: #839bb4; line-height: 1.7; }
.platform-ui { padding: 24px; color: var(--home-ink); background: #f8fbff; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; box-shadow: var(--home-shadow-dark); }
.platform-ui-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding-bottom: 18px; }
.platform-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--home-blue), var(--home-cyan)); border-radius: 13px; font-weight: 700; }
.platform-ui-header > div { display: grid; gap: 2px; }
.platform-ui-header strong { font-size: .82rem; }
.platform-ui-header small { color: var(--home-muted); font-size: .64rem; }
.platform-bell { width: 37px; height: 37px; display: grid; place-items: center; color: #61738a; background: #fff; border: 1px solid var(--home-line); border-radius: 11px; }
.platform-ui-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.platform-ui-stats > div { position: relative; display: grid; gap: 6px; padding: 16px; background: #fff; border: 1px solid #e8eef6; border-radius: 16px; }
.platform-ui-stats span { color: var(--home-muted); font-size: .65rem; }
.platform-ui-stats strong { font-size: 1.4rem; }
.platform-ui-stats i { position: absolute; left: 16px; bottom: 18px; color: var(--home-blue); }
.platform-progress-card, .platform-activity { margin-top: 12px; padding: 17px; background: #fff; border: 1px solid #e8eef6; border-radius: 17px; }
.platform-progress-head { display: flex; justify-content: space-between; align-items: center; }
.platform-progress-head > div { display: grid; gap: 3px; }
.platform-progress-head span { color: var(--home-muted); font-size: .62rem; }
.platform-progress-head strong { font-size: .76rem; }
.platform-progress-head b { color: var(--home-blue); font-size: .88rem; }
.platform-progress-track { height: 7px; margin: 15px 0 11px; background: #eaf0f7; border-radius: 8px; overflow: hidden; }
.platform-progress-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--home-blue), var(--home-cyan)); border-radius: inherit; }
.platform-milestones { display: flex; justify-content: space-between; color: #a1adbb; font-size: .55rem; }
.platform-milestones .complete { color: #248669; }
.platform-milestones .current { color: var(--home-blue); font-weight: 700; }
.platform-activity-head { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: .68rem; }
.platform-activity-head span { color: var(--home-blue); }
.activity-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 9px 0; border-top: 1px solid #eef2f7; }
.activity-row > i { width: 33px; height: 33px; display: grid; place-items: center; color: var(--home-blue); background: #edf4ff; border-radius: 10px; font-size: .7rem; }
.activity-row > div { display: grid; gap: 2px; }
.activity-row strong { font-size: .65rem; }
.activity-row small { color: #8b9aae; font-size: .54rem; }
.activity-row > span { color: #258669; font-size: .52rem; font-weight: 700; }
.activity-row > span.muted { color: #8897aa; }

/* Portfolio */
.home-work-section { background: #fff; }
.home-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-work-card { overflow: hidden; color: inherit; border: 1px solid var(--home-line); border-radius: 23px; background: #fff; transition: .25s ease; }
.home-work-card:hover { color: inherit; transform: translateY(-7px); box-shadow: var(--home-shadow); }
.work-visual { position: relative; height: 250px; overflow: hidden; }
.work-visual.blue { background: linear-gradient(135deg, #092344, #1769e8); }
.work-visual.cyan { background: linear-gradient(135deg, #06394c, #18abc1); }
.work-visual.gold { background: linear-gradient(135deg, #3a2c16, #d39a36); }
.work-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-work-card:hover .work-visual img { transform: scale(1.045); }
.work-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; color: #fff; }
.work-placeholder span { width: 86px; height: 86px; display: grid; place-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; font-size: 2rem; backdrop-filter: blur(9px); }
.work-placeholder small { color: rgba(255,255,255,.63); font-size: .55rem; letter-spacing: .13em; }
.work-open { position: absolute; left: 16px; top: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: rgba(4,17,34,.42); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; backdrop-filter: blur(8px); }
.work-content { padding: 24px; }
.work-content > span { color: var(--home-blue); font-size: .68rem; font-weight: 700; }
.work-content h3 { margin: 8px 0 10px; font-size: 1.12rem; }
.work-content p { margin: 0; color: var(--home-muted); font-size: .76rem; line-height: 1.8; }

/* Process and gateways */
.home-process-section { padding: 120px 0; }
.home-process-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.home-process-heading p { color: var(--home-muted); line-height: 1.8; }
.home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-process-grid article { position: relative; min-height: 260px; padding: 26px; border: 1px solid var(--home-line); border-radius: 22px; background: #fff; }
.home-process-grid article > span { position: absolute; top: 20px; left: 20px; color: #b3bfcd; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.home-process-grid article > i { width: 52px; height: 52px; display: grid; place-items: center; margin: 32px 0 30px; color: var(--home-blue); background: #eaf2ff; border-radius: 16px; }
.home-process-grid article:nth-child(2) > i { color: #0a8ca1; background: #e5f9fb; }
.home-process-grid article:nth-child(3) > i { color: #9d6919; background: #fff3dc; }
.home-process-grid article:nth-child(4) > i { color: #6840bf; background: #f1eaff; }
.home-process-grid h3 { margin: 0 0 12px; font-size: 1rem; }
.home-process-grid p { margin: 0; color: var(--home-muted); font-size: .75rem; line-height: 1.8; }
.home-gateways-section { padding: 0 0 120px; }
.home-gateways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-gateway-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; min-height: 165px; padding: 24px; color: var(--home-ink); border: 1px solid var(--home-line); border-radius: 22px; background: #fff; transition: .22s ease; }
.home-gateway-card:hover { color: var(--home-ink); transform: translateY(-5px); box-shadow: var(--home-shadow); }
.gateway-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--home-blue); background: #eaf2ff; border-radius: 17px; }
.home-gateway-card.blog .gateway-icon { color: #9d6919; background: #fff3dc; }
.home-gateway-card.portal .gateway-icon { color: #0b8da3; background: #e5f9fb; }
.home-gateway-card div { display: grid; gap: 4px; }
.home-gateway-card small { color: var(--home-muted); font-size: .61rem; }
.home-gateway-card h3 { margin: 0; font-size: 1rem; }
.home-gateway-card p { margin: 0; color: var(--home-muted); font-size: .7rem; line-height: 1.7; }
.gateway-arrow { color: #9aa9ba; }

/* Contact and footer */
.home-newsletter { padding: 0 0 110px; }
.home-newsletter-panel { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; padding: 64px; color: #fff; background: linear-gradient(130deg, #071a33, #0d3769); border-radius: 32px; box-shadow: var(--home-shadow-dark); }
.newsletter-copy h2 { color: #fff; }
.newsletter-copy > p { max-width: 590px; margin: 20px 0 28px; color: #a9bdd1; line-height: 1.9; }
.newsletter-contact-links { display: flex; flex-wrap: wrap; gap: 18px; }
.newsletter-contact-links a { display: inline-flex; align-items: center; gap: 8px; color: #8bdce7; font-size: .75rem; }
.home-newsletter-form { display: grid; gap: 15px; padding: 25px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 23px; backdrop-filter: blur(14px); }
.home-form-alert { display: flex; align-items: flex-start; gap: 9px; padding: 12px; border-radius: 12px; font-size: .7rem; line-height: 1.7; }
.home-form-alert.success { color: #9af0d1; background: rgba(27,151,109,.16); border: 1px solid rgba(80,213,167,.18); }
.home-form-alert.error { color: #ffc0cb; background: rgba(203,54,82,.17); border: 1px solid rgba(238,103,127,.2); }
.home-form-field { display: grid; gap: 7px; }
.home-form-field label { color: #d5e2ee; font-size: .7rem; font-weight: 600; }
.home-form-field > div { position: relative; }
.home-form-field i { position: absolute; top: 50%; right: 15px; color: #7691ab; transform: translateY(-50%); }
.home-form-field input { width: 100%; height: 50px; padding: 0 44px 0 14px; color: var(--home-ink); background: #fff; border: 1px solid transparent; border-radius: 13px; outline: none; }
.home-form-field input:focus { border-color: #65cddd; box-shadow: 0 0 0 4px rgba(37,197,217,.12); }
.home-submit-button { height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--home-blue); border: 0; border-radius: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.home-submit-button:hover { background: #0d58cf; transform: translateY(-2px); }
.home-form-note { display: flex; align-items: center; justify-content: center; gap: 6px; color: #89a1b8; font-size: .59rem; }
.home-footer { padding: 72px 0 22px; color: #a8b8c9; background: #051427; }
.home-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 54px; padding-bottom: 48px; }
.home-footer-brand img { max-height: 58px; filter: brightness(0) invert(1); }
.home-footer-brand p { max-width: 360px; color: #8196aa; font-size: .77rem; line-height: 1.9; }
.home-social-links { display: flex; gap: 9px; margin-top: 22px; }
.home-social-links a { width: 39px; height: 39px; display: grid; place-items: center; color: #b8c8d7; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.07); border-radius: 11px; }
.home-social-links a:hover { color: #fff; background: var(--home-blue); }
.home-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.home-footer-column h3 { margin: 5px 0 12px; color: #fff; font-size: .85rem; }
.home-footer-column a, .home-footer-column > span { display: inline-flex; align-items: center; gap: 8px; color: #8297ab; font-size: .72rem; line-height: 1.6; }
.home-footer-column a:hover { color: #79dce8; }
.home-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #62798f; font-size: .65rem; }

[data-home-reveal] { opacity: 1; transform: none; }
.home-reveal-ready [data-home-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-home-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .home-desktop-nav { display: none; }
    .home-menu-button { display: grid; place-items: center; }
    .home-mobile-nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: grid; gap: 3px; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--home-line); border-radius: 18px; box-shadow: var(--home-shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
    .home-mobile-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .home-mobile-nav a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; color: #42546c; border-radius: 10px; font-size: .82rem; font-weight: 600; }
    .home-mobile-nav a:hover, .home-mobile-nav a.active { color: var(--home-blue); background: #edf4ff; }
    .home-mobile-nav i { width: 20px; text-align: center; }
    .home-mobile-nav .mobile-client-link { color: #fff; background: var(--home-blue); }
    .home-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
    .home-hero-copy h1 { font-size: clamp(2.7rem, 5vw, 4rem); }
    .home-platform-grid { gap: 45px; }
    .home-footer-grid { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
    .home-hero { padding-top: 138px; }
    .home-hero-grid, .home-platform-grid, .home-newsletter-panel { grid-template-columns: 1fr; }
    .home-hero-grid { gap: 54px; }
    .home-hero-copy { text-align: center; }
    .home-hero-copy h1, .home-hero-lead { margin-inline: auto; }
    .home-hero-actions, .home-trust-row { justify-content: center; }
    .home-command-card { width: min(100%, 620px); margin-inline: auto; transform: none; }
    .home-stat-grid { grid-template-columns: 1fr 1fr; }
    .home-stat-item:nth-child(2) { border-left: 0; }
    .home-stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
    .home-services-grid, .home-work-grid { grid-template-columns: 1fr 1fr; }
    .home-services-grid > :last-child, .home-work-grid > :last-child { grid-column: 1 / -1; }
    .home-process-grid { grid-template-columns: 1fr 1fr; }
    .home-gateways-grid { grid-template-columns: 1fr; }
    .home-newsletter-panel { padding: 46px; gap: 38px; }
    .home-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .home-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .home-container { width: min(100% - 26px, 1240px); }
    .home-header { height: 72px; }
    .home-header.is-scrolled { height: 68px; }
    .home-logo, .home-header.is-scrolled .home-logo { height: 43px; }
    .home-client-button { width: 43px; height: 43px; justify-content: center; padding: 0; }
    .home-client-button span { display: none; }
    .home-hero { min-height: 0; padding: 124px 0 105px; }
    .home-hero-copy h1 { margin-top: 18px; font-size: clamp(2.25rem, 11vw, 3.25rem); line-height: 1.19; }
    .home-hero-lead { font-size: .91rem; line-height: 1.9; }
    .home-hero-actions { flex-direction: column; }
    .home-button { width: 100%; }
    .home-trust-row { gap: 12px 18px; }
    .home-command-card { padding: 14px; border-radius: 22px; }
    .command-highlight { grid-template-columns: auto 1fr; }
    .command-growth { grid-column: 1 / -1; }
    .pipeline-item { grid-template-columns: auto 1fr; }
    .pipeline-state { grid-column: 2; }
    .home-stat-band { margin-top: -44px; }
    .home-stat-grid { grid-template-columns: 1fr; padding: 10px; }
    .home-stat-item, .home-stat-item:nth-child(2) { border-left: 0; border-bottom: 1px solid var(--home-line); }
    .home-stat-item:last-child { border-bottom: 0; }
    .home-section, .home-process-section { padding: 86px 0; }
    .home-section-heading { display: block; margin-bottom: 34px; }
    .home-section-heading > p { margin-top: 18px; }
    .home-services-grid, .home-work-grid, .home-process-grid { grid-template-columns: 1fr; }
    .home-services-grid > :last-child, .home-work-grid > :last-child { grid-column: auto; }
    .home-service-card { min-height: 300px; }
    .home-platform-section { padding: 86px 0; }
    .platform-ui { padding: 14px; border-radius: 23px; }
    .platform-ui-stats { grid-template-columns: 1fr; }
    .platform-milestones { gap: 8px; font-size: .5rem; }
    .work-visual { height: 220px; }
    .home-newsletter { padding-bottom: 78px; }
    .home-newsletter-panel { width: min(100% - 18px, 1240px); padding: 31px 18px; border-radius: 25px; }
    .newsletter-contact-links { flex-direction: column; }
    .home-newsletter-form { padding: 18px; }
    .home-footer-grid { grid-template-columns: 1fr 1fr; }
    .home-footer-brand, .home-footer-contact { grid-column: 1 / -1; }
    .home-footer-bottom { flex-direction: column; align-items: flex-start; }
}

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

@media print {
    .home-header, .home-hero-actions, .home-newsletter, .home-social-links { display: none !important; }
    .home-hero, .home-platform-section, .home-footer { color: #111; background: #fff; }
    .home-hero-copy h1, .home-platform-section h2 { color: #111; }
    .home-command-card, .platform-ui { box-shadow: none; }
}
