/* ============================================================
   DT. Dominik Trzciński — Main Site CSS v2 (Glassmorphism)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --bg:        #050507;
  --bg-r:      radial-gradient(ellipse 120% 80% at 50% -10%, rgba(0,232,122,.06) 0%, transparent 60%);
  --s1:        #0a0a0e;
  --s2:        #111116;
  --s3:        #18181f;
  --green:     #00e87a;
  --green2:    #00c965;
  --green3:    #00ff88;
  --glow:      0 0 40px rgba(0,232,122,.22), 0 0 80px rgba(0,232,122,.08);
  --glow-sm:   0 0 16px rgba(0,232,122,.2);
  --glow-logo: 0 0 24px rgba(0,232,122,.5), 0 4px 20px rgba(0,232,122,.25);
  --white:     #ececec;
  --gray:      #6b7280;
  --gray2:     #2e2e38;
  --border:    rgba(255,255,255,.07);
  --border-g:  rgba(0,232,122,.2);
  --border-g2: rgba(0,232,122,.08);
  --glass:     rgba(255,255,255,.03);
  --glass-g:   rgba(0,232,122,.04);
  --glass-b:   blur(20px);
  --r:         12px;
  --r-lg:      20px;
  --r-xl:      28px;
  --mono:      'Space Mono', 'Courier New', monospace;
  --sans:      'Inter', system-ui, -apple-system, sans-serif;
  --max:       1200px;
  --nav-h:     72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  background-image: var(--bg-r);
  background-attachment: fixed;
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
:focus { outline: none; }
:focus-visible { outline: 2px solid rgba(0,232,122,.5); outline-offset: 3px; border-radius: 4px; }

body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
.wp-site-blocks { padding: 0 !important; }
.entry-header, .entry-footer, .site-header, .site-footer,
.wp-block-post-title, .page-header { display: none !important; }
.site-content, .wp-site-blocks > *, .content-area,
.wp-block-post-content { max-width: 100% !important; padding: 0 !important; }
.site-main { padding: 0 !important; margin: 0 !important; }
.wp-block-post-content > .wp-block-html { margin: 0 !important; }

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--green); border-radius: 2px; }
::selection { background: var(--green); color: var(--bg); }

.dt-wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 36px; position: relative; z-index: 1; }
.dt-mono  { font-family: var(--mono); font-size: .8rem; letter-spacing: .04em; }
.dt-green { color: var(--green); }
.dt-gray  { color: #9ca3af; }

.dt-tag { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 4px; }
.dt-tag::before { content: ''; display: block; width: 28px; height: 1px; background: linear-gradient(90deg, var(--green), transparent); }

.dt-section-h { text-align: center; margin-bottom: 64px; }
.dt-section-h h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.12; margin-top: 14px; }
.dt-section-h p { color: var(--gray); margin-top: 14px; font-size: 1.05rem; }

.dt-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--r); font-size: .92rem; font-weight: 600; transition: all .25s ease; white-space: nowrap; position: relative; overflow: hidden; }
.dt-btn-primary { background: var(--green); color: var(--bg); box-shadow: var(--glow-sm); }
.dt-btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.15) 0%, transparent 60%); pointer-events: none; }
.dt-btn-primary:hover { background: var(--green3); transform: translateY(-2px); box-shadow: var(--glow); }
.dt-btn-ghost { background: var(--glass); border: 1px solid var(--border-g2); color: var(--green); backdrop-filter: var(--glass-b); -webkit-backdrop-filter: var(--glass-b); }
.dt-btn-ghost:hover { background: rgba(0,232,122,.08); transform: translateY(-2px); box-shadow: var(--glow-sm); }

.dt-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.dt-logo-img { width: 40px; height: 40px; border-radius: 12px; box-shadow: var(--glow-logo); transition: transform .2s, box-shadow .2s; display: block; }
.dt-logo:hover .dt-logo-img { transform: scale(1.06); box-shadow: 0 0 32px rgba(0,232,122,.6), 0 6px 24px rgba(0,232,122,.3); }
.dt-logo-wordmark { height: 36px; width: auto; display: block; transition: opacity .2s; }
.dt-logo:hover .dt-logo-wordmark { opacity: .85; }

.dt-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h); display: flex; align-items: center; transition: background .4s, backdrop-filter .4s, border-color .4s; border-bottom: 1px solid transparent; }
.dt-nav .dt-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.dt-nav.scrolled { background: rgba(5,5,7,.7); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); border-color: rgba(255,255,255,.06); }
.dt-nav-links { display: flex; align-items: center; gap: 36px; }
.dt-nav-links a { font-size: .9rem; font-weight: 500; color: var(--gray); transition: color .2s; position: relative; }
.dt-nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--green); transition: width .25s ease; }
.dt-nav-links a:hover { color: var(--white); }
.dt-nav-links a:hover::after { width: 100%; }
.dt-nav-links .dt-btn { color: var(--bg); }
.dt-nav-links .dt-btn::after { display: none; }
.dt-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.dt-hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }
.dt-mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(5,5,7,.96); backdrop-filter: blur(32px); -webkit-backdrop-filter: blur(32px); flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.dt-mobile-menu.open { display: flex; }
.dt-mobile-menu a { font-size: 2rem; font-weight: 700; transition: color .2s; }
.dt-mobile-menu a:hover { color: var(--green); }
.dt-mobile-close { position: absolute; top: 24px; right: 32px; font-size: 2rem; color: var(--gray); transition: color .2s; }
.dt-mobile-close:hover { color: var(--white); }

.dt-hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: var(--nav-h); overflow: hidden; }
#dt-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.dt-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-top: 80px; padding-bottom: 80px; min-height: calc(100svh - var(--nav-h)); }
.dt-hero-pre { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; padding: 8px 14px; background: var(--glass-g); border: 1px solid var(--border-g); border-radius: 100px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); width: fit-content; }
.dt-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.85); } }
.dt-hero-pre span { font-family: var(--mono); font-size: .72rem; color: var(--gray); }
.dt-hero h1 { font-size: clamp(2.8rem, 5.5vw, 4.4rem); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; margin-bottom: 22px; }
.dt-hero h1 .line-green { color: var(--green); text-shadow: 0 0 60px rgba(0,232,122,.35); }
.dt-hero-desc { font-size: 1.08rem; line-height: 1.8; color: #9ca3af; max-width: 480px; margin-bottom: 36px; }
.dt-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.dt-hero-stack { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.dt-hero-stack > span:first-child { font-family: var(--mono); font-size: .7rem; color: var(--gray); }
.dt-stack-pill { padding: 4px 12px; border-radius: 100px; background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: .76rem; font-weight: 500; color: #9ca3af; transition: border-color .2s, color .2s, background .2s; }
.dt-stack-pill:hover { border-color: var(--border-g); color: var(--green); background: var(--glass-g); }
.dt-hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.dt-photo-frame { position: relative; width: 420px; max-width: 100%; }
.dt-photo-inner { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 3/4; background: linear-gradient(135deg, rgba(0,232,122,.06) 0%, rgba(5,5,7,.9) 60%); border: 1px solid rgba(0,232,122,.25); box-shadow: var(--glow), inset 0 1px 0 rgba(255,255,255,.06); }
.dt-hero-img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.dt-photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--gray2); }
.dt-photo-ph svg { width: 56px; height: 56px; opacity: .35; }
.dt-photo-ph span { font-family: var(--mono); font-size: .72rem; color: var(--gray); opacity: .5; }
.dt-hero-img[src]:not([src=""]) ~ .dt-photo-ph { display: none; }
.dt-photo-inner::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(0,232,122,.5), transparent); top: -2px; animation: scan 4s linear infinite; pointer-events: none; }
@keyframes scan { 0% { top: -2px; opacity: 0; } 5% { opacity: 1; } 95% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
.dt-corner { position: absolute; width: 22px; height: 22px; border-color: var(--green); border-style: solid; filter: drop-shadow(0 0 6px var(--green)); }
.dt-corner-tl { top: -8px; left: -8px; border-width: 2px 0 0 2px; border-radius: 6px 0 0 0; }
.dt-corner-tr { top: -8px; right: -8px; border-width: 2px 2px 0 0; border-radius: 0 6px 0 0; }
.dt-corner-bl { bottom: -8px; left: -8px; border-width: 0 0 2px 2px; border-radius: 0 0 0 6px; }
.dt-corner-br { bottom: -8px; right: -8px; border-width: 0 2px 2px 0; border-radius: 0 0 6px 0; }
.dt-frame-badge { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; padding: 8px 18px; background: rgba(5,5,7,.75); border: 1px solid rgba(0,232,122,.25); border-radius: 100px; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); white-space: nowrap; box-shadow: 0 8px 32px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06); }
.dt-frame-badge span { font-family: var(--mono); font-size: .7rem; color: var(--gray); }
.dt-deco-card { position: absolute; background: rgba(10,10,14,.75); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); padding: 14px 18px; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); font-family: var(--mono); font-size: .7rem; color: var(--gray); white-space: nowrap; box-shadow: 0 8px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05); }
.dt-deco-card .val { color: var(--green); font-weight: 700; font-size: 1.3rem; display: block; margin-bottom: 2px; }
.dt-deco-left  { left: -52px; top: 28%; animation: float 4s ease-in-out infinite; }
.dt-deco-right { right: -52px; bottom: 28%; animation: float 4s ease-in-out infinite .9s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.dt-scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gray); z-index: 1; }
.dt-scroll-hint span { font-family: var(--mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.dt-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(0,232,122,.6), transparent); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0% { opacity: 0; transform: scaleY(0); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } 100% { opacity: 0; transform: scaleY(0); transform-origin: bottom; } }

.dt-section { padding: 108px 0; }
.dt-section.alt { background: linear-gradient(180deg, var(--s1) 0%, rgba(10,10,14,.5) 100%); border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.dt-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.dt-reveal.visible { opacity: 1; transform: translateY(0); }

.dt-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 64px; }
.dt-card { position: relative; padding: 36px 32px; border-radius: var(--r-xl); background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%); box-shadow: 0 4px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.05); overflow: hidden; transition: border-color .35s, transform .35s, box-shadow .35s; cursor: default; }
.dt-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(110deg, transparent, rgba(255,255,255,.04), transparent); right: auto; pointer-events: none; transition: left .65s ease; }
.dt-card::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-xl); background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(0,232,122,.07) 0%, transparent 65%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.dt-card:hover { border-color: rgba(0,232,122,.3); transform: translateY(-6px); box-shadow: var(--glow), 0 20px 60px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); }
.dt-card:hover::after { opacity: 1; }
.dt-card:hover::before { left: 150%; }
.dt-card-num { font-family: var(--mono); font-size: .68rem; color: var(--green); margin-bottom: 20px; letter-spacing: .1em; }
.dt-card-icon { width: 46px; height: 46px; margin-bottom: 18px; color: var(--green); }
.dt-card-icon svg { width: 100%; height: 100%; }
.dt-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.dt-card > p { color: var(--gray); line-height: 1.72; margin-bottom: 20px; font-size: .95rem; }
.dt-card-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.dt-card-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: #c0c0c8; }
.dt-card-list li::before { content: ''; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--green); opacity: .75; }
.dt-card-arr { display: inline-flex; align-items: center; gap: 6px; font-size: .86rem; font-weight: 600; color: var(--green); transition: gap .2s; }
.dt-card:hover .dt-card-arr { gap: 10px; }

.dt-about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.dt-about-photo { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 1/1.1; background: linear-gradient(145deg, #0d1a12 0%, #0a0a0e 60%, #0d1a12 100%); border: 1px solid rgba(0,232,122,.22); box-shadow: var(--glow), inset 0 1px 0 rgba(255,255,255,.05); }
.dt-about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.dt-about-photo .dt-photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--gray2); }
.dt-about-photo img[src]:not([src=""]) ~ .dt-photo-ph { display: none; }
.dt-about-photo::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(0,232,122,.5), transparent); top: -2px; pointer-events: none; animation: scan 5s linear infinite 1.8s; }
.dt-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 20px; }
.dt-stat { padding: 18px 12px; text-align: center; background: var(--glass); border: 1px solid var(--border); border-radius: var(--r); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 16px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.04); }
.dt-stat-n { font-family: var(--mono); font-size: 1.7rem; font-weight: 700; color: var(--green); display: block; margin-bottom: 4px; }
.dt-stat-l { font-family: var(--mono); font-size: .62rem; color: var(--gray); letter-spacing: .06em; text-transform: uppercase; }
.dt-about-text h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; line-height: 1.12; margin: 14px 0 20px; }
.dt-about-text p { color: var(--gray); line-height: 1.8; margin-bottom: 16px; font-size: .97rem; }
.dt-tech-wrap { margin: 28px 0 32px; }
.dt-tech-label { font-family: var(--mono); font-size: .68rem; color: var(--gray); margin-bottom: 12px; }
.dt-tech-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.dt-tech-pill { padding: 5px 14px; border-radius: 100px; background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: .8rem; color: #b0b0be; transition: border-color .2s, color .2s, background .2s; }
.dt-tech-pill:hover { border-color: var(--border-g); color: var(--green); background: var(--glass-g); }

.dt-process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 64px; position: relative; }
.dt-process-steps::before { content: ''; position: absolute; top: 32px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,232,122,.2) 20%, rgba(0,232,122,.2) 80%, transparent); }
.dt-step { padding: 0 20px; text-align: center; }
.dt-step-dot { width: 64px; height: 64px; border-radius: 50%; background: var(--glass); border: 1px solid rgba(0,232,122,.25); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 0 0 8px rgba(0,232,122,.04), inset 0 1px 0 rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 1; font-family: var(--mono); font-size: .78rem; color: var(--green); font-weight: 700; transition: box-shadow .3s, background .3s; }
.dt-step:hover .dt-step-dot { background: var(--glass-g); box-shadow: var(--glow-sm), 0 0 0 8px rgba(0,232,122,.07), inset 0 1px 0 rgba(255,255,255,.08); }
.dt-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.dt-step p  { font-size: .88rem; color: var(--gray); line-height: 1.65; }

.dt-portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 64px; }
.dt-pcard { border-radius: var(--r-xl); overflow: hidden; background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.04); transition: transform .35s, border-color .35s, box-shadow .35s; cursor: pointer; }
.dt-pcard:hover { transform: translateY(-8px); border-color: rgba(0,232,122,.3); box-shadow: var(--glow), 0 24px 48px rgba(0,0,0,.3); }
.dt-pcard-img { aspect-ratio: 16/10; background: var(--s2); overflow: hidden; position: relative; }
.dt-pcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dt-pcard:hover .dt-pcard-img img { transform: scale(1.05); }
.dt-pcard-body { padding: 22px 24px; }
.dt-badge { display: inline-block; padding: 3px 10px; border-radius: 100px; border: 1px solid var(--border-g); background: var(--glass-g); font-family: var(--mono); font-size: .66rem; color: var(--green); margin-bottom: 10px; }
.dt-pcard h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 6px; }
.dt-pcard p  { font-size: .86rem; color: var(--gray); margin-bottom: 14px; }
.dt-pcard-stack { display: flex; flex-wrap: wrap; gap: 6px; }
.dt-pcard-stack span { padding: 3px 9px; border-radius: 100px; background: var(--glass-g); border: 1px solid var(--border-g2); font-family: var(--mono); font-size: .62rem; color: var(--green); }

.dt-contact-inner { max-width: 700px; margin: 0 auto; }
.dt-contact-info { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; justify-content: center; }
.dt-contact-link { display: flex; align-items: center; gap: 10px; padding: 12px 22px; border-radius: var(--r); background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 16px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.04); font-size: .92rem; color: var(--gray); transition: border-color .2s, color .2s, background .2s, box-shadow .2s; }
.dt-contact-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.dt-contact-link:hover { border-color: rgba(0,232,122,.3); color: var(--green); background: var(--glass-g); box-shadow: var(--glow-sm); }

.dt-footer { border-top: 1px solid rgba(255,255,255,.05); padding: 52px 0 32px; background: var(--s1); position: relative; }
.dt-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,232,122,.2), transparent); }
.dt-footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.dt-footer-brand p { color: var(--gray); font-size: .9rem; max-width: 220px; margin-top: 10px; }
.dt-footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.dt-footer-links a { font-size: .9rem; color: var(--gray); transition: color .2s; }
.dt-footer-links a:hover { color: var(--green); }
.dt-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.04); font-family: var(--mono); font-size: .68rem; color: var(--gray); }

@media (max-width: 1024px) {
  .dt-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 48px; }
  .dt-hero-desc, .dt-hero-pre { max-width: 100%; }
  .dt-hero-pre { margin-left: auto; margin-right: auto; }
  .dt-hero-btns, .dt-hero-stack { justify-content: center; }
  .dt-hero-visual { display: none; }
  .dt-services-grid { grid-template-columns: 1fr; max-width: 520px; margin: 64px auto 0; }
  .dt-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .dt-process-steps { grid-template-columns: 1fr 1fr; }
  .dt-process-steps::before { display: none; }
  .dt-portfolio-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .dt-wrap { padding: 0 20px; }
  .dt-nav-links { display: none; }
  .dt-hamburger { display: flex; }
  .dt-section { padding: 72px 0; }
  .dt-hero-inner { padding-top: 48px; padding-bottom: 48px; }
  .dt-portfolio-grid { grid-template-columns: 1fr; }
  .dt-process-steps { grid-template-columns: 1fr; }
  .dt-stats { grid-template-columns: repeat(3,1fr); }
  .dt-deco-left, .dt-deco-right { display: none; }
  .dt-footer-grid { flex-direction: column; }
  .dt-footer-bottom { flex-direction: column; text-align: center; }
  .dt-tl-line { left: 10px; transform: none; }
  .dt-tl-item { grid-template-columns: 20px 1fr; }
  .dt-tl-left .dt-tl-content, .dt-tl-right .dt-tl-content { grid-column: 2; grid-row: 1; text-align: left; padding-left: 20px; padding-right: 0; }
  .dt-tl-left .dt-tl-dot, .dt-tl-right .dt-tl-dot { grid-column: 1; grid-row: 1; }
  .dt-tl-left .dt-tl-tags { justify-content: flex-start; }
  .dt-bento { grid-template-columns: 1fr; }
  .dt-opinion-wide { grid-column: span 1; }
  .dt-faq-list { margin-top: 48px; }
}
@media (max-width: 480px) {
  .dt-hero h1 { font-size: 2.4rem; }
  .dt-stats { grid-template-columns: repeat(3,1fr); }
  .dt-contact-info { flex-direction: column; align-items: stretch; }
  .dt-toasts { bottom: 16px; right: 12px; left: 12px; align-items: stretch; }
  .dt-toast  { border-radius: var(--r); }
  .dt-form-row { grid-template-columns: 1fr; }
  .dt-form-submit { align-self: stretch; }
}

.dt-marquee-wrap { overflow: hidden; padding: 18px 0; background: var(--s1); border-top: 1px solid rgba(0,232,122,.06); border-bottom: 1px solid rgba(0,232,122,.06); position: relative; }
.dt-marquee-wrap::before, .dt-marquee-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.dt-marquee-wrap::before { left: 0; background: linear-gradient(90deg, var(--s1), transparent); }
.dt-marquee-wrap::after  { right: 0; background: linear-gradient(-90deg, var(--s1), transparent); }
.dt-marquee-track { display: inline-flex; align-items: center; gap: 32px; animation: dt-marquee 30s linear infinite; white-space: nowrap; }
.dt-marquee-track span { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #505560; }
.dt-mq-dot { color: var(--green) !important; opacity: .45; font-size: .52rem !important; }
@keyframes dt-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.dt-tl-section { overflow: hidden; }
.dt-timeline { position: relative; max-width: 820px; margin: 64px auto 0; padding-bottom: 20px; }
.dt-tl-line { position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 2px; height: 0; background: linear-gradient(to bottom, var(--green), rgba(0,232,122,.08)); box-shadow: 0 0 14px rgba(0,232,122,.25); pointer-events: none; z-index: 0; transition: height .06s linear; }
.dt-tl-item { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: start; margin-bottom: 52px; position: relative; }
.dt-tl-left .dt-tl-content  { grid-column: 1; grid-row: 1; text-align: right; padding-right: 32px; }
.dt-tl-left .dt-tl-dot      { grid-column: 2; grid-row: 1; }
.dt-tl-right .dt-tl-dot     { grid-column: 2; grid-row: 1; }
.dt-tl-right .dt-tl-content { grid-column: 3; grid-row: 1; padding-left: 32px; }
.dt-tl-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--s2); border: 2px solid rgba(0,232,122,.3); box-shadow: 0 0 0 5px rgba(0,232,122,.05); margin-top: 18px; justify-self: center; position: relative; z-index: 1; transition: border-color .3s, box-shadow .3s, background .3s; }
.dt-tl-dot-active { background: var(--green); border-color: var(--green); box-shadow: 0 0 0 7px rgba(0,232,122,.12), var(--glow-sm); animation: pulse 2s ease-in-out infinite; }
.dt-tl-item:hover .dt-tl-dot:not(.dt-tl-dot-active) { border-color: var(--green); box-shadow: 0 0 0 6px rgba(0,232,122,.1), var(--glow-sm); }
.dt-tl-content { padding: 22px 26px; background: var(--glass); border: 1px solid var(--border); border-radius: var(--r-lg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04); transition: border-color .3s, box-shadow .3s; }
.dt-tl-item:hover .dt-tl-content { border-color: rgba(0,232,122,.2); box-shadow: 0 8px 40px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.06); }
.dt-tl-year { display: block; font-family: var(--mono); font-size: .68rem; color: var(--green); letter-spacing: .1em; margin-bottom: 6px; }
.dt-tl-content h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; }
.dt-tl-content p  { font-size: .87rem; color: var(--gray); line-height: 1.72; margin-bottom: 12px; }
.dt-tl-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.dt-tl-left .dt-tl-tags { justify-content: flex-end; }
.dt-tl-tags span { padding: 3px 10px; border-radius: 100px; background: var(--glass-g); border: 1px solid var(--border-g2); font-family: var(--mono); font-size: .63rem; color: var(--green); }

.dt-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 64px; }
.dt-opinion { padding: 28px 30px; border-radius: var(--r-xl); background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 4px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.04); position: relative; overflow: hidden; transition: border-color .3s, transform .35s, box-shadow .35s; }
.dt-opinion:hover { border-color: rgba(0,232,122,.22); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07); }
.dt-opinion-wide { grid-column: span 2; }
.dt-opinion-quote { position: absolute; top: 10px; right: 20px; font-size: 5.5rem; line-height: 1; font-family: Georgia, serif; color: var(--green); opacity: .06; pointer-events: none; user-select: none; }
.dt-opinion-stars { color: var(--green); font-size: .78rem; margin-bottom: 14px; letter-spacing: 3px; }
.dt-opinion blockquote { font-size: .93rem; line-height: 1.8; color: #b0b0c4; margin-bottom: 20px; font-style: normal; }
.dt-opinion-wide blockquote { font-size: 1rem; }
.dt-opinion-author { display: flex; align-items: center; gap: 12px; }
.dt-opinion-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--glass-g); border: 1px solid var(--border-g2); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: .72rem; font-weight: 700; color: var(--green); flex-shrink: 0; }
.dt-opinion-name { font-weight: 600; font-size: .88rem; }
.dt-opinion-role { font-size: .74rem; color: var(--gray); margin-top: 2px; font-family: var(--mono); }

.dt-faq-list { max-width: 780px; margin: 64px auto 0; }
.dt-faq-item { border-bottom: 1px solid rgba(255,255,255,.06); position: relative; }
.dt-faq-item::after { content: attr(data-num); position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 5rem; font-weight: 700; line-height: 1; color: var(--green); opacity: .025; pointer-events: none; user-select: none; transition: opacity .3s; }
.dt-faq-item.open::after { opacity: .055; }
.dt-faq-q { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 22px 0; gap: 16px; font-size: 1rem; font-weight: 600; color: var(--white); text-align: left; transition: color .2s; }
.dt-faq-q:hover { color: var(--green); }
.dt-faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--glass); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--green); transition: transform .35s, background .2s, border-color .2s; }
.dt-faq-item.open .dt-faq-icon { transform: rotate(45deg); background: var(--glass-g); border-color: var(--border-g); }
.dt-faq-a { overflow: hidden; max-height: 0; font-size: .93rem; color: var(--gray); line-height: 1.82; transition: max-height .42s cubic-bezier(.22,1,.36,1), padding-bottom .42s; }
.dt-faq-item.open .dt-faq-a { max-height: 220px; padding-bottom: 22px; }

.dt-form { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.dt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dt-form-group { display: flex; flex-direction: column; gap: 8px; }
.dt-form-group label { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); }
.dt-form-group input, .dt-form-group textarea { background: var(--glass); border: 1px solid var(--border); border-radius: var(--r); padding: 13px 16px; color: var(--white); font-family: var(--sans); font-size: .95rem; width: 100%; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: border-color .2s, box-shadow .2s; resize: vertical; }
.dt-form-group textarea { min-height: 130px; }
.dt-form-group input::placeholder, .dt-form-group textarea::placeholder { color: var(--gray); opacity: .55; }
.dt-form-group input:focus, .dt-form-group textarea:focus { outline: none; border-color: rgba(0,232,122,.4); box-shadow: 0 0 0 3px rgba(0,232,122,.07); }
.dt-form-group input.dt-err, .dt-form-group textarea.dt-err { border-color: rgba(255,80,80,.5); box-shadow: 0 0 0 3px rgba(255,80,80,.06); }
.dt-field-err { display: none; font-size: .75rem; color: rgba(255,80,80,.9); font-family: var(--mono); letter-spacing: .03em; }
.dt-form-group.dt-has-err .dt-field-err { display: block; }
.dt-form-checkbox { gap: 6px; }
.dt-checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: .88rem; color: var(--gray); line-height: 1.5; }
.dt-checkbox-label input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.dt-checkbox-box { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; border: 1px solid var(--border); border-radius: 4px; background: var(--glass); transition: border-color .2s, background .2s; display: flex; align-items: center; justify-content: center; }
.dt-checkbox-label input[type="checkbox"]:checked + .dt-checkbox-box { background: var(--green); border-color: var(--green); }
.dt-checkbox-label input[type="checkbox"]:checked + .dt-checkbox-box::after { content: ''; display: block; width: 5px; height: 9px; border: 2px solid #050507; border-top: none; border-left: none; transform: rotate(45deg) translate(-1px, -1px); }
.dt-form-checkbox.dt-has-err .dt-checkbox-box { border-color: rgba(255,80,80,.5); }
.dt-checkbox-label a { color: var(--green); text-decoration: none; }
.dt-checkbox-label a:hover { text-decoration: underline; }
.dt-form-submit { align-self: flex-start; margin-top: 8px; min-width: 200px; justify-content: center; }
.dt-form-submit:disabled { opacity: .55; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

.dt-progress-bar { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: linear-gradient(90deg, var(--green), var(--green3)); box-shadow: 0 0 10px rgba(0,232,122,.55), 0 0 20px rgba(0,232,122,.2); z-index: 1001; pointer-events: none; transition: width .08s linear; }
.dt-toasts { position: fixed; bottom: 28px; right: 28px; z-index: 950; pointer-events: none; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.dt-toast { display: flex; align-items: center; gap: 10px; padding: 10px 18px; background: rgba(5,5,7,.88); border: 1px solid rgba(0,232,122,.2); border-radius: 100px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); font-family: var(--mono); font-size: .68rem; color: var(--gray); box-shadow: 0 4px 24px rgba(0,0,0,.35), 0 0 0 1px rgba(0,232,122,.04); white-space: nowrap; animation: toast-in .4s cubic-bezier(.22,1,.36,1) forwards; }
.dt-toast.out { animation: toast-out .35s ease forwards; }
.dt-toast-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); flex-shrink: 0; }
@keyframes toast-in { from { opacity: 0; transform: translateX(24px) scale(.94); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes toast-out { from { opacity: 1; transform: translateX(0) scale(1); } to { opacity: 0; transform: translateX(24px) scale(.94); } }

.dt-hero-term { display: flex; align-items: center; gap: 8px; margin-top: 18px; height: 22px; }
.dt-term-prompt { font-family: var(--mono); font-size: .72rem; color: var(--green); opacity: .7; }
#dt-term-text   { font-family: var(--mono); font-size: .72rem; color: var(--gray); }
.dt-blink-cursor { font-family: var(--mono); font-size: .72rem; color: var(--green); animation: dt-blink .8s step-end infinite; }
@keyframes dt-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

@keyframes dt-glitch {
  0%, 88%, 100% { text-shadow: none; transform: none; }
  89%  { text-shadow: -2px 0 rgba(255,0,64,.7),   2px 0 rgba(0,200,255,.7); transform: translateX(-3px); }
  90%  { text-shadow:  2px 0 rgba(255,0,64,.7),  -2px 0 rgba(0,200,255,.7); transform: translateX(2px); }
  91%  { text-shadow: -1px 0 rgba(255,0,64,.5),   1px 0 rgba(0,200,255,.5); transform: translateX(0); }
  92%  { text-shadow:  3px 0 rgba(255,0,64,.6),  -3px 0 rgba(0,200,255,.6); transform: translateX(-2px); }
  93%  { text-shadow: none; transform: none; }
}
.dt-hero h1 { animation: dt-glitch 8s ease-in-out infinite; }
@keyframes dt-flicker { 0%, 96%, 100% { opacity: 1; } 97% { opacity: .97; } 99% { opacity: .98; } }
.dt-hero { animation: dt-flicker 18s step-end infinite; }

.dt-tag { position: relative; overflow: hidden; }
.dt-tag::after { content: ''; position: absolute; top: 0; left: -200%; width: 70%; height: 100%; background: linear-gradient(90deg, transparent, rgba(0,232,122,.28), transparent); animation: tag-sweep 3.8s ease-in-out infinite; }
@keyframes tag-sweep { 0% { left: -200%; } 55%, 100% { left: 260%; } }
