:root {
  --navy: #081f4d;
  --navy-2: #061737;
  --blue: #118cff;
  --cyan: #16c8ff;
  --text: #12213f;
  --muted: #66748e;
  --soft: #f4f8fd;
  --line: #dce7f3;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 31, 77, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", Arial, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

h1, h2, h3, h4 { font-family: "Poppins", Arial, sans-serif; line-height: 1.15; margin: 0; color: var(--text); }
h1 { font-size: clamp(2.7rem, 5vw, 5.25rem); letter-spacing: -.015em; }
h2 { font-size: clamp(2rem, 3vw, 3.35rem); letter-spacing: -.02em; }
h3 { font-size: 1.2rem; }
p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(8,31,77,.08); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand img { width: 170px; }
.main-nav { margin-left: auto; display: flex; gap: 28px; align-items: center; }
.main-nav a { font-weight: 600; font-size: .94rem; transition: .2s ease; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; }
.header-cta { margin-left: 6px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 20px; border: 1px solid transparent; font-family: "Poppins", sans-serif; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 12px 32px rgba(17,140,255,.28); }
.btn-large { padding: 15px 24px; }
.btn-outline { color: var(--blue); border-color: rgba(17,140,255,.35); background: #fff; }
.btn-ghost-light { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.btn-white { color: var(--navy); background: white; }
.btn-block { width: 100%; border-radius: 12px; }
.play-dot { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--blue); font-size: .72rem; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 65% 25%, #0e4b92 0%, #071d47 42%, #04132e 100%); color: #fff; padding: 78px 0 72px; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .28; }
.hero-glow-one { width: 360px; height: 360px; background: #118cff; right: 28%; top: -130px; }
.hero-glow-two { width: 280px; height: 280px; background: #16c8ff; left: -100px; bottom: -130px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 64px; align-items: center; }
.hero-copy h1, .hero-copy p { color: white; }
.hero-copy h1 span, .section-head h2 span, .final-cta h2 span { color: #22b7ff; }
.hero-copy > p { font-size: 1.1rem; max-width: 720px; color: #d9e8ff; margin-top: 22px; }
.eyebrow { display: inline-flex; margin-bottom: 15px; color: var(--blue); background: #e8f6ff; padding: 7px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: .72rem; }
.dark-eyebrow { color: #ccecff; background: rgba(22,200,255,.12); border: 1px solid rgba(255,255,255,.12); }
.feature-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0; color: #e7f2ff; font-size: .9rem; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 28px; color: #9bdcff; font-family: "Poppins", sans-serif; font-size: 1rem; font-style: italic; }

.quick-card { background: white; color: var(--text); border-radius: 24px; padding: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.card-kicker { font-size: .78rem; font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; }
.quick-card h2 { font-size: 2rem; margin-top: 4px; }
.quick-card h2 span { color: var(--blue); }
.quick-card > p { color: var(--muted); margin: 5px 0 18px; }
.quick-card form { display: grid; gap: 11px; }
.quick-card label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.quick-card input, .quick-card select, .quick-card textarea { width: 100%; border: 1px solid #d8e3ef; background: #fbfdff; border-radius: 10px; padding: 13px 14px; outline: none; color: var(--text); }
.quick-card input:focus, .quick-card select:focus, .quick-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,140,255,.12); }
.quick-card textarea { resize: vertical; min-height: 100px; }
.response-note, .form-status { margin-top: 10px; font-size: .8rem; text-align: center; color: #4b9a6a; }
.form-status { color: var(--blue); min-height: 1.1em; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-inner { min-height: 105px; display: flex; align-items: center; gap: 38px; }
.trust-label { text-transform: uppercase; font-size: .72rem; font-weight: 800; color: #7c89a0; white-space: nowrap; }
.trust-items { flex: 1; display: grid; grid-template-columns: repeat(5,1fr); gap: 22px; align-items: center; }
.trust-items span { color: #6e7b90; font: 700 1.05rem "Poppins", sans-serif; text-align: center; }

.section { padding: 98px 0; }
.projects { background: linear-gradient(#f7fbff, #fff); }
.section-head { margin-bottom: 38px; }
.section-head p { color: var(--muted); margin-top: 10px; max-width: 740px; }
.split-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.centered { text-align: center; }
.centered p { margin-inline: auto; }

.project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.project-card { overflow: hidden; background: white; border: 1px solid #e6eef7; border-radius: var(--radius); box-shadow: 0 12px 36px rgba(8,31,77,.07); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid #e7eef7; }
.project-body { padding: 20px; }
.project-type { color: var(--muted); font-size: .82rem; }
.project-body h3 { margin: 5px 0 14px; }
.project-body a { color: var(--blue); font-weight: 800; font-size: .9rem; }

.process { background: #f2f8ff; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.process-card { position: relative; background: white; border: 1px solid #dfebf7; border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(8,31,77,.05); }
.step-icon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; font: 800 1rem "Poppins", sans-serif; color: white; margin-bottom: 20px; box-shadow: 0 0 0 8px rgba(17,140,255,.06); }
.blue { background: #118cff; }.green { background: #20bf6b; }.orange { background: #ff9f1c; }.purple { background: #8e44de; }
.process-card p { color: var(--muted); margin-top: 8px; font-size: .92rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testimonial-card { border: 1px solid #e2ebf5; border-radius: var(--radius); padding: 26px; background: white; box-shadow: 0 12px 34px rgba(8,31,77,.05); }
.quote-mark { color: var(--blue); font: 800 3rem/1 "Poppins", sans-serif; }
.testimonial-card > p { color: #526078; min-height: 115px; }
.person { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.person strong, .person span { display: block; }
.person span { color: var(--muted); font-size: .78rem; }

.final-cta { background: linear-gradient(135deg, #071b45, #0b3475 58%, #006fc9); color: white; padding: 70px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.final-cta h2, .final-cta p { color: white; }
.final-cta p { color: #d8e9ff; margin-top: 8px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { background: #071426; color: #cfdbeb; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 48px; padding-bottom: 48px; }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); }
.footer-brand p { margin-top: 10px; color: #7f93ad; }
.site-footer h4 { color: white; margin-bottom: 14px; }
.site-footer a, .site-footer p { display: block; color: #9fb0c7; margin: 7px 0; font-size: .9rem; }
.site-footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; font-size: .84rem; color: #7f93ad; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; padding: 18px; border-radius: 16px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .feature-row, .hero-actions { justify-content: center; }
  .project-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header .brand img { width: 145px; }
  .header-inner { min-height: 72px; }
  .hero { padding-top: 54px; }
  .hero-grid { gap: 36px; }
  .hero-actions .btn { width: 100%; }
  .quick-card { padding: 22px 18px; }
  .trust-inner { align-items: flex-start; flex-direction: column; padding-block: 24px; }
  .trust-items { width: 100%; grid-template-columns: repeat(2,1fr); }
  .section { padding: 72px 0; }
  .split-head { display: block; }
  .split-head .btn { margin-top: 20px; }
  .project-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
}
/* Reference layout refinements */
:root { --container:1180px; --radius:14px; }
h1 { font-size:clamp(2.5rem,3.45vw,3.45rem); letter-spacing:-.015em; line-height:1.17; }
h2 { font-size:clamp(1.9rem,2.7vw,2.65rem); }
.brand { display:block; flex-shrink:0; line-height:1; }
.brand-name { display:block; font:800 36px/1.1 "Inter",Arial,sans-serif; letter-spacing:-1.6px; color:#101b30; }
.brand-name > span { color:#118cff; }
.brand-tagline { display:block; font-size:8px; letter-spacing:1.65px; font-weight:600; margin-top:5px; color:#536078; }
.header-inner { min-height:80px; gap:24px; }
.main-nav { gap:24px; }
.main-nav a { font-size:12px; }
.main-nav a:first-child { color:var(--blue); }
.header-cta { font-size:12px; padding:11px 18px; }
.btn { font-size:12px; }
.hero { padding:44px 0; background:linear-gradient(105deg,rgba(2,12,30,.99) 8%,rgba(4,24,61,.96) 48%,rgba(3,30,74,.85)),url('../images/hero-abstract.png') center/cover; }
.hero-grid { grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr); gap:65px; }
.hero-copy > p { font-size:16px; max-width:590px; margin-top:18px; line-height:1.65; }
.hero-copy h1 span { color:#00baf0; }
.eyebrow { font-size:10px; padding:5px 17px; margin-bottom:12px; letter-spacing:0; }
.feature-row { gap:15px; font-size:11px; margin:28px 0; }
.hero-actions { gap:18px; }
.hero-note { font-size:16px; margin-top:20px; }
.quick-card { border-radius:16px; padding:27px; }
.quick-card h2 { font-size:28px; }
.quick-card > p { font-size:12px; margin-bottom:15px; }
.quick-card form { gap:9px; }
.quick-card input,.quick-card select,.quick-card textarea { border-radius:6px; padding:10px 12px; font-size:12px; }
.quick-card textarea { min-height:78px; }
.quick-card .btn { border-radius:6px; padding:11px 18px; }
.form-status:empty { display:none; }
.form-status { color:#526078; }
.response-note { font-size:10px; color:#61728a; }
.trust-inner { min-height:110px; }
.trust-label { font-size:9px; }
.trust-items span { font-size:22px; font-weight:600; color:#576d80; }
.trust-items span:nth-child(2) { font-style:italic; }
.trust-items span:nth-child(3) { font-family:Georgia,serif; font-size:19px; }
.trust-items span:nth-child(4) { text-transform:lowercase; font-size:30px; }
.section { padding:58px 0; }
.projects { background:radial-gradient(ellipse at 15% 0,#e9f7ff,transparent 70%),#f9fcff; }
.section-head { margin-bottom:30px; }
.section-head p { font-size:13px; }
.project-grid { gap:22px; }
.project-card { padding:8px; border:none; border-radius:12px; box-shadow:0 10px 35px #0a3f7510; }
.project-card img { border-radius:8px; aspect-ratio:1.5; height:auto; }
.project-body { padding:15px 12px 12px; display:flex; flex-direction:column; align-items:flex-start; }
.project-body h3 { order:-1; font-size:15px; margin:0 0 6px; }
.project-type { font-size:11px; }
.project-preview { color:#0877ed; padding:0; margin-top:12px; border:0; background:transparent; font-size:12px; font-weight:700; cursor:pointer; }
.process { background:linear-gradient(110deg,#eaf6ff,#f3faff); }
.process-grid { gap:25px; }
.process-card { background:transparent; border:0; box-shadow:none; border-radius:0; padding:14px 0 0 74px; }
.step-icon { position:absolute; left:0; top:12px; width:54px; height:54px; border:6px solid white; box-shadow:0 0 0 1px #e1edf8; font-size:12px; }
.process-card h3 { font-size:14px; }
.process-card p { font-size:12px; line-height:1.7; }
.testimonial-card { position:relative; padding:24px; border-radius:10px; box-shadow:none; }
.sample-label { display:block; font-size:9px; text-transform:uppercase; letter-spacing:1px; color:#748198; margin-bottom:12px; }
.quote-mark { float:left; margin-right:10px; }
.testimonial-card > p { font-size:13px; min-height:125px; }
.stars { color:#f3a008; letter-spacing:2px; font-size:15px; margin-top:12px; }
.person { margin-top:12px; }
.person strong { font-size:12px; }
.person span { font-size:10px; }
.person img { width:42px; height:42px; }
.final-cta { padding:40px 0; background:radial-gradient(ellipse at 100% 100%,#073d74,transparent 55%),#04132c; }
.final-cta-inner { flex-direction:column; gap:22px; text-align:center; align-items:center; }
.final-cta .eyebrow { display:none; }
.final-cta h2 { font-size:32px; }
.final-cta p { font-size:13px; }
.cta-actions { justify-content:center; }
.site-footer { padding-top:36px; }
.footer-grid { gap:35px; padding-bottom:25px; }
.footer-brand .brand-name { color:white; font-size:30px; }
.footer-brand .brand-tagline { color:#a3b2c7; font-size:7px; }
.site-footer h4 { font-size:13px; }
.site-footer a,.site-footer p { font-size:11px; }
.footer-bottom { padding:17px 0; font-size:11px; }
:focus-visible { outline:3px solid #118cff; outline-offset:4px; }
[id] { scroll-margin-top:100px; }
.skip-link { position:fixed; left:16px; top:-100px; background:white; color:var(--navy); padding:12px; z-index:100; }
.skip-link:focus { top:12px; }
dialog { width:min(760px,calc(100% - 32px)); padding:0; border:0; border-radius:18px; color:var(--text); max-height:90vh; }
dialog::backdrop { background:rgba(3,13,32,.8); backdrop-filter:blur(4px); }
dialog>img { width:100%; max-height:42vh; object-fit:contain; background:#eef5fd; }
.dialog-close { position:absolute; right:12px; top:12px; width:38px; height:38px; border-radius:50%; border:1px solid var(--line); background:white; font-size:26px; cursor:pointer; }
.dialog-body { padding:28px; }
.dialog-body p { margin:15px 0 20px; color:var(--muted); }
@media(min-width:981px) and (max-width:1150px) { .main-nav { gap:16px; } .hero-grid { gap:30px; } .feature-row { gap:12px; } }
@media(max-width:980px) { .hero-grid { grid-template-columns:1fr; gap:35px; } .hero-copy { max-width:680px; margin:auto; } .quick-card { width:100%; max-width:520px; margin:auto; text-align:left; } .main-nav a { padding:8px; font-size:14px; } .trust-inner { flex-direction:column; gap:18px; padding-block:25px; } .trust-items { width:100%; } .process-grid { gap:30px; } .testimonial-card>p { min-height:0; } .final-cta-inner { align-items:center; } }
@media(max-width:640px) { .brand-name { font-size:30px; } .header-inner { min-height:72px; } .hero { padding:38px 0; } h1 { font-size:clamp(30px,8.2vw,48px); } .hero-copy>p { font-size:14px; } .feature-row { display:grid; grid-template-columns:1fr 1fr; text-align:left; gap:12px; } .hero-actions { gap:12px; } .hero-note { font-size:14px; } .quick-card { padding:23px; } .trust-items { display:flex; flex-wrap:wrap; justify-content:center; gap:18px 28px; } .trust-items span { font-size:18px; } .section { padding:45px 0; } .project-grid { gap:20px; } .project-body h3 { font-size:18px; } .project-type,.project-preview { font-size:13px; } .process-card { min-height:95px; } .process-card h3 { font-size:16px; } .process-card p { font-size:13px; } .footer-grid { grid-template-columns:1fr 1fr; gap:24px; } .footer-brand { grid-column:1/-1; } .final-cta h2 { font-size:27px; } .final-cta p { font-size:12px; } .dialog-body { padding:20px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; } }

/* Typography aligned with the supplied Poppins / Inter font guide. */
h1, h2 { font-weight:700; }
h3, h4 { font-weight:600; letter-spacing:-.01em; }
.main-nav, .btn, .eyebrow, .project-preview { font-family:"Poppins",Arial,sans-serif; }
.btn, .eyebrow { font-weight:600; }
.hero-copy h1 { line-height:1.14; }
.hero-copy > p { font-weight:400; }

/* Preserve the full supplied project screenshots, including their logos. */
.project-image-link { display:block; border-radius:8px; overflow:hidden; }
.project-card img { aspect-ratio:2.1; object-fit:contain; background:#f4f8fd; }
.project-body > a { margin-top:12px; }
.whatsapp-float { position:fixed; right:max(24px,env(safe-area-inset-right)); bottom:calc(24px + env(safe-area-inset-bottom)); z-index:60; display:grid; place-items:center; width:58px; height:58px; border:2px solid #fff; border-radius:50%; color:#fff; background:#128c46; box-shadow:0 5px 20px #07142640; transition:transform .2s ease,background .2s ease; }
.whatsapp-float svg { width:30px; height:30px; }
.whatsapp-float:hover { background:#0b7438; transform:translateY(-3px); }
.footer-bottom { padding-bottom:90px; }
@media(max-width:640px) { .whatsapp-float { width:54px; height:54px; right:max(16px,env(safe-area-inset-right)); bottom:calc(16px + env(safe-area-inset-bottom)); } }
