:root {
  --ink: #11131d;
  --ink-soft: #1b1f2d;
  --navy: #111320;
  --navy-2: #171a2a;
  --text: #202435;
  --muted: #697084;
  --line: #e7e9ee;
  --surface: #ffffff;
  --surface-soft: #f6f7f9;
  --accent: #ffb000;
  --accent-soft: #fff4d8;
  --accent-dark: #db9200;
  --shadow: 0 18px 46px rgba(19, 24, 39, 0.08);
  --shadow-soft: 0 12px 28px rgba(19, 24, 39, 0.06);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
main, section, footer { width: 100%; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(231,233,238,.84);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 28px rgba(18,22,34,.08); background: rgba(255,255,255,.96); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
main { padding-top: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-logo { display:block; width:auto; height:50px; }
.brand-mark { position: relative; width: 34px; height: 34px; display: inline-flex; align-items: end; gap: 2px; }
.brand-bar { display: block; width: 6px; border-radius: 2px 2px 0 0; background: var(--accent); }
.bar-1 { height: 9px; } .bar-2 { height: 14px; } .bar-3 { height: 20px; } .bar-4 { height: 26px; }
.brand-arrow { position: absolute; right: -6px; top: -8px; color: var(--accent); font-size: 18px; transform: rotate(8deg); }
.brand-word { color: #252936; font: 700 30px/1 "Space Grotesk", sans-serif; letter-spacing: -1.5px; }
.brand-word strong { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { position: relative; color: #42495b; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; border-radius: 999px; background: var(--accent); transition: width .2s ease; }
.nav-link:hover, .nav-link.active { color: #151923; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-link-cta { padding: 11px 17px; border-radius: 999px; color: #151923; background: var(--accent); box-shadow: 0 8px 18px rgba(255,176,0,.22); }
.nav-link-cta::after { display: none; }
.nav-link-cta:hover { background: #ffc033; transform: translateY(-1px); }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.section { padding: 112px 0; }
.section-light { background: var(--surface-soft); }
.section-dark { color: white; background: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow-dark { color: var(--accent); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .cta-band h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font: 700 clamp(34px, 4vw, 54px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -2px;
}
.section-heading p, .about-copy p, .contact-copy p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.section-heading-row > div { max-width: 690px; }
.section-heading-row > p { max-width: 350px; margin-bottom: 5px; font-size: 15px; }

.hero { position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center; background: linear-gradient(135deg, #0d0f19 0%, #171a2b 54%, #10111d 100%); }
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(105deg, rgba(255,176,0,.1) 0%, rgba(255,176,0,.07) 22%, rgba(255,176,0,.018) 40%, transparent 64%); }
.hero::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 18% 78%, rgba(255,176,0,.16) 0%, transparent 46%), radial-gradient(circle at 84% 18%, rgba(255,176,0,.1) 0%, transparent 40%); }
.hero-grid-overlay { position:absolute; inset:0; opacity:.9; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to right, rgba(0,0,0,.95), rgba(0,0,0,.72) 58%, transparent 96%); }
.hero-shapes { position:absolute; inset:0; pointer-events:none; z-index:1; }
.shape { position:absolute; border-radius:50%; background:var(--accent); opacity:.075; filter:blur(.2px); }
.shape-1 { width:400px; height:400px; top:8%; right:-92px; animation:float 6s ease-in-out infinite; }
.shape-2 { width:200px; height:200px; top:52%; right:10%; animation:float 4s ease-in-out infinite 1s; }
.shape-3 { width:150px; height:150px; bottom:12%; right:4%; animation:float 5s ease-in-out infinite .5s; }
@keyframes float { 0%, 100% { transform:translateY(0) rotate(0deg); } 50% { transform:translateY(-22px) rotate(8deg); } }
.hero-layout { position:relative; z-index:2; display:grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items:center; padding: 92px 0 84px; }
.hero-copy h1 { max-width: 720px; margin: 20px 0 18px; color:#fff; font: 700 clamp(52px, 6.4vw, 78px)/.98 "Space Grotesk", sans-serif; letter-spacing:-4px; }
.hero-copy h1 span { color:var(--accent); }
.hero-lead { max-width:680px; margin:0; color:#d7d9e3; font-size:19px; line-height:1.72; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 20px; border:1px solid transparent; border-radius:14px; cursor:pointer; font-size:14px; font-weight:800; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { color:#151923; background:var(--accent); box-shadow:0 12px 22px rgba(255,176,0,.2); }
.btn-primary:hover { background:#ffc036; box-shadow:0 15px 28px rgba(255,176,0,.28); }
.btn-ghost { color:#fff; border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.04); }
.btn-ghost:hover { border-color:rgba(255,255,255,.42); background:rgba(255,255,255,.09); }
.hero-proof { display:grid; grid-template-columns:repeat(3, 1fr); gap:0; max-width:720px; margin-top:56px; padding-top:26px; border-top:1px solid rgba(255,255,255,.14); }
.hero-proof div { padding-right:24px; }
.hero-proof strong { display:block; color:var(--accent); font:700 38px/1 "Space Grotesk",sans-serif; letter-spacing:-1px; }
.hero-proof span { display:block; max-width:150px; margin-top:7px; color:#aeb4c4; font-size:13px; line-height:1.45; }

.integration-visual { position:relative; min-height:520px; display:flex; align-items:center; justify-content:center; }
.visual-glow { position:absolute; width:350px; height:350px; border-radius:50%; background:rgba(255,176,0,.14); filter:blur(72px); }
.visual-panel { position:relative; width:100%; max-width:560px; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:28px; background:linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow:0 28px 70px rgba(0,0,0,.26); backdrop-filter:blur(14px); }
.visual-panel-top, .visual-footer { display:flex; align-items:center; gap:10px; padding:15px 18px; color:#cfd3df; font-size:12px; font-weight:700; letter-spacing:.2px; }
.visual-panel-top { border-bottom:1px solid rgba(255,255,255,.1); }
.status-dot { width:8px; height:8px; border-radius:50%; background:#47d88b; box-shadow:0 0 14px rgba(71,216,139,.85); }
.visual-live { margin-left:auto; color:#7ae5a9; font-size:10px; letter-spacing:1.2px; }
.system-map { position:relative; height:420px; }
.system-lines { position:absolute; inset:0; width:100%; height:100%; }
.system-lines path { fill:none; stroke:rgba(255,176,0,.56); stroke-width:1.6; stroke-dasharray:6 8; animation:dash 14s linear infinite; }
@keyframes dash { to { stroke-dashoffset:-180; } }
.system-node { position:absolute; width:112px; min-height:78px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.12); border-radius:16px; color:#f8f9ff; background:rgba(18,21,34,.83); box-shadow:0 14px 32px rgba(0,0,0,.22); }
.system-node i { color:var(--accent); font-size:17px; }
.system-node b { margin-top:5px; font:700 15px/1 "Space Grotesk",sans-serif; }
.system-node span { margin-top:5px; color:#9ea5b6; font-size:10px; text-transform:uppercase; letter-spacing:.8px; }
.node-core { left:50%; top:50%; width:138px; min-height:100px; transform:translate(-50%,-50%); border-color:rgba(255,176,0,.55); background:rgba(31,29,25,.9); }
.node-erp { left:24px; top:36px; } .node-crm { right:24px; top:32px; } .node-api { left:24px; bottom:36px; } .node-bi { right:24px; bottom:34px; } .node-app { left:50%; bottom:0; transform:translateX(-50%); }
.visual-footer { justify-content:space-between; gap:18px; border-top:1px solid rgba(255,255,255,.1); color:#b9c0cf; }
.visual-footer i { color:var(--accent); margin-right:7px; }

.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.services-swiper { overflow: visible; }
.services-pagination { display: none; }
.service-card { position:relative; min-height:350px; padding:28px 24px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-sm); background:var(--surface); box-shadow:var(--shadow-soft); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content:""; position:absolute; inset:0 0 auto; height:3px; background:linear-gradient(90deg,var(--accent),transparent); transform:scaleX(0); transform-origin:left; transition:transform .25s ease; }
.service-card:hover { transform:translateY(-8px); border-color:#f1d893; box-shadow:var(--shadow); }
.service-card:hover::before { transform:scaleX(1); }
.service-number { position:absolute; top:24px; right:24px; color:#d8dbe3; font:700 15px/1 "Space Grotesk",sans-serif; }
.service-icon, .principle-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:15px; color:#151923; background:var(--accent); font-size:20px; box-shadow:0 10px 22px rgba(255,176,0,.16); }
.service-card h3, .principle-card h3, .solution-copy h3 { margin:42px 0 0; color:var(--ink); font:700 23px/1.16 "Space Grotesk",sans-serif; letter-spacing:-.7px; }
.service-card p { margin:16px 0 0; color:var(--muted); font-size:14px; line-height:1.72; }
.service-card a { position:absolute; left:24px; bottom:24px; color:var(--accent-dark); font-size:13px; font-weight:800; }
.service-card a i { margin-left:6px; transition:transform .2s ease; }
.service-card:hover a i { transform:translateX(4px); }

.cta-band { color:#fff; background:linear-gradient(110deg,#121520,#1d2233); }
.cta-band-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:62px 0; }
.cta-band h2 { color:#fff; margin-top:9px; }
.cta-band p { margin:12px 0 0; color:#bbc1d1; }

.portfolio { background:#fff; }
.portfolio-grid { display:grid; grid-template-columns:1.16fr .92fr .92fr; gap:18px; }
.solutions-swiper { overflow: visible; }
.solutions-pagination { display: none; }
.solution-card { position:relative; overflow:hidden; min-height:510px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); transition:transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.solution-topline { display:flex; align-items:center; justify-content:space-between; padding:16px 18px; color:#7b8291; border-bottom:1px solid var(--line); font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }
.solution-topline i { color:var(--accent-dark); }
.dashboard-mockup, .workflow-mockup, .mobile-mockup { height:220px; background:linear-gradient(145deg,#171b2a,#22283b); }
.dashboard-mockup { display:flex; padding:18px; gap:14px; }
.mock-sidebar { width:42px; display:flex; flex-direction:column; gap:12px; padding:10px; border-radius:9px; background:rgba(255,255,255,.08); }
.mock-sidebar span { height:7px; border-radius:99px; background:rgba(255,255,255,.22); }
.mock-main { flex:1; }
.mock-header { display:flex; justify-content:space-between; margin-bottom:14px; }
.mock-header span { display:block; height:10px; border-radius:99px; background:rgba(255,255,255,.16); }
.mock-header span:first-child { width:38%; } .mock-header span:last-child { width:17%; }
.mock-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.mock-metrics i { display:block; height:50px; border-radius:8px; background:rgba(255,255,255,.1); }
.mock-chart { height:100px; display:flex; align-items:end; gap:8px; margin-top:14px; padding:12px; border-radius:10px; background:rgba(255,255,255,.08); }
.mock-chart b { flex:1; border-radius:4px 4px 0 0; background:linear-gradient(#ffcb57,#ffb000); }
.mock-chart b:nth-child(1){height:42%}.mock-chart b:nth-child(2){height:60%}.mock-chart b:nth-child(3){height:52%}.mock-chart b:nth-child(4){height:76%}.mock-chart b:nth-child(5){height:68%}.mock-chart b:nth-child(6){height:88%}.mock-chart b:nth-child(7){height:72%}.mock-chart b:nth-child(8){height:94%}
.workflow-mockup { position:relative; display:flex; align-items:center; justify-content:center; gap:24px; }
.flow-box { position:relative; z-index:2; width:58px; height:58px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:16px; color:var(--accent); background:rgba(255,255,255,.1); font-size:21px; }
.flow-line { width:36px; border-top:2px dashed rgba(255,176,0,.68); }
.mobile-mockup { position:relative; display:grid; place-items:center; overflow:hidden; }
.phone { position:relative; z-index:3; width:92px; height:174px; padding:26px 12px 10px; border:4px solid #f9faff; border-radius:20px; background:#eff1f5; box-shadow:0 18px 36px rgba(0,0,0,.26); }
.phone-notch { position:absolute; top:8px; left:50%; width:30px; height:5px; border-radius:99px; background:#c7cbd3; transform:translateX(-50%); }
.phone i { display:block; height:19px; margin-bottom:8px; border-radius:5px; background:#d4d8e2; }
.phone b { display:block; height:50px; border-radius:7px; background:linear-gradient(140deg,#ffc94f,#f0a500); }
.mobile-pulse { position:absolute; border:1px solid rgba(255,176,0,.28); border-radius:50%; }
.pulse-one { width:170px; height:170px; } .pulse-two { width:260px; height:260px; }
.solution-copy { padding:24px 22px 22px; }
.solution-label { color:var(--accent-dark); font-size:11px; font-weight:800; letter-spacing:1.2px; text-transform:uppercase; }
.solution-copy h3 { margin-top:10px; font-size:24px; }
.solution-copy p { margin:13px 0 0; color:var(--muted); font-size:14px; line-height:1.68; }
.tag-list { display:flex; flex-wrap:wrap; gap:7px; margin-top:18px; }
.tag-list span { padding:6px 9px; border-radius:999px; color:#6b7281; background:#f5f6f8; font-size:11px; font-weight:700; }

.about { background:var(--surface-soft); }
.about-layout { display:grid; grid-template-columns:1.04fr .96fr; gap:74px; align-items:center; }
.about-copy p { max-width:620px; }
.about-checks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 20px; margin-top:30px; }
.about-checks span { display:flex; align-items:center; gap:10px; color:#3c4353; font-size:14px; font-weight:700; }
.about-checks i { width:23px; height:23px; display:grid; place-items:center; border-radius:50%; color:#171923; background:var(--accent); font-size:11px; }
.principles-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:15px; }
.principle-card { min-height:214px; padding:23px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); transition:transform .22s ease, border-color .22s ease; }
.principle-card:hover { transform:translateY(-5px); border-color:#f1d893; }
.principle-icon { width:45px; height:45px; border-radius:13px; font-size:17px; }
.principle-card h3 { margin-top:24px; font-size:21px; }
.principle-card p { margin:9px 0 0; color:var(--muted); font-size:13px; line-height:1.64; }

.contact-layout { display:grid; grid-template-columns:.92fr 1.08fr; gap:84px; align-items:start; }
.contact-details { display:grid; gap:14px; margin-top:32px; }
.contact-details > a, .contact-details > span { display:flex; align-items:center; gap:14px; color:#4d5567; font-size:14px; }
.contact-details > a > i, .contact-details > span > i { width:44px; height:44px; display:grid; place-items:center; border-radius:13px; color:var(--accent-dark); background:var(--accent-soft); }
.contact-details b { display:block; color:var(--ink); font-size:13px; }
.contact-form { display:grid; gap:15px; padding:26px; border:1px solid var(--line); border-radius:22px; background:var(--surface-soft); box-shadow:var(--shadow-soft); }
.form-row { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.contact-form label span { display:block; margin-bottom:7px; color:#252936; font-size:12px; font-weight:800; }
.contact-form input, .contact-form textarea { width:100%; padding:14px 15px; outline:none; border:1px solid #dfe2e8; border-radius:11px; color:#242938; background:#fff; transition:border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize:vertical; min-height:140px; }
.contact-form input:focus, .contact-form textarea:focus { border-color:var(--accent); box-shadow:0 0 0 4px rgba(255,176,0,.12); }
.btn-submit { width:100%; border:0; }
.form-note { margin:0; color:#7c8493; font-size:12px; text-align:center; }

.footer { background:#0f0f1a; padding:60px 0 30px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:60px; margin-bottom:50px; }
.footer-brand p { color:#9ca3af; font-size:15px; margin-top:20px; line-height:1.7; }
.footer-logo { display:flex; align-items:center; gap:6px; }
.footer-logo img { height:35px; }
.footer-logo-text { font-family:'Space Grotesk', sans-serif; font-size:26px; font-weight:800; color:var(--accent); line-height:24px; }
.footer-logo-text span { color:#fff; }
.footer-title { font-size:18px; color:#fff; margin:0 0 24px; }
.footer-links { display:flex; flex-direction:column; gap:14px; }
.footer-link { color:#9ca3af; font-size:15px; }
.footer-link:hover { color:var(--accent); }
.social-links { display:flex; gap:12px; margin-top:24px; }
.social-link { width:44px; height:44px; background:rgba(255,255,255,.1); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; transition:transform .3s ease, background .3s ease, color .3s ease; }
.social-link:hover { background:var(--accent); color:#0f0f1a; transform:translateY(-3px); }
.footer-bottom { padding-top:30px; border-top:1px solid rgba(255,255,255,.1); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.footer-copyright { margin:0; color:#6b7280; font-size:14px; }
.footer-bottom-links { display:flex; gap:30px; }
.footer-bottom-link { color:#6b7280; font-size:14px; }
.footer-bottom-link:hover { color:var(--accent); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns:1fr; gap:34px; }
  .hero { min-height:auto; }
  .hero-copy { max-width:760px; }
  .integration-visual { min-height:500px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .portfolio-grid { grid-template-columns:1fr 1fr; }
  .solution-card-featured { grid-column:1 / -1; }
  .about-layout, .contact-layout { gap:48px; }
  .footer-grid { grid-template-columns:repeat(2, 1fr); }
  .footer-brand { grid-column:1 / -1; }
}

@media (max-width: 820px) {
  .header-inner { min-height:70px; }
  .site-header { z-index:1000; }
  main { padding-top:70px; }
  .hero { width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
  .hero::before, .hero::after, .hero-grid-overlay, .hero-shapes { width:100vw; max-width:100vw; }
  .main-nav { position:fixed; top:70px; left:14px; right:14px; width:auto; max-height:calc(100vh - 94px); display:flex; flex-direction:column; align-items:stretch; gap:8px; padding:18px; overflow:auto; border:1px solid rgba(231,233,238,.95); border-radius:22px; background:rgba(255,255,255,.98); box-shadow:0 24px 60px rgba(20,24,36,.22); opacity:0; visibility:hidden; pointer-events:none; transform:translateX(110vw); transition:opacity .2s ease, visibility .2s ease, transform .25s ease; z-index:1001; }
  .main-nav.open { opacity:1; visibility:visible; pointer-events:auto; transform:none; }
  .nav-link { padding:16px 18px; border-radius:14px; color:#1a1f2d; background:#f6f7f9; font-size:16px; }
  .nav-link::after { display:none; }
  .nav-link.active { background:#eef0f5; }
  .nav-link-cta { margin-top:6px; padding:16px 18px; text-align:center; background:var(--accent); box-shadow:0 12px 24px rgba(255,176,0,.22); }
  .nav-toggle { display:block; }
  .nav-toggle.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity:0; }
  .nav-toggle.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .section { padding:82px 0; }
  .hero-layout { padding:72px 0 62px; }
  .hero-copy h1 { letter-spacing:-2.7px; }
  .section-heading-row { align-items:start; flex-direction:column; gap:2px; }
  .services-swiper { width:100%; overflow:hidden; padding:4px 0 42px; }
  .services-grid { display:flex; gap:0; align-items:stretch; }
  .service-card.swiper-slide { height:auto; flex-shrink:0; }
  .service-card.swiper-slide.reveal { opacity:1; transform:none; }
  .services-pagination { display:block; bottom:0 !important; }
  .services-pagination .swiper-pagination-bullet-active { background:var(--accent); }
  .solutions-swiper { width:100%; overflow:hidden; padding:4px 0 42px; }
  .portfolio-grid { display:flex; gap:0; align-items:stretch; }
  .solution-card.swiper-slide { height:auto; flex-shrink:0; }
  .solution-card.swiper-slide.reveal { opacity:1; transform:none; }
  .solutions-pagination { display:block; bottom:0 !important; }
  .solutions-pagination .swiper-pagination-bullet-active { background:var(--accent); }
  .about-layout, .contact-layout { grid-template-columns:1fr; }
  .solution-card-featured { grid-column:auto; }
  .cta-band-inner { align-items:start; flex-direction:column; gap:22px; padding:48px 0; }
  .footer-grid { grid-template-columns:1fr; gap:40px; }
  .footer-brand { grid-column:1 / -1; }
}

@media (max-width: 600px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .hero-copy h1 { font-size:54px; }
  .hero-lead { font-size:16px; }
  .hero-proof { gap:15px; }
  .hero-proof strong { font-size:30px; }
  .hero-proof span { font-size:11px; }
  .integration-visual { min-height:390px; }
  .visual-panel { border-radius:20px; }
  .system-map { height:315px; }
  .system-node { width:80px; min-height:61px; border-radius:12px; }
  .system-node i { font-size:14px; }.system-node b{font-size:12px}.system-node span{font-size:8px}
  .node-core { width:102px; min-height:78px; }
  .node-erp,.node-api { left:11px; }.node-crm,.node-bi{right:11px}.node-app{bottom:0}
  .visual-footer { align-items:start; flex-direction:column; gap:6px; }
  .principles-grid, .about-checks, .form-row { grid-template-columns:1fr; }
  .service-card { min-height:300px; }
  .solution-card { min-height:480px; }
  .section-heading h2, .about-copy h2, .contact-copy h2, .cta-band h2 { font-size:39px; letter-spacing:-1.5px; }
  .footer-bottom { flex-direction:column; }
}
