:root {
  --brand: #5b46f5;
  --brand-2: #8b5cf6;
  --cyan: #22d3ee;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dfe4ff;
  --soft: #eef2ff;
  --pink-soft: #fff1fb;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(91, 70, 245, .10);
  --shadow-hover: 0 24px 54px rgba(91, 70, 245, .20);
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #edf1ff 0%, #ffffff 22%, #ffffff 82%, #fff1fb 100%);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 42px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--brand); }.skip-link:focus { transform: translateY(0); }
.section { padding: 74px 0; }.section-soft { background: rgba(237, 242, 255, .72); }.section-pink { background: rgba(255, 241, 251, .62); }
.section-label, .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-family: "DM Mono", monospace; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.eyebrow::before, .section-label::before { content: ""; width: 22px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; } h1 { max-width: 850px; margin: 14px auto 19px; font-size: clamp(2.7rem, 6vw, 5.3rem); } h2 { margin-bottom: 13px; font-size: clamp(2rem, 4vw, 3.5rem); } h3 { font-size: 1.2rem; }.section-intro { max-width: 680px; color: var(--muted); font-size: .96rem; }.text-gradient { background: linear-gradient(100deg, var(--brand), var(--brand-2), #0ea5e9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 31px; }.section-heading > div:first-child { max-width: 760px; }.section-heading .section-intro { margin-bottom: 0; }.heading-link { color: var(--brand); font-size: .8rem; font-weight: 800; white-space: nowrap; }.heading-link:hover { color: var(--brand-2); }

.profile-header { padding: 30px 0 0; text-align: center; }.logo-plate { display: inline-flex; align-items: center; justify-content: center; min-height: 92px; padding: 14px 29px; border: 1px solid rgba(91, 70, 245, .13); border-radius: 25px; background: rgba(255, 255, 255, .74); box-shadow: 0 15px 36px rgba(78, 79, 168, .08); }.logo-plate img { width: 218px; }.profile-tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 12px; border: 1px solid #dfe5ff; border-radius: 999px; color: #6f61c4; background: rgba(255,255,255,.74); font-family: "DM Mono", monospace; font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.profile-tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #45d68c; box-shadow: 0 0 0 4px rgba(69, 214, 140, .13); }
.hero { padding: 50px 0 68px; text-align: center; }.hero-copy { max-width: 900px; margin: 0 auto; }.hero-copy > p { max-width: 725px; margin: 0 auto; color: var(--muted); font-size: 1.04rem; }.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 25px 0 24px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 11px 17px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }.button:hover, .button:focus-visible { transform: translateY(-3px); }.button-primary { color: #fff; background: linear-gradient(110deg, var(--brand), var(--brand-2)); box-shadow: 0 13px 24px rgba(91, 70, 245, .22); }.button-primary:hover { box-shadow: 0 18px 30px rgba(91, 70, 245, .32); }.button-outline { border-color: #c8cefc; color: var(--brand); background: #fff; }.button-outline:hover { border-color: var(--brand); background: #f5f3ff; }.trust-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: #6c7890; font-size: .73rem; }.trust-list li { display: inline-flex; align-items: center; gap: 6px; }.trust-list li::before { content: "✓"; color: #26b878; font-weight: 900; }
.profile-visual { position: relative; max-width: 770px; min-height: 230px; margin: 41px auto 0; padding: 14px; border: 1px solid #d9dfff; border-radius: 26px; background: rgba(255,255,255,.66); box-shadow: var(--shadow); overflow: hidden; }.profile-visual::before { content: ""; position: absolute; top: -130px; left: -90px; width: 350px; height: 350px; border-radius: 50%; background: rgba(88, 70, 245, .12); filter: blur(25px); }.profile-visual::after { content: ""; position: absolute; right: -90px; bottom: -140px; width: 350px; height: 350px; border-radius: 50%; background: rgba(34, 211, 238, .11); filter: blur(22px); }.growth-board { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: stretch; gap: 12px; min-height: 199px; padding: 17px; border: 1px solid rgba(91,70,245,.13); border-radius: 17px; background: linear-gradient(135deg, rgba(239,242,255,.94), rgba(255,247,254,.94)); }.board-card { padding: 15px; border: 1px solid #e2e5fb; border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 10px 22px rgba(94, 87, 173, .07); text-align: left; }.board-card small { display: block; color: #8290a9; font-family: "DM Mono", monospace; font-size: .58rem; }.board-card strong { display: block; margin-top: 7px; color: var(--ink); font-size: 1.45rem; letter-spacing: -.07em; }.board-card em { display: block; margin-top: 2px; color: #1aae73; font-size: .62rem; font-style: normal; font-weight: 800; }.board-center { position: relative; padding: 15px; border-radius: 14px; background: linear-gradient(145deg, #151d59, #5540c7); box-shadow: 0 18px 31px rgba(91,70,245,.22); overflow: hidden; }.board-center::after { content: ""; position: absolute; right: -20px; bottom: -45px; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; box-shadow: 0 0 0 21px rgba(255,255,255,.05), 0 0 0 42px rgba(255,255,255,.04); }.board-center small { color: #bfc8ff; font-family: "DM Mono", monospace; font-size: .57rem; }.board-center strong { display: block; max-width: 165px; margin: 11px 0 18px; color: #fff; font-size: 1.15rem; line-height: 1.13; }.board-lines { display: grid; gap: 7px; }.board-lines span { display: block; height: 7px; border-radius: 5px; background: linear-gradient(90deg, #9fe9ff, #b697ff); }.board-lines span:nth-child(1) { width: 89%; }.board-lines span:nth-child(2) { width: 67%; opacity: .78; }.board-lines span:nth-child(3) { width: 75%; opacity: .58; }.board-float { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #d9d5ff; border-radius: 11px; color: #56637b; background: rgba(255,255,255,.92); box-shadow: 0 12px 26px rgba(76,75,150,.11); font-size: .62rem; font-weight: 800; }.board-float b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 6px; color: #fff; background: var(--brand); font-size: .63rem; }.board-float.one { top: 12px; right: 25px; }.board-float.two { bottom: 12px; left: 22px; }

.stats { padding: 25px 0; color: #fff; background: linear-gradient(100deg, #4c3fd0, #6f49d8 52%, #9a56d3); }.stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }.stat { padding: 2px 12px; border-right: 1px solid rgba(255,255,255,.23); text-align: center; }.stat:last-child { border-right: 0; }.stat strong { display: block; font-size: 1.55rem; letter-spacing: -.07em; }.stat span { display: block; margin-top: 1px; color: #e9e8ff; font-size: .61rem; line-height: 1.3; }

.profile-card { padding: 26px; border: 1px solid #e1e5f7; border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 13px 34px rgba(62,70,139,.07); }.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 25px; }.about-copy p { color: var(--muted); font-size: .86rem; }.about-copy p:last-child { margin-bottom: 0; }.about-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.about-badge { padding: 18px; border: 1px solid #e8e9ff; border-radius: 15px; background: linear-gradient(140deg, #fafaff, #fff5fc); }.about-badge strong { display: block; color: var(--brand); font-size: 1rem; }.about-badge span { display: block; margin-top: 4px; color: #758198; font-size: .67rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.service-card { position: relative; min-height: 320px; padding: 25px; border: 1px solid #e0e4fb; border-radius: 21px; background: #fff; box-shadow: 0 12px 31px rgba(60,70,150,.06); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }.service-card::after { content: ""; position: absolute; right: -55px; bottom: -68px; width: 170px; height: 170px; border: 1px solid rgba(91,70,245,.13); border-radius: 50%; box-shadow: 0 0 0 18px rgba(91,70,245,.04), 0 0 0 38px rgba(91,70,245,.025); }.service-card:hover { transform: translateY(-7px); border-color: #aaa7ff; box-shadow: var(--shadow-hover); }.service-card.featured { border-color: #b9b2ff; background: linear-gradient(145deg, #f0efff, #fff7fd); }.service-number { display: grid; width: 35px; height: 35px; place-items: center; margin-bottom: 24px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-family: "DM Mono", monospace; font-size: .67rem; font-weight: 700; }.service-card h3 { margin-bottom: 11px; font-size: 1.4rem; }.service-card p { min-height: 70px; color: var(--muted); font-size: .77rem; }.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 23px; }.service-tags span, .tech-pills span { padding: 6px 8px; border: 1px solid #e2e5f7; border-radius: 999px; color: #64718a; background: #fafbff; font-size: .59rem; font-weight: 700; }.service-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: .7rem; font-weight: 800; }.service-link::after { content: "→"; transition: transform .2s ease; }.service-link:hover::after { transform: translateX(4px); }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }.industry-card { padding: 20px; border: 1px solid #e3e7f9; border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }.industry-card:hover { transform: translateY(-5px); border-color: #bdb9ff; box-shadow: var(--shadow); }.industry-icon { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 14px; border-radius: 10px; color: var(--brand); background: #eff0ff; font-weight: 800; }.industry-card h3 { margin-bottom: 6px; font-size: .9rem; }.industry-card p { margin-bottom: 0; color: var(--muted); font-size: .67rem; line-height: 1.45; }

.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.project-card { border: 1px solid #e0e4f6; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(57, 65, 140, .055); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }.project-card:hover { transform: translateY(-7px); border-color: #aaa7ff; box-shadow: var(--shadow-hover); }.project-thumb { position: relative; height: 150px; padding: 12px; background: linear-gradient(135deg, var(--thumb-a, #e1e4ff), var(--thumb-b, #ffe4f7)); overflow: hidden; }.project-thumb::after { content: ""; position: absolute; right: -50px; bottom: -95px; width: 210px; height: 210px; border: 1px solid rgba(91,70,245,.15); border-radius: 50%; box-shadow: 0 0 0 20px rgba(91,70,245,.04); }.browser-mockup { position: relative; z-index: 1; height: 100%; border: 1px solid rgba(255,255,255,.85); border-radius: 10px; background: rgba(255,255,255,.86); box-shadow: 0 13px 24px rgba(63,70,138,.12); overflow: hidden; }.browser-top { display: flex; align-items: center; gap: 4px; height: 19px; padding: 0 7px; border-bottom: 1px solid #eaebfb; }.browser-top i { width: 5px; height: 5px; border-radius: 50%; background: #b5bbd7; }.browser-top i:first-child { background: #fa8f9d; }.browser-top i:nth-child(2) { background: #f7c969; }.browser-view { display: grid; height: calc(100% - 19px); grid-template-columns: 25% 1fr; }.browser-sidebar { padding: 9px 7px; background: linear-gradient(180deg, #5145c7, #7c5bd7); }.browser-sidebar span { display: block; width: 72%; height: 5px; margin: 0 0 6px; border-radius: 4px; background: rgba(255,255,255,.5); }.browser-sidebar span:first-child { width: 45%; height: 8px; margin-bottom: 13px; background: rgba(255,255,255,.92); }.browser-content { padding: 9px; }.browser-content strong { display: block; width: 58%; height: 10px; border-radius: 4px; background: #4a4ab4; font-size: 0; }.browser-content em { display: block; width: 78%; height: 5px; margin-top: 6px; border-radius: 4px; background: #c4c9e3; }.browser-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 11px; }.browser-cards span { height: 30px; border-radius: 4px; background: linear-gradient(135deg, #70c9ea, #9e75e5); }.project-body { padding: 19px; }.project-topline { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-bottom: 8px; }.project-type { color: var(--brand); font-family: "DM Mono", monospace; font-size: .56rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.project-country { color: #8b96aa; font-size: .61rem; }.project-card h3 { margin-bottom: 6px; font-size: 1.05rem; }.project-card p { min-height: 42px; margin-bottom: 14px; color: var(--muted); font-size: .7rem; line-height: 1.45; }.tech-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }.tech-pills span { padding: 4px 6px; border-radius: 5px; font-family: "DM Mono", monospace; font-size: .53rem; }.project-links { display: flex; flex-wrap: wrap; gap: 12px; }.project-links a { color: var(--brand); font-size: .65rem; font-weight: 800; }.project-links a:last-child { color: #77849a; }.project-links a:hover { color: var(--brand-2); }

.seo-section { background: linear-gradient(180deg, rgba(237,242,255,.8), rgba(255,241,251,.63)); }.seo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.ranking-card { position: relative; padding: 24px; border: 1px solid #dfe3fb; border-radius: 21px; background: #fff; box-shadow: 0 12px 30px rgba(62,70,140,.06); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }.ranking-card:hover { transform: translateY(-6px); border-color: #b9b4ff; box-shadow: var(--shadow-hover); }.ranking-card.featured { border-color: #ada7ff; background: linear-gradient(145deg, #f0efff, #fff8fd); }.ranking-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; }.ranking-head h3 { margin-bottom: 4px; font-size: 1.28rem; }.ranking-head p { margin-bottom: 0; color: var(--muted); font-size: .72rem; }.rank-badge { flex: 0 0 auto; padding: 7px 9px; border-radius: 9px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-family: "DM Mono", monospace; font-size: .55rem; font-weight: 700; text-align: center; }.ranking-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0; }.ranking-meta span { padding: 5px 7px; border: 1px solid #e3e6fa; border-radius: 999px; color: #6a7690; background: #fbfbff; font-family: "DM Mono", monospace; font-size: .54rem; }.ranking-card details { border-top: 1px solid #eceefd; }.ranking-card summary { padding-top: 14px; color: var(--brand); cursor: pointer; font-size: .7rem; font-weight: 800; list-style-position: inside; }.ranking-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }.ranking-list li { padding: 6px 7px; border: 1px solid #e7e9fb; border-radius: 7px; color: #5f6d86; background: #fcfcff; font-size: .59rem; }.ranking-list li b { color: #159f69; font-family: "DM Mono", monospace; font-size: .52rem; font-weight: 700; }.ranking-note { display: block; margin-top: 17px; color: #8792a7; font-size: .63rem; }.ranking-card .eyebrow { margin-bottom: 12px; font-size: .58rem; }

.technology-section { background: #fff; }.tech-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }.tech-tab { padding: 8px 11px; border: 1px solid #dfe4f7; border-radius: 999px; color: #6b7891; background: #fff; font-size: .65rem; font-weight: 800; }.tech-tab.is-active, .tech-tab:hover { color: #fff; border-color: var(--brand); background: var(--brand); }.tech-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 25px; padding: 24px; border: 1px solid #e0e4f8; border-radius: 20px; background: linear-gradient(145deg, #fbfbff, #fff6fc); }.tech-panel h3 { margin: 8px 0 6px; font-size: 1.32rem; }.tech-panel p { margin-bottom: 0; color: var(--muted); font-size: .73rem; }.tech-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.tech-item { padding: 9px 11px; border: 1px solid #e2e5f8; border-radius: 10px; color: #596983; background: #fff; font-size: .63rem; font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }.process-card { padding: 21px 15px; border: 1px solid #e1e5f8; border-radius: 16px; background: #fff; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }.process-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.process-number { display: grid; width: 38px; height: 38px; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-family: "DM Mono", monospace; font-size: .62rem; }.process-card h3 { margin-bottom: 6px; font-size: .8rem; }.process-card p { margin: 0; color: var(--muted); font-size: .61rem; line-height: 1.45; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.testimonial { padding: 23px; border: 1px solid #e1e5f7; border-radius: 19px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.testimonial:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.quote-mark { color: var(--brand); font-family: Georgia, serif; font-size: 2.8rem; line-height: .8; }.testimonial p { margin: 14px 0 19px; color: #5b6980; font-size: .73rem; }.testimonial cite { display: block; font-size: .68rem; font-style: normal; font-weight: 800; }.testimonial cite span { display: block; margin-top: 3px; color: #8792a7; font-size: .59rem; font-weight: 600; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.engagement-card { padding: 21px; border: 1px solid #e1e5f6; border-radius: 17px; background: rgba(255,255,255,.84); transition: transform .2s ease, box-shadow .2s ease; }.engagement-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.engagement-card h3 { margin-bottom: 7px; font-size: .95rem; }.engagement-card p { min-height: 38px; margin-bottom: 13px; color: var(--muted); font-size: .68rem; }.engagement-card a { color: var(--brand); font-size: .65rem; font-weight: 800; }

.cta-section { padding: 68px 0; color: #fff; background: linear-gradient(115deg, #4e3bd4, #7950d4 52%, #af55c6); }.cta-layout { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.cta-layout h2 { max-width: 700px; margin-bottom: 9px; }.cta-layout p { max-width: 680px; margin-bottom: 0; color: #eeebff; font-size: .86rem; }.cta-section .eyebrow { color: #d9ecff; }.contact-panel { min-width: 250px; padding: 19px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(255,255,255,.12); }.contact-panel small { color: #e5ddff; font-family: "DM Mono", monospace; font-size: .58rem; }.contact-panel a { display: block; margin-top: 7px; color: #fff; font-size: .84rem; font-weight: 800; }.contact-panel a + a { color: #d2f2ff; font-size: .7rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: start; }.contact-copy p { color: var(--muted); font-size: .78rem; }.contact-options { display: grid; gap: 8px; margin-top: 22px; }.contact-option { display: flex; align-items: center; gap: 10px; color: #647189; font-size: .7rem; }.contact-option b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--brand); background: #eff0ff; }.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; padding: 23px; border: 1px solid #dfe4f7; border-radius: 19px; background: #fbfbff; }.field { display: grid; gap: 5px; }.field.full, .form-foot { grid-column: 1 / -1; }.field label { color: #56657e; font-size: .62rem; font-weight: 800; }.field input, .field select, .field textarea { width: 100%; padding: 10px 11px; border: 1px solid #dfe4f1; border-radius: 9px; outline: 0; color: var(--ink); background: #fff; font-size: .69rem; }.field textarea { min-height: 92px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(91,70,245,.1); }.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.form-note { margin: 0; color: #8994a7; font-size: .58rem; }.form-status { display: none; margin: 0 0 6px; color: #18a86d; font-size: .62rem; font-weight: 800; }.form-status.visible { display: block; }
.site-footer { padding: 39px 0 20px; color: #dcd9ff; background: linear-gradient(115deg, #4334bd, #6746c7 53%, #9248b7); }.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 28px; padding-bottom: 28px; }.footer-brand img { width: 190px; margin-bottom: 12px; filter: brightness(0) invert(1); }.footer-brand p { max-width: 280px; margin-bottom: 0; color: #d9d6fb; font-size: .67rem; }.footer-col h3 { margin-bottom: 10px; color: #fff; font-size: .73rem; }.footer-col a { display: block; margin: 6px 0; color: #d7d5f7; font-size: .63rem; }.footer-col a:hover { color: #fff; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.22); color: #c4c2e9; font-size: .58rem; }.footer-bottom a { color: #fff; }.mobile-enquiry { display: none; }
.reveal { opacity: 0; transform: translateY(17px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) { .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 15px 10px; }.stat:nth-child(3) { border-right: 0; }.client-grid { grid-template-columns: repeat(2, 1fr); }.process-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }.process-card { padding: 21px; }.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-contact { grid-column: 2 / -1; } }
@media (max-width: 760px) { .section { padding: 59px 0; }.container { width: min(var(--container), calc(100% - 30px)); }.section-heading { display: block; }.heading-link { display: inline-flex; margin-top: 15px; }.about-grid, .contact-grid, .seo-grid, .tech-panel { grid-template-columns: 1fr; }.services-grid, .engagement-grid, .testimonial-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.service-card p { min-height: auto; }.industry-grid { grid-template-columns: repeat(2, 1fr); }.cta-layout { display: block; }.contact-panel { max-width: 300px; margin-top: 25px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-contact { grid-column: auto; }.profile-visual { min-height: 210px; }.growth-board { grid-template-columns: 1fr 1fr; }.board-center { grid-column: 1 / -1; grid-row: 1; min-height: 130px; }.board-card:first-child { grid-column: 1; }.board-card:last-of-type { grid-column: 2; }.board-float { display: none; }.tech-list { justify-content: flex-start; } }
@media (max-width: 520px) { .logo-plate { min-height: 76px; padding: 11px 20px; border-radius: 20px; }.logo-plate img { width: 177px; }.profile-tag { font-size: .55rem; }.hero { padding-top: 36px; }.hero h1 { font-size: 2.65rem; }.hero-copy > p { font-size: .88rem; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.trust-list { display: grid; gap: 7px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.stat { padding: 8px 4px; border-right: 0; }.stat strong { font-size: 1.35rem; }.about-badges { grid-template-columns: 1fr; }.industry-grid, .client-grid { grid-template-columns: 1fr; }.seo-grid { gap: 11px; }.ranking-card { padding: 19px; }.ranking-head { display: block; }.rank-badge { display: inline-flex; margin-top: 12px; }.process-grid { grid-template-columns: repeat(2, 1fr); }.process-card { padding: 17px 11px; }.contact-form { grid-template-columns: 1fr; padding: 18px; }.field.full, .form-foot { grid-column: auto; }.form-foot { display: block; }.form-foot .button { width: 100%; margin-top: 10px; }.footer-grid { grid-template-columns: 1fr; }.footer-contact { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-bottom: 7px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }

/* Profile refinement: larger type, transparent centered branding, and an image-led hero. */
body { font-size: 17px; }
.logo-plate { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.logo-plate img { width: 375px;}
.profile-tag { display: none; }
.hero { position: relative; isolation: isolate; min-height: 650px; padding: 92px 0 100px; color: #fff; background-image: linear-gradient(90deg, rgba(48,35,161,.91) 0%, rgba(74,52,185,.80) 47%, rgba(88,61,182,.56) 100%), none; background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(10,20,88,.18), rgba(95,39,145,.18)); }
.hero-copy > p { color: rgba(255,255,255,.92); font-size: 1.18rem; line-height: 1.7; }
.hero h1 { color: #fff; font-size: clamp(3.1rem, 3.4vw, 5.8rem); }
.hero .text-gradient { background: linear-gradient(100deg, #d7f8ff, #c7c0ff 55%, #ffd4f1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .button-outline { border-color: rgba(255,255,255,.56); color: #fff; background: rgba(255,255,255,.12); }
.hero .button-outline:hover { border-color: #fff; background: rgba(255,255,255,.22); }
.hero .trust-list { color: rgba(255,255,255,.9); font-size: .87rem; }
.profile-visual { max-width: 850px; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.16); box-shadow: 0 22px 50px rgba(17, 13, 79, .23); }
.growth-board { background: rgba(255,255,255,.89); }
.section-intro { font-size: 1.08rem; line-height: 1.7; }
.button { min-height: 51px; padding: 13px 20px; font-size: .92rem; }
.trust-list { font-size: .84rem; }
.about-copy p { font-size: 1rem; line-height: 1.75; }
.about-badge { padding: 23px; }
.about-badge strong { font-size: 1.22rem; }
.about-badge span { font-size: .82rem; line-height: 1.55; }
.service-card h3 { font-size: 1.68rem; }
.service-card p { font-size: .94rem; line-height: 1.65; }
.service-tags span { padding: 7px 10px; font-size: .72rem; }
.industry-card h3 { font-size: 1.05rem; }
.industry-card p { font-size: .8rem; }
.project-card h3 { font-size: 1.24rem; }
.project-card p { font-size: .82rem; line-height: 1.55; }
.project-type { font-size: .64rem; }
.project-country { font-size: .7rem; }
.tech-panel h3 { font-size: 1.55rem; }
.tech-panel p { font-size: .86rem; }
.tech-item { padding: 11px 13px; font-size: .75rem; }
.ranking-head h3 { font-size: 1.45rem; }
.ranking-head p { font-size: .84rem; line-height: 1.6; }
.ranking-card summary { font-size: .82rem; }
.ranking-list li { padding: 8px 9px; font-size: .7rem; }
.ranking-list li b { font-size: .59rem; }
.ranking-note { font-size: .72rem; }
.process-card h3 { font-size: .98rem; }
.process-card p { font-size: .72rem; }
.testimonial p { font-size: .88rem; line-height: 1.65; }
.engagement-card p { font-size: .8rem; line-height: 1.55; }
.footer-brand img { width: 235px; filter: brightness(0) invert(1); }
.footer-brand p { display: none; }
.footer-contact a { font-size: .78rem; line-height: 1.55; }

@media (max-width: 760px) {
  .hero { min-height: 610px; padding: 72px 0 78px; }
  .hero-copy > p { font-size: 1rem; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4.3rem); }
  .section-intro { font-size: .98rem; }
}
@media (max-width: 520px) {
  .logo-plate img { width: 225px; }
  .hero { min-height: 670px; }
  .hero-copy > p { font-size: .94rem; }
  .hero .trust-list { font-size: .78rem; }
  .service-card h3 { font-size: 1.5rem; }
  .about-badge strong { font-size: 1.1rem; }
  .ranking-list li { font-size: .66rem; }
}

/* Card imagery and high contrast text refinement. */
body { color: #000000; }
h1, h2, h3, .section-label, .eyebrow, .heading-link { color: #000000; }
.hero { min-height: 0; padding: 0px 0 82px; color: #000000; background-image: linear-gradient(180deg, #edf1ff 0%, #ffffff 100%); }
.hero::before { display: none; }
.hero h1 { color: #000000; }
.hero .text-gradient { color: #000000; background: none; }
.hero-copy > p, .hero .trust-list { color: #000000; }
.hero .button-outline { border-color: #aeb5f2; color: #000000; background: #ffffff; }
.about-badges { gap: 14px; }
.about-badge { position: relative; isolation: isolate; min-height: 205px; overflow: hidden; color: #000000; background-image: url("img/profile-cards-grid.png"); background-size: 200% 200%; background-repeat: no-repeat; }
.about-badge::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(237,233,255,.72)); }
.about-badge:nth-child(1) { background-position: 0 0; }
.about-badge:nth-child(2) { background-position: 100% 0; }
.about-badge:nth-child(3) { background-position: 0 100%; }
.about-badge:nth-child(4) { background-position: 100% 100%; }
.about-badge strong, .about-badge span { position: relative; z-index: 1; color: #000000; }
.about-copy p, .section-intro, .service-card p, .industry-card p, .project-card p, .ranking-head p, .ranking-list li, .ranking-note, .tech-panel p, .process-card p, .testimonial p, .testimonial cite span, .engagement-card p, .contact-copy p, .form-note { color: #000000; }
.ranking-meta span, .project-country, .project-type { color: #000000; }
.footer-bottom, .footer-bottom a { color: #000000; }
