/*
	Theme Name: Trustova
	Theme URI: https://fw16.fr
	Description: 
	Author: FW16
	Author URI: https://fw16.fr
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

:root {
  --red:       #d42b2b;
  --red-l:     #f03a3a;
  --red-d:     #a01e1e;
  --blue:      #1a4fd6;
  --blue-l:    #2d66f5;
  --blue-d:    #103199;
  --white:     #ffffff;
  --off:       #f7f8fc;
  --surface:   #eef1f9;
  --txt:       #0d1117;
  --muted:     #5a6478;
  --muted2:    #9aa3b8;
  --border:    rgba(26,79,214,0.10);
  --border-r:  rgba(212,43,43,0.12);
  --red-glow:  rgba(212,43,43,0.08);
  --blue-glow: rgba(26,79,214,0.08);
  --grad:      linear-gradient(135deg, var(--red), var(--blue));
  --grad-r:    linear-gradient(90deg, var(--red), var(--red-l));
  --grad-b:    linear-gradient(90deg, var(--blue), var(--blue-l));
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--white); color: var(--txt);
  line-height: 1.65; overflow-x: hidden;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--off); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 2px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 5vw;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: padding .3s, box-shadow .3s;
}
nav.s { padding: .75rem 5vw; box-shadow: 0 2px 24px rgba(26,79,214,.08); }

.n-logo { display: flex; align-items: center; gap: .6rem; }
.n-logo img { width: 5rem; height: 5rem; object-fit: contain; }
.n-logo span { font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; color: var(--txt); }
.n-logo span em { color: var(--red); font-style: normal; }

.n-links { display: flex; gap: 2rem; list-style: none; }
.n-links a { color: var(--muted); text-decoration: none; font-size: .82rem; font-weight: 600; transition: color .2s; }
.n-links a:hover { color: var(--blue); }

.n-right { display: flex; gap: .6rem; align-items: center; }
.n-right a {
  font-size: .8rem; font-weight: 700; text-decoration: none;
  padding: .5rem 1.1rem; border-radius: 8px; transition: all .2s;
}
.n-ghost { color: var(--blue); border: 1.5px solid var(--blue); }
.n-ghost:hover { background: var(--blue-glow); }
.n-fill { background: var(--blue); color: white; box-shadow: 0 2px 12px rgba(26,79,214,.25); }
.n-fill:hover { background: var(--blue-d); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(26,79,214,.35); }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 8rem 5vw 5rem; text-align: center;
  position: relative; overflow: hidden; background: var(--white);
}

/* dot grid */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,79,214,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 25%, transparent 75%);
  pointer-events: none;
}

.h-glow-r {
  position: absolute; top: -20%; left: -15%; width: 60vw; height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,43,43,.07) 0%, transparent 65%);
  animation: gl 10s ease-in-out infinite alternate; pointer-events: none;
}
.h-glow-b {
  position: absolute; bottom: -25%; right: -15%; width: 55vw; height: 55vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,79,214,.08) 0%, transparent 65%);
  animation: gl 12s ease-in-out infinite alternate-reverse; pointer-events: none;
}
@keyframes gl { to { transform: translate(4%, 6%) scale(1.07); } }

.hero-content { position: relative; z-index: 2; }

.h-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: linear-gradient(135deg, rgba(212,43,43,.07), rgba(26,79,214,.07));
  border: 1px solid var(--border);
  padding: .35rem 1rem .35rem .5rem; border-radius: 100px;
  font-size: .72rem; font-weight: 700; color: var(--muted);
  margin-bottom: 2rem; letter-spacing: .02em;
  animation: up .7s .1s both;
}
.h-badge-pill {
  background: var(--grad); color: white;
  padding: .2rem .7rem; border-radius: 100px;
  font-size: .65rem; font-weight: 700; letter-spacing: .06em;
}

.h-logo {
  width: 110px; height: 110px; margin: 0 auto 1.8rem;
  animation: up .8s .2s both;
  filter: drop-shadow(0 8px 32px rgba(212,43,43,.2)) drop-shadow(0 2px 8px rgba(26,79,214,.15));
}

h1.h-title {
  font-size: clamp(2.8rem, 7vw, 6.2rem); font-weight: 800;
  letter-spacing: -.04em; line-height: .95;
  animation: up .8s .3s both;
  color: var(--txt);
}
.h-title .gr {
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.h-title .l2 { display: block; margin-top: .05em; }

.h-sub {
  max-width: 540px; margin: 1.8rem auto 0;
  font-size: 1rem; color: var(--muted); font-weight: 400; line-height: 1.75;
  animation: up .8s .45s both;
}

.h-btns {
  display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2.5rem; animation: up .8s .6s both;
}
.btn-r {
  background: var(--red); color: white;
  padding: .85rem 2.2rem; border-radius: 10px;
  font-weight: 700; font-size: .88rem; 
  text-decoration: none !important;
  box-shadow: 0 3px 16px rgba(212, 43, 43, .3) !important;
  transition: all .2s;
}
.btn-r:hover { background: var(--red-d); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(212,43,43,.4); }
.btn-b {
  background: var(--blue); color: white;
  padding: .85rem 2.2rem; border-radius: 10px;
  font-weight: 700; font-size: .88rem; text-decoration: none;
  box-shadow: 0 3px 16px rgba(26,79,214,.25);
  transition: all .2s;
}
.btn-b:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(26,79,214,.35); }
.btn-out {
  background: transparent; color: var(--blue);
  padding: .85rem 2.2rem; border-radius: 10px;
  border: 1.5px solid var(--blue);
  font-weight: 700; font-size: .88rem; text-decoration: none !important;
  transition: all .2s;
}
.btn-out:hover { background: var(--blue-glow); }

.h-stats {
  display: flex; gap: 2.5rem; justify-content: center; flex-wrap: wrap;
  margin-top: 4rem; padding-top: 2.5rem;
  border-top: 1px solid var(--border);
  animation: up .8s .75s both;
}
.h-stat { text-align: center; }
.hs-n {
  font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em;
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hs-l { font-size: .7rem; font-weight: 600; color: var(--muted2); margin-top: .25rem; letter-spacing: .04em; text-transform: uppercase; }

@keyframes up { from{opacity:0;transform:translateY(22px);} to{opacity:1;transform:none;} }

/* ── SECTION BASE ── */
.sec { padding: 7rem 5vw; }
.sec.alt { background: var(--off); }
.sec.alt2 { background: var(--surface); }

.s-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.s-eyebrow.red { color: var(--red); }
.s-eyebrow.red::before { content:''; width:14px; height:2px; background:var(--red); border-radius:1px; }
.s-eyebrow.blue { color: var(--blue); }
.s-eyebrow.blue::before { content:''; width:14px; height:2px; background:var(--blue); border-radius:1px; }

.s-h {
  font-size: clamp(1.8rem, 3.5vw, 2.9rem); font-weight: 800;
  letter-spacing: -.035em; line-height: 1.05; margin-bottom: 1rem;
}
.s-sub { color: var(--muted); font-size: .95rem; line-height: 1.75; max-width: 480px; }
.gr { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* ── MARQUEE ── */
.marquee-wrap {
  background: var(--txt); overflow: hidden; padding: .9rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.marquee-track {
  display: flex; gap: 3.5rem; align-items: center;
  animation: marquee 22s linear infinite; white-space: nowrap;
}
.marquee-item {
  display: flex; align-items: center; gap: .7rem;
  font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.6); flex-shrink: 0;
}
.marquee-item span { color: white; }
.m-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── FEATURES (about) ── */
.feat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
  align-items: center; margin-top: 4rem;
}
.feat-list { display: flex; flex-direction: column; gap: .9rem; }
.feat {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem 1.3rem; border-radius: 12px;
  border: 1.5px solid transparent;
  background: white;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.feat:hover { border-color: var(--blue); box-shadow: 0 4px 20px rgba(26,79,214,.1); transform: translateX(4px); }
.fi {
  width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.fi-r { background: rgba(212,43,43,.08); }
.fi-b { background: rgba(26,79,214,.08); }
.fi-g { background: rgba(22,163,74,.08); }
.fn { font-weight: 700; font-size: .87rem; margin-bottom: .15rem; }
.fd { font-size: .78rem; color: var(--muted); }

/* about right cards */
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.ac {
  border-radius: 14px; padding: 1.5rem;
  border: 1.5px solid var(--border);
  background: white;
  transition: border-color .25s, box-shadow .25s;
}
.ac:hover { border-color: rgba(26,79,214,.25); box-shadow: 0 4px 20px rgba(26,79,214,.08); }
.ac.wide { grid-column: span 2; }
.ac.blue-tint { background: linear-gradient(135deg, rgba(26,79,214,.04), white); border-color: rgba(26,79,214,.15); }
.ac.red-tint  { background: linear-gradient(135deg, rgba(212,43,43,.04), white); border-color: rgba(212,43,43,.15); }
.ac-icon { font-size: 1.5rem; margin-bottom: .7rem; }
.ac-num {
  font-size: 2.3rem; font-weight: 800; letter-spacing: -.04em;
  background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.ac-title { font-weight: 700; font-size: .9rem; margin-bottom: .3rem; }
.ac-body { font-size: .78rem; color: var(--muted); line-height: 1.6; }

/* ── PROJECTS ── */
.proj-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 3rem; }
.ph-right { max-width: 300px; text-align: right; color: var(--muted); font-size: .85rem; line-height: 1.7; }

.proj-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  border-radius: 16px; overflow: hidden;
  border: 1.5px solid var(--border);
  background: var(--border);
}
.pc {
  background: white; padding: 2rem;
  display: flex; flex-direction: column;
  transition: background .25s; position: relative;
}
.pc:hover { background: #fafbff; }

.pc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad); opacity: 0; transition: opacity .3s;
}
.pc:hover::before { opacity: 1; }

.pc-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.2rem; }
.pc-num { font-size: .65rem; font-weight: 800; letter-spacing: .1em; color: var(--muted2); }
.pc-badge { font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .22rem .65rem; border-radius: 100px; }
.b-dev  { background: rgba(26,79,214,.1);  color: var(--blue-d); border: 1px solid rgba(26,79,214,.2); }
.b-inc  { background: rgba(212,43,43,.08); color: var(--red-d);  border: 1px solid rgba(212,43,43,.15); }
.b-18   { background: rgba(100,0,150,.06); color: #6d28d9;       border: 1px solid rgba(100,0,150,.15); }

.pc-icon { font-size: 2rem; margin-bottom: .9rem; }
.pc-name { font-weight: 800; font-size: 1.15rem; letter-spacing: -.025em; margin-bottom: .2rem; }
.pc-cat { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .8rem; }
.pc-desc { font-size: .82rem; color: var(--muted); line-height: 1.72; flex: 1; }

.pc-bar-wrap { margin-top: .9rem; }
.pc-bar-track { height: 4px; background: var(--surface); border-radius: 2px; overflow: hidden; margin-bottom: .35rem; }
.pc-bar { height: 100%; border-radius: 2px; background: var(--grad); transition: width 1.2s cubic-bezier(.22,1,.36,1); }
.pc-bar-lbl { font-size: .64rem; font-weight: 600; color: var(--muted2); }

.pc-footer {
  margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
.pc-rev { font-size: .72rem; color: var(--muted); }
.pc-rev b { color: var(--txt); font-weight: 600; }
.pc-arr {
  width: 28px; height: 28px; border-radius: 7px;
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; color: var(--muted2); transition: all .2s;
}
.pc:hover .pc-arr { border-color: var(--blue); color: var(--blue); transform: translate(2px,-2px); }

/* ── FOUNDER ── */
.founder-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; margin-top: 4rem; }
.founder-img-wrap { position: relative; }
.founder-img-bg {
  width: 100%; aspect-ratio: 4/5; border-radius: 20px;
  background: linear-gradient(135deg, rgba(26,79,214,.06), rgba(212,43,43,.06));
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.founder-avatar-big {
    width: 20rem;
    height: 20rem !important;
    border-radius: 50% !important;
    background: var(--grad);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 0 60px rgba(26, 79, 214, .25), 0 0 30px rgba(212, 43, 43, .15) !important;
}
.f-float-1, .f-float-2 {
  position: absolute; background: white; border-radius: 12px;
  border: 1.5px solid var(--border); padding: .9rem 1.1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.f-float-1 { bottom: 2rem; left: 1.5rem; }
.f-float-2 { top: 2rem; right: 1.5rem; }
.ff-num { font-size: 1.6rem; font-weight: 800; letter-spacing: -.03em; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ff-lbl { font-size: .65rem; font-weight: 600; color: var(--muted2); text-transform: uppercase; letter-spacing: .08em; }

.f-name { font-size: clamp(1.8rem, 2.8vw, 2.6rem); font-weight: 800; letter-spacing: -.04em; margin-bottom: .3rem; }
.f-role { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 1.4rem; }
.f-bio { color: var(--muted); font-size: .9rem; line-height: 1.8; margin-bottom: 2rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.chip {
  padding: .3rem .8rem; border-radius: 7px;
  border: 1.5px solid var(--border); font-size: .7rem; font-weight: 600;
  color: var(--muted); background: white; transition: border-color .2s, color .2s;
}
.chip:hover { border-color: var(--blue); color: var(--blue); }
.xp-row { display: flex; gap: 2rem; }
.xp { }
.xp-n { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.xp-l { font-size: .68rem; font-weight: 600; color: var(--muted2); text-transform: uppercase; letter-spacing: .08em; }

/* ── FINANCIAL ── */
.fin-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 3.5rem 0 4rem; }
.fc-card {
  background: white; border-radius: 14px;
  border: 1.5px solid var(--border); padding: 1.8rem;
  position: relative; overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.fc-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(26,79,214,.1); border-color: rgba(26,79,214,.2); }
.fc-card::after { content:''; position:absolute; bottom:0; left:0; width:50%; height:2px; background:var(--grad); }
.fc-lbl { font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted2); margin-bottom: .8rem; }
.fc-val { font-size: clamp(1.4rem,2.3vw,2rem); font-weight: 800; letter-spacing: -.03em; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fc-sub { font-size: .74rem; color: var(--muted); margin-top: .4rem; }

.fin-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.fin-col-title { font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; margin-bottom: 1.5rem; }

.tl { display: flex; flex-direction: column; gap: 0; }
.tl-item { display: flex; gap: 1rem; }
.tl-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.tl-dot {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 800; border: 2px solid var(--border); background: var(--off); color: var(--muted2);
}
.tl-dot.on { border-color: var(--blue); background: rgba(26,79,214,.08); color: var(--blue); }
.tl-connector { width: 2px; flex: 1; background: var(--border); min-height: 18px; margin: 3px 0; }
.tl-content { padding-bottom: 1.5rem; }
.tl-time { font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: .2rem; }
.tl-name { font-weight: 700; font-size: .88rem; margin-bottom: .15rem; }
.tl-desc { font-size: .76rem; color: var(--muted); }

.gu-list { display: flex; flex-direction: column; gap: .7rem; }
.gu {
  display: flex; gap: .9rem; align-items: center;
  padding: 1rem 1.1rem; border-radius: 10px;
  border: 1.5px solid var(--border); background: white;
  transition: border-color .2s, box-shadow .2s;
}
.gu:hover { border-color: var(--blue); box-shadow: 0 3px 14px rgba(26,79,214,.08); }
.gu-ico { font-size: 1.1rem; flex-shrink: 0; }
.gu-name { font-weight: 700; font-size: .84rem; }
.gu-sub { font-size: .72rem; color: var(--muted); }

/* ── CTA ── */
.cta-sec {
  background: var(--txt); padding: 7rem 5vw;
  text-align: center; position: relative; overflow: hidden;
}
.cta-sec::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,79,214,.15) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 75%);
  pointer-events: none;
}
.cta-glow-r { position:absolute;top:-30%;left:-10%;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(212,43,43,.14),transparent 65%);pointer-events:none; }
.cta-glow-b { position:absolute;bottom:-30%;right:-10%;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(26,79,214,.14),transparent 65%);pointer-events:none; }
.cta-in { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.cta-logo { width: 72px; height: 72px; margin: 0 auto 1.5rem; filter: brightness(0) invert(1); opacity: .85; }
.cta-title { font-size: clamp(2rem, 4.5vw, 3.8rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; color: white; margin-bottom: 1.2rem; }
.cta-title .gr-w { background: linear-gradient(90deg, #f87171, #93c5fd); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.cta-sub { color: rgba(255,255,255,.55); font-size: .95rem; margin-bottom: 2.5rem; line-height: 1.75; }

/* ── FOOTER ── */
footer {
  border-top: 1.5px solid var(--border);
  padding: 1.8rem 5vw;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  background: white;
}
.f-l { display: flex; align-items: center; gap: .5rem; }
.f-l img { width: 5rem; height: 5rem; }
.f-l span { font-weight: 800; font-size: .95rem; letter-spacing: -.02em; }
.f-l span em { color: var(--red); font-style: normal; }
.f-copy { font-size: .7rem; color: var(--muted2); }
.f-links { display: flex; gap: 1.5rem; }
.f-links a { font-size: .72rem; font-weight: 600; color: var(--muted2); text-decoration: none; transition: color .2s; }
.f-links a:hover { color: var(--blue); }

/* ── REVEAL ── */
.r { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.r.in { opacity: 1; transform: none; }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s}
.d4{transition-delay:.32s} .d5{transition-delay:.40s} .d6{transition-delay:.48s}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .feat-grid,.founder-grid,.fin-bottom{grid-template-columns:1fr;gap:3rem;}
  .proj-grid{grid-template-columns:repeat(2,1fr);}
  .fin-cards{grid-template-columns:1fr;}
  .ph-right{text-align:left;}
}
@media(max-width:680px){
  .n-links,.n-ghost{display:none;}
  .proj-grid{grid-template-columns:1fr;}
  footer{flex-direction:column;align-items:flex-start;}
}