/* PulseInTech static rebuild */
:root {
  --bg: #090a0d;
  --bg-soft: #0f1116;
  --surface: #14171d;
  --surface-2: #1a1e26;
  --paper: #f7f6f1;
  --paper-2: #ffffff;
  --text: #f7f7f4;
  --ink: #13151a;
  --muted: #9da4b0;
  --muted-dark: #667080;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(15,17,22,.12);
  --gold: #f4b301;
  --gold-2: #FFD700;
  --blue: #066aab;
  --success: #2c9b63;
  --danger: #d95656;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-h: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: #111; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 64px 0; }
.section-dark { background: var(--bg); color: var(--text); }
.section-soft { background: #eeece5; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-head.center { display: block; text-align: center; max-width: 760px; margin: 0 auto 44px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
.section-dark .eyebrow { color: var(--gold-2); }
.eyebrow:before { content: ""; width: 26px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { font-family: "Syne", "Poppins", system-ui, sans-serif; line-height: 1.08; margin: 0 0 18px; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.55rem); }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.22rem); color: var(--muted-dark); max-width: 720px; }
.section-dark .lead { color: #bfc4ce; }
.muted { color: var(--muted-dark); }
.section-dark .muted { color: var(--muted); }
.gold { color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; font-size: .93rem; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #111; border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-2); }
.btn-dark { background: #11141a; color: #fff; border-color: #11141a; }
.btn-dark:hover { background: #242832; }
.btn-outline { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-outline-dark { border-color: rgba(17,20,26,.25); color: #11141a; background: transparent; }
.btn-outline-dark:hover { border-color: #11141a; }
.btn svg { width: 17px; height: 17px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(10,12,16,.98); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(14px); }
.header-inner { height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; min-width: 184px; }
.brand-logo { width: 184px; height: 36px; object-fit: contain; object-position: left center; filter: none; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.main-nav a { padding: 10px 13px; border-radius: 10px; color: #d7dae0; font-size: .91rem; font-weight: 600; transition: color .2s ease, background .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(255,255,255,.07); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; margin: 4px auto; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; background: var(--bg); color: #fff; min-height: calc(100vh - var(--header-h)); display: grid; align-items: center; overflow: hidden; }
.hero:before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(244,179,1,.16), transparent 68%); right: -120px; top: -130px; pointer-events: none; }
.hero:after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 85%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 58px; position: relative; z-index: 2; padding: 80px 0; }
.hero .eyebrow { color: var(--gold-2); }
.hero h1 { max-width: 790px; }
.hero h1 .accent { color: var(--gold); }
.hero-copy > p { color: #bcc1ca; font-size: 1.08rem; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-trust .metric strong { display: block; font-family: "Syne", sans-serif; font-size: 1.4rem; color: #fff; }
.hero-trust .metric span { color: #8f96a2; font-size: .78rem; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.dashboard { width: min(100%, 510px); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: #11141a; overflow: hidden; transform: rotate(-2deg); }
.dashboard-top { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.dashboard-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.23); }
.dashboard-url { margin-left: 10px; flex: 1; height: 26px; border-radius: 999px; background: rgba(255,255,255,.06); }
.dashboard-body { padding: 25px; }
.dashboard-kicker { width: 100px; height: 8px; border-radius: 9px; background: var(--gold); margin-bottom: 14px; }
.dashboard-title { width: 78%; height: 30px; border-radius: 8px; background: #f4f4f1; margin-bottom: 10px; }
.dashboard-title.small { width: 57%; }
.dashboard-text { width: 84%; height: 9px; border-radius: 8px; background: #4b505c; margin-top: 20px; }
.dashboard-text.short { width: 65%; margin-top: 8px; }
.dashboard-panels { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 28px; }
.chart-card, .mini-card { border-radius: 17px; border: 1px solid rgba(255,255,255,.08); background: #191d24; padding: 16px; }
.chart-bars { height: 130px; display: flex; gap: 9px; align-items: end; }
.chart-bars i { flex: 1; border-radius: 8px 8px 3px 3px; background: linear-gradient(to top, var(--blue), #52b2eb); display: block; }
.chart-bars i:nth-child(1){height:34%}.chart-bars i:nth-child(2){height:58%}.chart-bars i:nth-child(3){height:44%}.chart-bars i:nth-child(4){height:82%}.chart-bars i:nth-child(5){height:68%}.chart-bars i:nth-child(6){height:94%}
.mini-card { display: grid; align-content: space-between; }
.mini-ring { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto; background: conic-gradient(var(--gold) 0 76%, #30343d 76% 100%); position: relative; }
.mini-ring:after { content: "76%"; position: absolute; inset: 10px; border-radius: 50%; display: grid; place-items: center; background: #191d24; color: #fff; font: 700 1rem "Syne",sans-serif; }
.floating-card { position: absolute; background: var(--paper); color: var(--ink); border-radius: 16px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.14); z-index: 3; }
.floating-card strong { display: block; font-family: "Syne",sans-serif; font-size: 1.05rem; }
.floating-card span { color: #68717e; font-size: .74rem; }
.floating-card.one { left: 0; top: 90px; }
.floating-card.two { right: -10px; bottom: 75px; }

/* Cards */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 280px; border-radius: var(--radius); border: 1px solid var(--line-dark); background: #fff; padding: 28px; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(6,106,171,.45); }
.service-num { font-family: "Syne",sans-serif; font-weight: 800; font-size: .78rem; color: #8e96a1; margin-bottom: 38px; }
.service-icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: #11141a; color: var(--gold); margin-bottom: 23px; }
.service-icon svg { width: 23px; height: 23px; }
.service-card p { color: var(--muted-dark); font-size: .92rem; flex: 1; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: .88rem; font-weight: 700; color: var(--blue); margin-top: 8px; }
.text-link:hover { gap: 12px; }
.text-link span { transition: transform .2s ease; }

.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.value-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.value-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.value-item strong { color: var(--gold-2); font-family: "Syne", sans-serif; }
.value-item p { color: #b5bbc6; margin: 5px 0 0; font-size: .92rem; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.stat-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: rgba(255,255,255,.035); }
.stat-card strong { display: block; font-family: "Syne",sans-serif; font-size: clamp(2rem,5vw,3.5rem); color: #fff; line-height: 1; }
.stat-card span { display: block; color: #aeb4be; margin-top: 9px; font-size: .9rem; }

.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-step { padding: 28px 24px; border-right: 1px solid var(--line-dark); }
.process-step:last-child { border-right: 0; }
.process-step .n { font-family: "Syne",sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--gold); }
.process-step p { color: var(--muted-dark); font-size: .9rem; margin: 12px 0 0; }

.testimonial-wrap { position: relative; }
.testimonial-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px)/3); gap: 18px; overflow: hidden; scroll-behavior: smooth; }
.testimonial { border-radius: var(--radius); border: 1px solid var(--line); padding: 28px; background: rgba(255,255,255,.035); color: #fff; min-height: 275px; }
.stars { color: var(--gold); letter-spacing: 3px; font-size: .95rem; }
.testimonial > p { color: #c6cbd4; margin: 20px 0 25px; }
.person { display: flex; align-items: center; gap: 12px; }
.person strong { display: block; font-size: .9rem; }
.person span { display: block; color: #8e95a2; font-size: .76rem; }
.slider-controls { display: flex; gap: 8px; justify-content: flex-end; margin-top: 22px; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }

.portfolio-grid { columns: 3 300px; column-gap: 18px; }
.project-card { break-inside: avoid; display: block; margin: 0 0 18px; border-radius: var(--radius); overflow: hidden; position: relative; background: #171a20; border: 1px solid rgba(255,255,255,.09); cursor: pointer; }
.project-media { aspect-ratio: 4/3; background: linear-gradient(135deg,#1c2028,#2b313c); overflow: hidden; position: relative; }
.project-card.tall .project-media { aspect-ratio: 4/5; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-media.img-failed:before { content: "Project preview"; position: absolute; inset: 0; display: grid; place-items: center; color: #828a97; font-size: .8rem; }
.project-info { padding: 18px 18px 20px; color: #fff; }
.project-info span { color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.project-info h3 { font-size: 1.12rem; margin: 7px 0 0; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line-dark); background: transparent; border-radius: 999px; padding: 9px 15px; cursor: pointer; font-size: .84rem; font-weight: 600; color: #4c5562; }
.filter-btn.active, .filter-btn:hover { background: #11141a; color: #fff; border-color: #11141a; }
.project-card.hidden { display: none; }

/* Inner heroes */
.page-hero { background: var(--bg); color: #fff; padding: 92px 0 74px; position: relative; overflow: hidden; }
.page-hero:after { content:""; position:absolute; width:440px; height:440px; border-radius:50%; right:-100px; top:-150px; background:radial-gradient(circle, rgba(6,106,171,.23), transparent 70%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); max-width: 900px; }
.page-hero p { color: #b9bec8; max-width: 720px; font-size: 1.05rem; }
.breadcrumb { color: #8e95a1; font-size: .8rem; margin-bottom: 26px; }
.breadcrumb a:hover { color: var(--gold); }

/* About */
.about-intro { display:grid; grid-template-columns: .9fr 1.1fr; gap:70px; align-items:center; }
.about-intro { grid-template-columns: minmax(0, 820px); justify-content: center; }
.about-intro .portrait-wrap { display: none; }
.portrait-wrap { border-radius: var(--radius-lg); overflow:hidden; background:#181b22; min-height: 520px; position:relative; }
.portrait-wrap img { width:100%; height:100%; min-height:520px; object-fit:cover; }
.portrait-fallback { position:absolute; inset:0; display:grid; place-items:center; color:#7c8490; background:linear-gradient(135deg,#14171d,#272c36); }
.portrait-wrap img + .portrait-fallback { z-index:-1; }
.about-copy .lead { margin-bottom: 25px; }
.founder-line { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:26px; padding-top:22px; border-top:1px solid var(--line-dark); font-size:.9rem; }
.founder-line span:first-child { display: none; }
.founder-line strong { font-family:"Syne",sans-serif; }
.reason-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.reason { padding:26px; border:1px solid var(--line-dark); border-radius:var(--radius); background:#fff; }
.reason .reason-icon { width:42px; height:42px; border-radius:12px; background:#11141a; color:var(--gold); display:grid; place-items:center; margin-bottom:20px; }
.reason p { color:var(--muted-dark); font-size:.9rem; margin:0; }

/* Contact */
.contact-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:56px; align-items:start; }
.form-card { background:#fff; border:1px solid var(--line-dark); border-radius:var(--radius-lg); padding:34px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { margin-bottom:15px; }
.field label { display:block; font-size:.8rem; font-weight:700; margin-bottom:7px; color:#3f4652; }
.field input, .field textarea, .field select { width:100%; border:1px solid #d7d9dd; background:#fbfbfa; border-radius:12px; min-height:48px; padding:12px 14px; color:#171a20; outline:none; transition:border-color .2s ease, background .2s ease; }
.field textarea { min-height:145px; resize:vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color:var(--blue); background:#fff; }
.form-status { margin-top:12px; font-size:.86rem; min-height:24px; }
.form-status.ok { color:var(--success); }
.form-status.error { color:var(--danger); }
.contact-side { display:grid; gap:14px; }
.contact-card { padding:25px; border:1px solid var(--line-dark); border-radius:var(--radius); background:#fff; }
.contact-card small { color:#78818e; text-transform:uppercase; letter-spacing:.1em; font-size:.68rem; font-weight:700; }
.contact-card strong { display:block; font-family:"Syne",sans-serif; margin-top:7px; font-size:1.15rem; }
.contact-card p { color:var(--muted-dark); margin:8px 0 0; font-size:.9rem; }

/* FAQ */
.faq-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; }
.accordion { border-top:1px solid var(--line-dark); }
.faq-item { border-bottom:1px solid var(--line-dark); }
.faq-q { width:100%; background:transparent; border:0; padding:20px 0; display:flex; justify-content:space-between; gap:20px; text-align:left; font-weight:700; cursor:pointer; color:var(--ink); }
.faq-q span:last-child { font-size:1.25rem; line-height:1; color:var(--blue); transition:transform .2s ease; }
.faq-a { max-height:0; overflow:hidden; transition:max-height .3s ease; color:var(--muted-dark); }
.faq-a p { padding:0 40px 22px 0; }
.faq-item.open .faq-q span:last-child { transform:rotate(45deg); }

/* Service detail */
.service-detail-grid { display:grid; grid-template-columns:1fr 340px; gap:58px; align-items:start; }
.service-content h2 { font-size:clamp(1.8rem,3vw,2.7rem); margin-top:42px; }
.service-content h3 { margin-top:28px; }
.service-content p, .service-content li { color:#596271; }
.service-content ul { padding-left:20px; }
.service-side { position:sticky; top:105px; display:grid; gap:14px; }
.side-card { border-radius:var(--radius); border:1px solid var(--line-dark); background:#fff; padding:24px; }
.side-card.dark { background:#11141a; color:#fff; border-color:#11141a; }
.side-card.dark p { color:#abb1bb; }
.check-list { list-style:none; padding:0!important; margin:18px 0 0; display:grid; gap:11px; }
.check-list li { padding-left:28px; position:relative; }
.check-list li:before { content:"✓"; position:absolute; left:0; color:var(--success); font-weight:800; }
.service-content .check-list li { color:#4d5664; }

/* CTA/footer */
.cta-band { background:var(--gold); color:#111; padding:55px 0; }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:34px; }
.cta-inner h2 { margin:0; font-size:clamp(2rem,4vw,3.5rem); max-width:700px; }
.site-footer { background:#090a0d; color:#fff; }
.footer-main { padding:68px 0 48px; display:grid; grid-template-columns:1.3fr .8fr .8fr 1fr; gap:42px; }
.footer-about p { color:#9ea5b0; max-width:370px; font-size:.9rem; }
.footer-title { font-family:"Syne",sans-serif; font-size:.92rem; margin-bottom:15px; }
.footer-links { display:grid; gap:9px; }
.footer-links a { color:#aeb4be; font-size:.86rem; }
.footer-links a:hover { color:var(--gold); }
.subscribe-form { display:flex; gap:8px; margin-top:14px; }
.subscribe-form input { min-width:0; flex:1; height:44px; border:1px solid rgba(255,255,255,.14); background:#15181f; color:#fff; border-radius:999px; padding:0 15px; outline:none; }
.subscribe-form button { height:44px; width:44px; border:0; border-radius:50%; background:var(--gold); cursor:pointer; font-weight:800; }
.subscribe-status { font-size:.74rem; color:#aeb4be; min-height:19px; margin-top:7px; }
.socials { display:flex; gap:8px; margin-top:18px; }
.socials a { width:38px; height:38px; border:1px solid rgba(255,255,255,.14); border-radius:50%; display:grid; place-items:center; color:#fff; font-size:.78rem; font-weight:800; }
.socials a:hover { border-color:var(--gold); color:var(--gold); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding:20px 0; display:flex; gap:20px; justify-content:space-between; color:#7f8794; font-size:.75rem; }
.footer-bottom a { color: #c5cbd5; font-weight: 700; }
.footer-bottom a:hover { color: var(--gold); }
.tech-strip { overflow:hidden; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.tech-track { display:flex; width:max-content; gap:30px; padding:12px 0; animation:marquee 28s linear infinite; color:#6f7784; font-size:.76rem; text-transform:uppercase; letter-spacing:.11em; }
@keyframes marquee { to { transform:translateX(-50%); } }

.lightbox { position:fixed; inset:0; z-index:2000; display:none; align-items:center; justify-content:center; padding:25px; background:rgba(0,0,0,.88); }
.lightbox.open { display:flex; }
.lightbox img { max-width:min(1100px, 92vw); max-height:86vh; object-fit:contain; border-radius:12px; }
.lightbox-close { position:absolute; right:22px; top:20px; width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.25); background:#121419; color:#fff; cursor:pointer; font-size:1.4rem; }
.back-top { position:fixed; right:20px; bottom:20px; width:45px; height:45px; border-radius:50%; background:#11141a; color:#fff; border:1px solid rgba(255,255,255,.12); display:grid; place-items:center; z-index:900; opacity:0; pointer-events:none; transform:translateY(8px); transition:.2s ease; cursor:pointer; }
.back-top.show { opacity:1; pointer-events:auto; transform:translateY(0); }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity:1; transform:none; }
.skip-link { position:absolute; left:-999px; top:8px; z-index:3000; background:#fff; color:#111; padding:8px 12px; }
.skip-link:focus { left:8px; }

@media (max-width: 1050px) {
  .main-nav, .header-actions .meeting-btn { display:none; }
  .header-inner { grid-template-columns:auto 1fr auto; }
  .menu-toggle { display:block; justify-self:end; }
  .mobile-menu { display:block; position:fixed; left:0; right:0; top:var(--header-h); height:calc(100dvh - var(--header-h)); background:#0c0e12; color:#fff; padding:30px 20px; transform:translateX(100%); transition:transform .25s ease; z-index:999; }
  body.nav-open .mobile-menu { transform:none; }
  .mobile-menu a { display:block; padding:16px 4px; border-bottom:1px solid rgba(255,255,255,.1); font-family:"Syne",sans-serif; font-weight:700; font-size:1.2rem; }
  .mobile-menu .btn { margin-top:24px; display:inline-flex; font-family:"Poppins",sans-serif; font-size:.9rem; }
  body.nav-open .menu-toggle span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  body.nav-open .menu-toggle span:nth-child(2) { opacity:0; }
  body.nav-open .menu-toggle span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns:1fr; padding:75px 0; }
  .hero-visual { min-height:470px; width:min(720px,100%); margin:0 auto; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid, .about-intro, .contact-grid { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-about { grid-column:1/-1; }
  .service-detail-grid { grid-template-columns:1fr; }
  .service-side { position:static; grid-template-columns:1fr 1fr; }
}
@media (max-width: 760px) {
  :root { --header-h:72px; }
  .container { width:min(100% - 28px, var(--container)); }
  .section { padding:72px 0; }
  .section-sm { padding:50px 0; }
  .header-inner { gap:12px; }
  .header-actions { display:none; }
  .brand { min-width:0; }
  .hero { min-height:auto; }
  .hero-grid { gap:35px; padding:62px 0 72px; }
  .hero-visual { min-height:390px; }
  .dashboard { width:92%; }
  .floating-card.one { left:0; top:30px; }
  .floating-card.two { right:0; bottom:30px; }
  .section-head { display:block; }
  .services-grid, .reason-grid { grid-template-columns:1fr; }
  .service-card { min-height:245px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .process { grid-template-columns:1fr 1fr; }
  .process.two-col { grid-template-columns:1fr; }
  .process-step:nth-child(2) { border-right:0; }
  .process-step:nth-child(-n+2) { border-bottom:1px solid var(--line-dark); }
  .testimonial-track { grid-auto-columns:82%; }
  .portfolio-grid { columns:2 240px; }
  .faq-grid { grid-template-columns:1fr; gap:25px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .cta-inner { display:block; }
  .cta-inner .btn { margin-top:24px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-about { grid-column:1/-1; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin-top:6px; }
  .service-side { grid-template-columns:1fr; }
}
@media (max-width: 520px) {
  h1 { font-size:2.65rem; }
  h2 { font-size:2.05rem; }
  .brand-logo { width:153px; height:30px; }
  .hero-actions .btn { width:100%; }
  .hero-trust { display:grid; grid-template-columns:1fr 1fr; }
  .hero-visual { min-height:330px; }
  .dashboard-body { padding:17px; }
  .floating-card { padding:10px 12px; }
  .floating-card.one { top:10px; }
  .floating-card.two { bottom:4px; }
  .stats-grid, .process { grid-template-columns:1fr; }
  .process-step { border-right:0; border-bottom:1px solid var(--line-dark); }
  .process-step:last-child { border-bottom:0; }
  .portfolio-grid { columns:1; }
  .testimonial-track { grid-auto-columns:92%; }
  .form-card { padding:22px; }
  .footer-main { grid-template-columns:1fr; }
  .footer-about { grid-column:auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}
