/* ================================================================
   ZJ Programmers — premium portfolio
   Replace theme values below to fine-tune any color scheme.
   ================================================================ */

:root,
html[data-theme="gold"] {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --bg-elevated: #111111;
  --primary: #d4af37;
  --primary-rgb: 212, 175, 55;
  --secondary: #ffd700;
  --secondary-rgb: 255, 215, 0;
  --text: #ffffff;
  --text-rgb: 255, 255, 255;
  --muted: #a8a8a8;
  --card: rgba(255, 255, 255, 0.065);
  --card-hover: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.11);
  --header: rgba(7, 7, 7, 0.74);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

html[data-theme="blue"] {
  --bg: #050b1e;
  --bg-soft: #08112b;
  --bg-elevated: #0a1430;
  --primary: #d4af37;
  --primary-rgb: 212, 175, 55;
  --secondary: #2f80ed;
  --secondary-rgb: 47, 128, 237;
  --card: rgba(255, 255, 255, 0.07);
  --card-hover: rgba(47, 128, 237, 0.12);
  --header: rgba(5, 11, 30, 0.78);
}

html[data-theme="emerald"] {
  --bg: #031b15;
  --bg-soft: #06241c;
  --bg-elevated: #082b22;
  --primary: #10b981;
  --primary-rgb: 16, 185, 129;
  --secondary: #d4af37;
  --secondary-rgb: 212, 175, 55;
  --card: rgba(255, 255, 255, 0.07);
  --card-hover: rgba(16, 185, 129, 0.12);
  --header: rgba(3, 27, 21, 0.78);
}

html[data-theme="purple"] {
  --bg: #12051f;
  --bg-soft: #1a092b;
  --bg-elevated: #210d35;
  --primary: #a855f7;
  --primary-rgb: 168, 85, 247;
  --secondary: #d4af37;
  --secondary-rgb: 212, 175, 55;
  --card: rgba(255, 255, 255, 0.07);
  --card-hover: rgba(168, 85, 247, 0.13);
  --header: rgba(18, 5, 31, 0.78);
}

html[data-theme="cyan"] {
  --bg: #020c12;
  --bg-soft: #06151d;
  --bg-elevated: #091d27;
  --primary: #22d3ee;
  --primary-rgb: 34, 211, 238;
  --secondary: #60a5fa;
  --secondary-rgb: 96, 165, 250;
  --card: rgba(255, 255, 255, 0.07);
  --card-hover: rgba(34, 211, 238, 0.12);
  --header: rgba(2, 12, 18, 0.8);
}

html[data-theme="pearl"] {
  --bg: #f4f0e8;
  --bg-soft: #ece5d9;
  --bg-elevated: #fffdf8;
  --primary: #a86f29;
  --primary-rgb: 168, 111, 41;
  --secondary: #e5b95f;
  --secondary-rgb: 229, 185, 95;
  --text: #17130f;
  --text-rgb: 23, 19, 15;
  --muted: #665f56;
  --card: rgba(31, 24, 16, 0.055);
  --card-hover: rgba(168, 111, 41, 0.12);
  --line: rgba(43, 32, 20, 0.14);
  --header: rgba(244, 240, 232, 0.84);
  --shadow: 0 28px 80px rgba(67, 48, 25, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  transition: background-color .45s ease, color .35s ease;
}

body.menu-open,
body.modal-open { overflow: hidden; }

button, input, select, textarea { font: inherit; -webkit-appearance: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: #080808; background: var(--primary); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-noise { position: fixed; z-index: 999; inset: 0; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; padding: .75rem 1rem; color: #000; background: var(--primary); border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.scroll-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 2px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--primary), var(--secondary)); box-shadow: 0 0 12px var(--primary); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.glass-card { border: 1px solid var(--line); background: linear-gradient(135deg, var(--card), rgba(255,255,255,.025)); box-shadow: var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

/* Typography and shared controls */
.kicker, .mini-label { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { width: 26px; height: 1px; content: ""; background: var(--primary); }
.section-heading { position: relative; z-index: 1; margin-bottom: 56px; }
.section-heading h2 { max-width: 770px; margin: 13px 0 0; font-family: "Manrope", "Segoe UI", sans-serif; font-size: clamp(2.4rem, 5vw, 4.55rem); font-weight: 700; line-height: 1.06; letter-spacing: -.055em; }
.section-heading p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.heading-split { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.heading-split > p { width: min(380px, 100%); margin: 0 0 5px; }
.centered { max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.centered .kicker { justify-content: center; }
.centered h2 { margin-inline: auto; }
.centered p { max-width: 620px; margin: 22px auto 0; }
.muted { color: rgba(var(--text-rgb), .3); }
.text-gradient { color: var(--primary); background: linear-gradient(115deg, var(--primary) 10%, var(--secondary) 70%, var(--primary) 95%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: textShine 5s linear infinite; }

.btn { position: relative; isolation: isolate; display: inline-flex; overflow: hidden; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .9rem; font-weight: 800; letter-spacing: -.01em; transition: transform .25s ease, border-color .3s ease, box-shadow .3s ease, background-color .3s ease; }
.btn::before { position: absolute; z-index: -1; top: -30%; left: -50%; width: 25%; height: 160%; content: ""; transform: rotate(20deg); background: rgba(255,255,255,.46); filter: blur(9px); transition: left .6s ease; }
.btn:hover::before { left: 125%; }
.btn:hover { transform: translateY(-3px); }
.btn svg { width: 18px; height: 18px; transition: transform .25s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { color: #080808; background: linear-gradient(120deg, var(--primary), var(--secondary)); box-shadow: 0 10px 30px rgba(var(--primary-rgb), .2), inset 0 1px rgba(255,255,255,.35); }
.btn-primary:hover { box-shadow: 0 15px 38px rgba(var(--primary-rgb), .35); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.btn-ghost:hover { border-color: rgba(var(--primary-rgb), .45); background: rgba(var(--primary-rgb), .08); }
.btn-small { min-height: 44px; padding-inline: 20px; }
.btn-large { min-height: 58px; padding-inline: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-size: .92rem; font-weight: 800; }
.text-link svg { color: var(--primary); transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(5px); }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .35s ease, box-shadow .35s ease, border-color .35s ease; }
.site-header.scrolled { border-color: var(--line); background: var(--header); box-shadow: 0 12px 40px rgba(0,0,0,.2); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 90px; transition: height .35s ease; }
.site-header.scrolled .nav-wrap { height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; color: #080808; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 11px; box-shadow: 0 5px 22px rgba(var(--primary-rgb), .22); font-size: .86rem; font-weight: 800; letter-spacing: -.04em; }
.brand-copy { font-size: 1.01rem; font-weight: 600; letter-spacing: -.035em; }
.brand-copy strong { color: var(--primary); }
.desktop-nav { display: flex; align-items: center; gap: 31px; }
.nav-link { position: relative; padding: 10px 0; color: rgba(var(--text-rgb), .66); font-size: .84rem; font-weight: 700; transition: color .25s ease; }
.nav-link::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; content: ""; transform: scaleX(0); background: var(--primary); transition: transform .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--text); }
.nav-link.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 12px; border: 1px solid var(--line); background: var(--card); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--text); transition: transform .3s ease, opacity .3s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { visibility: hidden; position: fixed; z-index: -1; top: 72px; right: 16px; left: 16px; padding: 14px; transform: translateY(-15px) scale(.98); opacity: 0; border: 1px solid var(--line); background: var(--bg-elevated); border-radius: 22px; box-shadow: var(--shadow); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.mobile-menu.open { visibility: visible; transform: none; opacity: 1; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav > a:not(.btn) { padding: 14px 12px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu .btn { margin-top: 12px; }

/* Hero */
.hero { display: flex; min-height: 100vh; min-height: 100svh; padding-top: 140px; padding-bottom: 90px; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 35%, rgba(var(--primary-rgb), .1), transparent 26%), linear-gradient(180deg, rgba(255,255,255,.015), transparent 50%); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb),.45), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 70px; }
.hero-copy { padding-bottom: 10px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: rgba(var(--text-rgb), .7); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-line { width: 45px; height: 1px; margin-left: 4px; background: rgba(var(--text-rgb),.25); }
.status-dot { position: relative; width: 7px; height: 7px; background: #36d48c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(54,212,140,.1), 0 0 15px rgba(54,212,140,.5); }
.status-dot::after { position: absolute; inset: -4px; content: ""; border: 1px solid #36d48c; border-radius: inherit; animation: statusPulse 2s ease-out infinite; }
.hero-title { max-width: 800px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.2rem, 5.5vw, 5.7rem); font-weight: 700; line-height: .98; letter-spacing: -.07em; }
.hero-lead { max-width: 670px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.17rem); line-height: 1.8; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 38px; }
.client-stack { display: flex; }
.client-stack span { display: grid; width: 35px; height: 35px; margin-left: -8px; place-items: center; border: 2px solid var(--bg); color: #101010; background: linear-gradient(145deg, var(--primary), #f1ddb0); border-radius: 50%; font-size: .66rem; font-weight: 800; }
.client-stack span:first-child { margin-left: 0; }
.client-stack span:nth-child(2) { color: var(--text); background: linear-gradient(145deg, #525252, #222); }
.proof-stars { color: var(--primary); font-size: .7rem; letter-spacing: 3px; }
.hero-proof p { margin: 1px 0 0; color: rgba(var(--text-rgb), .55); font-size: .72rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { top: 16%; right: 1%; width: 550px; height: 550px; border: 1px solid rgba(var(--primary-rgb), .06); background: radial-gradient(circle, rgba(var(--primary-rgb),.09), transparent 68%); animation: glowBreathe 7s ease-in-out infinite; }
.glow-two { bottom: -25%; left: 4%; width: 420px; height: 420px; background: rgba(var(--secondary-rgb), .035); filter: blur(80px); }
.particle { position: absolute; width: 3px; height: 3px; opacity: .4; background: var(--primary); border-radius: 50%; box-shadow: 0 0 10px var(--primary); animation: particleFloat var(--duration, 7s) ease-in-out infinite var(--delay, 0s); }
.hero-visual { position: relative; width: 100%; max-width: 500px; margin: auto; }
.portrait-shell { position: relative; z-index: 2; padding: 12px; border: 1px solid rgba(var(--primary-rgb),.27); background: linear-gradient(145deg, rgba(var(--primary-rgb),.1), rgba(255,255,255,.025)); border-radius: 42px; box-shadow: 0 50px 100px rgba(0,0,0,.5), 0 0 80px rgba(var(--primary-rgb),.06), inset 0 1px rgba(255,255,255,.15); backdrop-filter: blur(12px); transform: perspective(1000px) rotateY(-2deg); }
.portrait-topline { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 10px 0 15px; color: rgba(var(--text-rgb), .55); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.online-pill { padding: 5px 10px; color: #83eeb5; background: rgba(54,212,140,.09); border-radius: 30px; font-size: .62rem; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4/5.05; background: linear-gradient(145deg, #26221a, #0b0b0b); border-radius: 31px; }
.portrait-frame::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(120deg, rgba(255,255,255,.1), transparent 28%); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.05); }
.portrait-gradient { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(6,6,6,.35) 35%, rgba(6,6,6,.96)); }
.portrait-caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px 26px; }
.portrait-caption span { display: block; color: var(--primary); font-size: .6rem; font-weight: 800; letter-spacing: .18em; }
.portrait-caption strong { display: block; margin-top: 4px; font-family: "Manrope", sans-serif; font-size: 1.08rem; }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(var(--primary-rgb), .16); border-radius: 50%; }
.orbit::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; content: ""; background: var(--primary); border-radius: 50%; box-shadow: 0 0 18px var(--primary); }
.orbit-one { inset: -30px; animation: rotate 20s linear infinite; }
.orbit-two { inset: 35px -65px; border-style: dashed; opacity: .4; animation: rotate 26s linear infinite reverse; }
.floating-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(var(--text-rgb),.13); background: rgba(17,17,17,.78); border-radius: 15px; box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); animation: badgeFloat 5s ease-in-out infinite; }
.floating-badge small { display: block; color: rgba(255,255,255,.5); font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.floating-badge strong { display: block; color: #fff; font-size: .75rem; }
.badge-icon, .badge-check { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; color: #0a0a0a; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 10px; }
.badge-check { color: #fff; background: #1dbf73; }
.badge-shopify { top: 19%; left: -72px; padding: 10px 14px 10px 10px; }
.badge-fiverr { right: -15px; bottom: 23%; padding: 10px 14px 10px 10px; animation-delay: -1.4s; }
.badge-years { top: -21px; right: -25px; padding: 13px 17px; animation-delay: -2.4s; }
.badge-years > strong { color: var(--primary); font-family: "Manrope", sans-serif; font-size: 1.8rem; letter-spacing: -.07em; }
.badge-years > strong span { font-size: 1rem; }
.badge-years > small { line-height: 1.35; }
.badge-mobile { bottom: -22px; left: 13%; padding: 9px 14px 9px 9px; animation-delay: -3s; }
.scroll-cue { position: absolute; z-index: 3; bottom: 25px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: rgba(var(--text-rgb),.45); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 20px; height: 31px; border: 1px solid rgba(var(--text-rgb),.2); border-radius: 20px; }
.scroll-cue i::after { position: absolute; top: 6px; left: 8px; width: 2px; height: 6px; content: ""; background: var(--primary); border-radius: 2px; animation: scrollDot 1.8s ease infinite; }

.brand-strip { overflow: hidden; padding: 24px 0; border-bottom: 1px solid var(--line); background: rgba(var(--primary-rgb), .025); }
.brand-track { display: flex; width: max-content; align-items: center; animation: marquee 28s linear infinite; }
.brand-track span { padding: 0 32px; color: rgba(var(--text-rgb), .52); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.brand-track i { width: 5px; height: 5px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 12px var(--primary); }

/* About */
.about { background: linear-gradient(180deg, var(--bg), var(--bg-soft) 80%, var(--bg)); }
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.about-story { position: relative; display: grid; overflow: hidden; min-height: 445px; padding: 48px; border-radius: 30px; grid-template-columns: 190px 1fr; gap: 38px; }
.about-story::after { position: absolute; top: -120px; left: -110px; width: 330px; height: 330px; content: ""; background: rgba(var(--primary-rgb),.08); border-radius: 50%; filter: blur(60px); }
.story-monogram { position: relative; z-index: 1; display: grid; width: 175px; height: 205px; place-items: center; border: 1px solid rgba(var(--primary-rgb), .28); color: var(--primary); background: linear-gradient(145deg, rgba(var(--primary-rgb),.11), rgba(255,255,255,.02)); border-radius: 80px 80px 25px 25px; font-family: "Manrope", sans-serif; font-size: 3.4rem; font-weight: 800; letter-spacing: -.1em; box-shadow: inset 0 0 40px rgba(var(--primary-rgb),.05); }
.story-monogram::after { position: absolute; inset: 12px; content: ""; border: 1px dashed rgba(var(--primary-rgb),.25); border-radius: inherit; }
.story-copy { position: relative; z-index: 1; }
.story-copy h3 { margin: 11px 0 18px; font-family: "Manrope", sans-serif; font-size: clamp(1.55rem, 2.4vw, 2.1rem); line-height: 1.25; letter-spacing: -.04em; }
.story-copy p { margin: 0 0 15px; color: var(--muted); font-size: .95rem; }
.story-copy .text-link { margin-top: 10px; }
.about-skills { padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.022); border-radius: 30px; }
.skills-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.skills-head > span:last-child { color: var(--muted); font-size: .7rem; }
.skill-list { display: grid; gap: 21px; }
.skill-row > div { display: flex; justify-content: space-between; margin-bottom: 8px; }
.skill-row span { font-size: .84rem; font-weight: 700; }
.skill-row b { color: var(--primary); font-size: .7rem; }
.skill-row i { display: block; overflow: hidden; height: 4px; background: rgba(var(--text-rgb),.08); border-radius: 5px; }
.skill-row i span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--primary), var(--secondary)); border-radius: inherit; box-shadow: 0 0 12px var(--primary); transition: width 1.3s cubic-bezier(.22,1,.36,1); }
.skill-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; padding-top: 27px; border-top: 1px solid var(--line); }
.skill-chips span { padding: 7px 10px; border: 1px solid var(--line); color: rgba(var(--text-rgb),.64); background: rgba(255,255,255,.025); border-radius: 7px; font-size: .67rem; font-weight: 700; }
.stats-grid { display: grid; margin-top: 22px; border: 1px solid var(--line); background: var(--card); border-radius: 25px; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { display: flex; min-height: 145px; padding: 29px 31px; align-items: end; justify-content: space-between; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { font-family: "Manrope", sans-serif; font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 600; letter-spacing: -.07em; }
.stats-grid .accent-number { color: var(--primary); }
.stats-grid p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; text-transform: uppercase; letter-spacing: .07em; }

/* Services */
.services { overflow: hidden; }
.service-glow { position: absolute; top: 10%; right: -200px; width: 500px; height: 500px; background: rgba(var(--primary-rgb),.045); border-radius: 50%; filter: blur(80px); }
.services-grid { position: relative; z-index: 1; display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(5, 1fr); }
.service-card { position: relative; overflow: hidden; min-height: 312px; padding: 29px 24px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
.service-card::before { position: absolute; bottom: -100px; left: 50%; width: 180px; height: 150px; content: ""; transform: translateX(-50%); background: rgba(var(--primary-rgb), .16); border-radius: 50%; filter: blur(50px); opacity: 0; transition: opacity .35s ease; }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: var(--card-hover); box-shadow: 0 22px 45px rgba(0,0,0,.25), inset 0 -2px var(--primary); }
.service-card:hover::before { opacity: 1; }
.service-number { position: absolute; top: 20px; right: 21px; color: rgba(var(--text-rgb),.2); font-family: "Manrope",sans-serif; font-size: .64rem; font-weight: 800; }
.service-icon { display: grid; width: 47px; height: 47px; margin-bottom: 48px; place-items: center; border: 1px solid rgba(var(--primary-rgb),.25); color: var(--primary); background: rgba(var(--primary-rgb),.07); border-radius: 13px; transition: color .3s, background .3s, transform .3s; }
.service-icon svg { width: 22px; height: 22px; }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.07); color: #080808; background: var(--primary); }
.service-card h3 { margin: 0 0 11px; font-family: "Manrope", sans-serif; font-size: 1.04rem; line-height: 1.3; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.68; }
.service-card > a { position: absolute; right: 22px; bottom: 20px; display: grid; width: 29px; height: 29px; place-items: center; color: rgba(var(--text-rgb),.3); transition: color .3s, transform .3s; }
.service-card:hover > a { transform: translateX(3px); color: var(--primary); }

/* Agency process */
.process { overflow: hidden; background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.process-grid { position: relative; display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.process-grid::before { position: absolute; z-index: 0; top: 85px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), .45), transparent); }
.process-card { position: relative; z-index: 1; min-height: 300px; padding: 31px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); transition: background .3s ease, transform .3s ease; }
.process-card:hover { transform: translateY(-6px); background: var(--card-hover); }
.process-card > span { color: rgba(var(--text-rgb),.27); font-family: "Manrope", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.process-icon { display: grid; width: 48px; height: 48px; margin: 39px 0 31px; place-items: center; border: 1px solid rgba(var(--primary-rgb),.35); color: var(--primary); background: var(--bg-elevated); border-radius: 50%; box-shadow: 0 0 0 8px var(--bg-soft); }
.process-icon svg { width: 20px; height: 20px; }
.process-card h3 { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 1.15rem; letter-spacing: -.035em; }
.process-card p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.7; }

/* Agency team */
.team { overflow: hidden; background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.team-glow { position: absolute; top: 20%; left: -230px; width: 520px; height: 520px; background: rgba(var(--primary-rgb), .065); border-radius: 50%; filter: blur(95px); }
.team-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, var(--card), rgba(255,255,255,.018)); border-radius: 25px; box-shadow: 0 20px 50px rgba(0,0,0,.13); transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .3s ease; }
.team-card:hover { transform: translateY(-9px); border-color: rgba(var(--primary-rgb),.42); box-shadow: 0 28px 65px rgba(0,0,0,.24), 0 0 35px rgba(var(--primary-rgb),.07); }
.team-card.founder { border-color: rgba(var(--primary-rgb), .3); }
.team-image { position: relative; overflow: hidden; aspect-ratio: 4/4.7; margin: 9px; background: var(--bg-elevated); border-radius: 18px; }
.team-image::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.62)); pointer-events: none; }
.team-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; filter: saturate(.88) contrast(1.03); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .4s ease; }
.team-card:hover .team-image img { transform: scale(1.045); filter: saturate(1.03) contrast(1.05); }
.team-status { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 6px 10px; color: #080808; background: linear-gradient(120deg, var(--primary), var(--secondary)); border-radius: 30px; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-copy { position: relative; padding: 18px 24px 25px; }
.team-index { position: absolute; top: 20px; right: 23px; color: rgba(var(--text-rgb),.24); font-family: "Manrope", sans-serif; font-size: .65rem; font-weight: 800; }
.team-copy h3 { margin: 0 40px 3px 0; font-family: "Manrope", sans-serif; font-size: 1.27rem; letter-spacing: -.04em; }
.team-role { min-height: 37px; margin: 0 35px 13px 0 !important; color: var(--primary) !important; font-size: .7rem !important; font-weight: 800; line-height: 1.45 !important; text-transform: uppercase; letter-spacing: .055em; }
.team-copy > p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.68; }
.team-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.team-tags span { padding: 5px 8px; color: rgba(var(--text-rgb),.58); background: rgba(var(--text-rgb),.045); border-radius: 6px; font-size: .58rem; font-weight: 700; }

/* Projects */
.projects { background: linear-gradient(180deg, var(--bg), var(--bg-soft), var(--bg)); }
.project-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.filter-btn { padding: 10px 17px; border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 100px; cursor: pointer; font-size: .75rem; font-weight: 800; transition: .25s ease; }
.filter-btn span { margin-left: 5px; color: rgba(var(--text-rgb),.35); }
.filter-btn:hover, .filter-btn.active { border-color: rgba(var(--primary-rgb),.45); color: #080808; background: var(--primary); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.022); border-radius: 26px; transition: opacity .35s, transform .4s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .3s; }
.project-card.hidden { display: none; }
.project-card.filtering { transform: scale(.96); opacity: 0; }
.project-card:hover { transform: translateY(-8px); border-color: rgba(var(--primary-rgb),.32); box-shadow: 0 30px 65px rgba(0,0,0,.28), 0 0 0 1px rgba(var(--primary-rgb),.05); }
.project-image { position: relative; overflow: hidden; aspect-ratio: 16/10.2; margin: 10px; background: #111; border-radius: 18px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .5s; }
.project-card:hover .project-image img { transform: scale(1.055); filter: saturate(1.08); }
.project-index { position: absolute; top: 15px; left: 16px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.75); background: rgba(0,0,0,.35); border-radius: 20px; backdrop-filter: blur(10px); font-size: .6rem; font-weight: 800; }
.project-overlay { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; background: rgba(0,0,0,.18); transition: opacity .35s; }
.project-card:hover .project-overlay { opacity: 1; }
.project-open { display: grid; width: 54px; height: 54px; place-items: center; transform: scale(.75) rotate(-20deg); border: 0; color: #070707; background: var(--primary); border-radius: 50%; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .35s ease; }
.project-card:hover .project-open { transform: none; }
.project-open svg { width: 22px; height: 22px; }
.project-content { padding: 18px 27px 27px; }
.project-meta { display: flex; justify-content: space-between; color: var(--primary); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-meta span:last-child { color: rgba(var(--text-rgb),.35); }
.project-content h3 { margin: 11px 0 9px; font-family: "Manrope", sans-serif; font-size: clamp(1.3rem, 2.5vw, 1.7rem); letter-spacing: -.045em; }
.project-content > p { min-height: 51px; margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.65; }
.project-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { padding: 5px 8px; color: rgba(var(--text-rgb),.57); background: rgba(var(--text-rgb),.045); border-radius: 5px; font-size: .6rem; font-weight: 700; }
.view-details { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; border: 0; color: var(--text); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.view-details svg { color: var(--primary); transition: transform .25s; }
.view-details:hover svg { transform: translateX(3px); }

/* Reviews */
.reviews { overflow: hidden; }
.review-heading { display: flex; align-items: end; justify-content: space-between; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--line); color: var(--text); background: var(--card); border-radius: 50%; cursor: pointer; transition: .25s ease; }
.slider-controls button:hover { border-color: var(--primary); color: #080808; background: var(--primary); }
.slider-controls svg { width: 18px; height: 18px; }
.slider-controls .flip { transform: rotate(180deg); }
.review-viewport { overflow-x: auto; max-width: 1400px; margin: auto; padding: 0 max(24px, calc((100vw - 1180px)/2)) 20px; scrollbar-width: none; cursor: grab; scroll-snap-type: x mandatory; scroll-behavior: smooth; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.review-viewport::-webkit-scrollbar { display: none; }
.review-viewport.dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.review-track { display: flex; width: max-content; gap: 18px; }
.review-card { width: min(405px, calc(100vw - 55px)); min-height: 300px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, var(--card), rgba(255,255,255,.02)); border-radius: 22px; scroll-snap-align: start; transition: transform .3s, border-color .3s; }
.review-card:hover { transform: translateY(-5px); border-color: rgba(var(--primary-rgb),.32); }
.review-top { display: flex; align-items: center; }
.reviewer-avatar { display: grid; flex: 0 0 auto; width: 44px; height: 44px; margin-right: 11px; place-items: center; color: #111; background: linear-gradient(145deg, #f6d986, #ad7926); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.avatar-blue { color: #fff; background: linear-gradient(145deg,#75a9f7,#2f5cb4); }
.avatar-green { color: #fff; background: linear-gradient(145deg,#5bd3a6,#167654); }
.avatar-purple { color: #fff; background: linear-gradient(145deg,#c084fc,#7138a8); }
.review-top h3 { margin: 0; font-size: .84rem; }
.review-top > div:nth-child(2) span { display: block; color: var(--muted); font-size: .63rem; }
.feedback-badge { display: inline-flex; margin-left: auto; align-items: center; gap: 5px; color: rgba(var(--text-rgb),.45); font-size: .57rem; white-space: nowrap; }
.feedback-badge i { font-style: normal; color: #4285f4; font-size: .9rem; font-weight: 800; }
.stars { margin-top: 25px; color: #fbbc04; font-size: .83rem; letter-spacing: 3px; }
.review-card blockquote { min-height: 94px; margin: 13px 0 24px; font-family: "Manrope", sans-serif; font-size: 1.02rem; font-weight: 500; line-height: 1.62; letter-spacing: -.02em; }
.review-bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; }
.review-bottom span::before { display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; content: ""; background: #35c987; border-radius: 50%; }
.trust-row { display: flex; margin-top: 40px; padding: 21px 25px; align-items: center; justify-content: space-around; gap: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.02); border-radius: 17px; }
.trust-row span { display: flex; align-items: center; gap: 8px; color: rgba(var(--text-rgb),.68); font-size: .68rem; font-weight: 800; }
.trust-row svg { width: 14px; height: 14px; color: var(--primary); }

/* Contact */
.contact { overflow: hidden; background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.contact-glow { position: absolute; bottom: -250px; left: 50%; width: 650px; height: 650px; transform: translateX(-50%); background: rgba(var(--primary-rgb),.07); border-radius: 50%; filter: blur(100px); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; }
.contact-aside { padding: 20px 20px 20px 0; }
.availability-card { display: inline-flex; padding: 10px 14px; align-items: center; gap: 12px; border: 1px solid var(--line); background: var(--card); border-radius: 12px; }
.availability-card small { display: block; color: var(--muted); font-size: .59rem; text-transform: uppercase; letter-spacing: .09em; }
.availability-card strong { display: block; font-size: .74rem; }
.contact-aside > h3 { margin: 29px 0 11px; font-family: "Manrope", sans-serif; font-size: clamp(1.7rem,3vw,2.45rem); line-height: 1.15; letter-spacing: -.05em; }
.contact-aside > p { margin: 0; color: var(--muted); font-size: .88rem; }
.contact-cards { display: grid; gap: 9px; margin-top: 30px; }
.contact-cards > a { display: flex; padding: 13px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 14px; transition: transform .25s, border-color .25s, background .25s; }
.contact-cards > a:hover { transform: translateX(5px); border-color: rgba(var(--primary-rgb),.35); background: rgba(var(--primary-rgb),.05); }
.contact-icon { display: grid; flex: 0 0 auto; width: 40px; height: 40px; margin-right: 12px; place-items: center; color: var(--primary); background: rgba(var(--primary-rgb),.08); border-radius: 10px; }
.contact-icon svg { width: 18px; height: 18px; }
.whatsapp-icon { color: #4ad99a; background: rgba(74,217,154,.08); }
.fiverr-icon { color: #fff; background: #1dbf73; font-family: Arial,sans-serif; font-size: .8rem; font-weight: 800; }
.facebook-icon { color: #fff; background: #1877f2; }
.contact-cards small { display: block; color: var(--muted); font-size: .59rem; }
.contact-cards strong { display: block; font-size: .74rem; }
.contact-arrow { width: 15px; height: 15px; margin-left: auto; color: rgba(var(--text-rgb),.28); }
.contact-form-wrap { position: relative; overflow: hidden; min-height: 630px; padding: 39px; border-radius: 28px; }
.form-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 29px; }
.form-head h3 { margin: 5px 0 0; font-family: "Manrope",sans-serif; font-size: 1.42rem; letter-spacing: -.04em; }
.form-head > span { color: var(--muted); font-size: .59rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { position: relative; margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 7px; color: rgba(var(--text-rgb),.72); font-size: .68rem; font-weight: 800; }
.form-group input, .form-group select, .form-group textarea { width: 100%; outline: 0; border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.035); border-radius: 11px; transition: border-color .25s, box-shadow .25s, background .25s; }
.form-group input, .form-group select { height: 49px; padding: 0 14px; }
.form-group textarea { display: block; max-height: 180px; padding: 13px 14px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(var(--text-rgb),.3); }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { color: var(--text); background: var(--bg-elevated); }
.select-wrap::after { position: absolute; top: 40px; right: 15px; width: 6px; height: 6px; content: ""; transform: rotate(45deg); border-right: 1px solid var(--muted); border-bottom: 1px solid var(--muted); pointer-events: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(var(--primary-rgb),.65); background: rgba(var(--primary-rgb),.035); box-shadow: 0 0 0 4px rgba(var(--primary-rgb),.07); }
.form-group.invalid input, .form-group.invalid select, .form-group.invalid textarea { border-color: #f16262; box-shadow: 0 0 0 4px rgba(241,98,98,.06); }
.field-error { display: block; min-height: 15px; margin-top: 4px; color: #ff7d7d; font-size: .58rem; }
.message-meta { display: flex; justify-content: space-between; }
.message-meta > span { margin-top: 4px; color: var(--muted); font-size: .58rem; }
.btn-submit { width: 100%; min-height: 54px; border: 0; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: var(--muted); font-size: .58rem; }
.form-note svg { width: 12px; color: #4ad99a; }
.form-success { visibility: hidden; position: absolute; inset: 0; display: flex; padding: 35px; flex-direction: column; align-items: center; justify-content: center; transform: scale(.94); opacity: 0; background: var(--bg-elevated); text-align: center; transition: .35s ease; }
.form-success.show { visibility: visible; transform: none; opacity: 1; }
.form-success > span { display: grid; width: 62px; height: 62px; place-items: center; color: #080808; background: var(--primary); border-radius: 50%; box-shadow: 0 0 35px rgba(var(--primary-rgb),.3); }
.form-success > span svg { width: 28px; height: 28px; }
.form-success h3 { margin: 20px 0 8px; font-family: "Manrope",sans-serif; font-size: 1.7rem; }
.form-success p { max-width: 390px; margin: 0; color: var(--muted); }
.form-success button { margin-top: 22px; padding: 9px 15px; border: 1px solid var(--line); color: var(--text); background: transparent; border-radius: 50px; cursor: pointer; }

/* Footer */
.site-footer { position: relative; padding: 75px 0 20px; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer-top { display: grid; padding-bottom: 55px; grid-template-columns: 1fr 1.15fr 1fr; gap: 60px; }
.footer-brand > p { max-width: 250px; margin: 18px 0; color: var(--muted); font-size: .8rem; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.02); border-radius: 9px; transition: .25s; }
.socials a:hover { transform: translateY(-3px); border-color: var(--primary); color: var(--primary); }
.socials svg { width: 15px; height: 15px; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.footer-links h3 { margin: 0 0 16px; color: rgba(var(--text-rgb),.4); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; width: max-content; margin: 9px 0; color: var(--muted); font-size: .74rem; transition: color .2s, transform .2s; }
.footer-links a:hover { transform: translateX(3px); color: var(--primary); }
.footer-cta { padding-left: 38px; border-left: 1px solid var(--line); }
.footer-cta h3 { margin: 12px 0 22px; font-family: "Manrope",sans-serif; font-size: 1.2rem; line-height: 1.45; letter-spacing: -.04em; }
.footer-bottom { display: flex; padding-top: 20px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: rgba(var(--text-rgb),.36); font-size: .65rem; }
.footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.back-top { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); color: var(--text); border-radius: 50%; transition: .25s; }
.back-top:hover { border-color: var(--primary); color: #080808; background: var(--primary); }

/* Floating controls and modal */
.theme-switcher { position: fixed; z-index: 990; right: 25px; bottom: 105px; }
.theme-toggle { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(var(--primary-rgb),.35); color: var(--primary); background: var(--header); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.28); cursor: pointer; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); transition: transform .25s, background .25s; }
.theme-toggle:hover, .theme-toggle.active { transform: rotate(12deg) scale(1.06); color: #080808; background: var(--primary); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-panel { visibility: hidden; position: absolute; right: 0; bottom: 59px; width: 235px; padding: 13px; transform: translateY(10px) scale(.97); transform-origin: bottom right; opacity: 0; border: 1px solid var(--line); background: var(--bg-elevated); border-radius: 17px; box-shadow: var(--shadow); transition: .25s ease; }
.theme-panel.open { visibility: visible; transform: none; opacity: 1; }
.theme-panel-head { display: flex; padding: 5px 5px 11px; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); }
.theme-panel-head span { font-size: .7rem; font-weight: 800; }
.theme-panel-head small { color: var(--muted); font-size: .52rem; }
.theme-option { display: flex; width: 100%; padding: 9px 7px; align-items: center; gap: 10px; border: 0; color: var(--text); background: transparent; border-radius: 9px; cursor: pointer; text-align: left; }
.theme-option:hover { background: rgba(255,255,255,.05); }
.theme-option > i { width: 19px; height: 19px; background: var(--swatch); border: 3px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 10px var(--swatch); }
.theme-option > span { font-size: .67rem; font-weight: 700; }
.theme-option > b { display: none; margin-left: auto; }
.theme-option.active > b { display: block; color: var(--primary); }
.theme-option svg { width: 13px; height: 13px; }
.floating-whatsapp { position: fixed; z-index: 988; right: 24px; bottom: 35px; display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: linear-gradient(145deg,#2cd779,#128c52); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 12px 35px rgba(24,190,100,.3); }
.floating-whatsapp::before, .floating-whatsapp::after { position: absolute; inset: -1px; content: ""; border: 1px solid #31d77e; border-radius: inherit; animation: whatsappPulse 2.5s ease-out infinite; }
.floating-whatsapp::after { animation-delay: 1.2s; }
.floating-whatsapp svg { width: 23px; height: 23px; }
.floating-whatsapp span { visibility: hidden; position: absolute; right: 67px; width: max-content; padding: 7px 10px; transform: translateX(6px); opacity: 0; color: #fff; background: #151515; border-radius: 7px; box-shadow: 0 7px 20px rgba(0,0,0,.25); font-size: .65rem; font-weight: 700; transition: .2s; }
.floating-whatsapp:hover span { visibility: visible; transform: none; opacity: 1; }
.project-modal { visibility: hidden; position: fixed; z-index: 2000; inset: 0; display: grid; padding: 24px; place-items: center; opacity: 0; transition: .3s; }
.project-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.modal-card { position: relative; z-index: 1; width: min(590px,100%); padding: 48px; transform: translateY(20px) scale(.97); border: 1px solid rgba(var(--primary-rgb),.25); background: var(--bg-elevated); border-radius: 25px; box-shadow: 0 35px 100px rgba(0,0,0,.55); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.project-modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--line); color: var(--text); background: transparent; border-radius: 50%; cursor: pointer; }
.modal-close svg { width: 16px; height: 16px; }
.modal-card h2 { margin: 15px 0 12px; font-family: "Manrope",sans-serif; font-size: clamp(1.7rem,5vw,2.7rem); line-height: 1.15; letter-spacing: -.05em; }
.modal-card > p { color: var(--muted); }
.modal-info { display: grid; margin: 27px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(2,1fr); gap: 20px; }
.modal-info small { display: block; color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.modal-info strong { display: block; margin-top: 4px; font-size: .84rem; }

/* Scroll reveal */
.reveal { transform: translateY(26px); opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.visible { transform: none; opacity: 1; }

/* Animations */
@keyframes textShine { to { background-position: -200% center; } }
@keyframes statusPulse { 0% { transform: scale(.8); opacity: .8; } 100% { transform: scale(2); opacity: 0; } }
@keyframes glowBreathe { 50% { transform: scale(1.08); opacity: .65; } }
@keyframes particleFloat { 0%,100% { transform: translate3d(0,0,0); opacity: .15; } 50% { transform: translate3d(15px,-35px,0); opacity: .75; } }
@keyframes badgeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(12px); opacity: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes whatsappPulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.55); opacity: 0; } }

/* Responsive */
@media (max-width: 1100px) {
  .desktop-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 35px; }
  .hero-title { font-size: clamp(3rem,5.5vw,4.6rem); }
  .badge-shopify { left: -35px; }
  .badge-fiverr { right: -25px; }
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .about-story { padding: 37px; grid-template-columns: 150px 1fr; gap: 28px; }
  .story-monogram { width: 145px; height: 175px; }
  .stats-grid article { padding: 25px 20px; }
}

@media (max-width: 900px) {
  .section { padding: 95px 0; }
  .desktop-nav, .desktop-hire { display: none; }
  .menu-toggle { display: block; }
  .site-header { background: var(--header); backdrop-filter: blur(18px); }
  .nav-wrap { height: 72px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 85px; }
  .hero-copy { max-width: 750px; text-align: center; }
  .eyebrow, .hero-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-ctas { justify-content: center; }
  .hero-visual { max-width: 470px; }
  .scroll-cue { display: none; }
  .heading-split { display: block; }
  .heading-split > p { width: 100%; max-width: 600px; margin-top: 22px; }
  .about-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { display: grid; padding: 0; grid-template-columns: 1fr 1fr; gap: 20px 40px; }
  .availability-card { width: max-content; }
  .contact-aside > h3 { align-self: end; margin: 0; }
  .contact-aside > p { grid-column: 1/-1; }
  .contact-cards { grid-column: 1/-1; grid-template-columns: repeat(2,1fr); margin-top: 5px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-cta { padding: 30px 0 0; border-top: 1px solid var(--line); border-left: 0; grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(2.25rem,11vw,3.5rem); }
  .hero { padding-top: 112px; padding-bottom: 73px; }
  .hero-grid { gap: 75px; }
  .hero-title { font-size: clamp(2.75rem,13.2vw,4.2rem); }
  .hero-lead { font-size: .95rem; }
  .eyebrow-line { display: none; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .hero-visual { width: 86%; }
  .portrait-shell { border-radius: 31px; }
  .portrait-frame { border-radius: 23px; }
  .badge-shopify { top: 19%; left: -38px; }
  .badge-fiverr { right: -35px; bottom: 20%; }
  .badge-years { top: -27px; right: -25px; }
  .badge-mobile { bottom: -22px; left: 5%; }
  .floating-badge strong { font-size: .67rem; }
  .floating-badge small { font-size: .49rem; }
  .about-story { display: block; min-height: 0; padding: 29px; }
  .story-monogram { width: 105px; height: 125px; margin-bottom: 27px; border-radius: 50px 50px 18px 18px; font-size: 2.35rem; }
  .about-skills { padding: 28px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { min-height: 290px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-content > p { min-height: 0; }
  .review-heading { align-items: center; }
  .review-heading h2 { font-size: clamp(2.2rem,10vw,3.2rem); }
  .trust-row { flex-wrap: wrap; justify-content: flex-start; }
  .trust-row span { width: calc(50% - 10px); }
  .contact-aside { display: block; }
  .contact-aside > h3 { margin: 27px 0 11px; }
  .contact-cards { grid-template-columns: 1fr; margin-top: 28px; }
  .contact-form-wrap { min-height: 0; padding: 27px 22px; }
  .form-head > span { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
  .footer-cta { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 16px; }
  .footer-bottom > div > span { display: none; }
  .theme-switcher { right: 17px; bottom: 92px; }
  .floating-whatsapp { right: 16px; bottom: 25px; width: 51px; height: 51px; }
}

@media (max-width: 480px) {
  .brand-copy { font-size: .92rem; }
  .brand-mark { width: 37px; height: 37px; }
  .hero-proof { align-items: flex-start; }
  .hero-visual { width: 82%; }
  .floating-badge { border-radius: 12px; }
  .badge-icon, .badge-check { width: 28px; height: 28px; }
  .badge-shopify { left: -35px; padding: 7px 9px 7px 7px; }
  .badge-fiverr { right: -33px; padding: 7px 9px 7px 7px; }
  .badge-years { right: -27px; padding: 8px 11px; }
  .badge-years > strong { font-size: 1.35rem; }
  .badge-mobile { left: 0; padding: 7px 9px 7px 7px; }
  .services-grid { border: 0; grid-template-columns: 1fr; gap: 12px; }
  .process-grid { border: 0; grid-template-columns: 1fr; gap: 12px; }
  .process-card { min-height: 245px; border: 1px solid var(--line); border-radius: 19px; }
  .process-icon { margin: 27px 0 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; border: 1px solid var(--line); border-radius: 19px; }
  .service-icon { margin-bottom: 32px; }
  .stats-grid article { min-height: 125px; padding: 21px 16px; flex-direction: column; align-items: flex-start; }
  .stats-grid strong { font-size: 2rem; }
  .project-filters { flex-wrap: nowrap; margin-right: -16px; overflow-x: auto; padding-right: 16px; scrollbar-width: none; }
  .filter-btn { white-space: nowrap; }
  .project-content { padding: 15px 20px 23px; }
  .project-footer { align-items: flex-end; }
  .review-heading { display: block; }
  .slider-controls { margin-top: 23px; }
  .review-viewport { padding-left: 16px; }
  .review-card { padding: 23px; }
  .review-card blockquote { min-height: 0; }
  .feedback-badge { display: none; }
  .trust-row span { width: 100%; }
  .form-success { padding: 22px; }
  .footer-links { gap: 20px; }
  .modal-card { padding: 38px 25px 27px; }
  .modal-info { grid-template-columns: 1fr; }
}

@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 { transform: none; opacity: 1; }
}
