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

:root{
  --zinc-950:#09090b;
  --zinc-900:#18181b;
  --zinc-800:#27272a;
  --zinc-700:#3f3f46;
  --zinc-500:#71717a;
  --zinc-400:#a1a1aa;
  --zinc-300:#d4d4d8;
  --zinc-200:#e4e4e7;
  --zinc-100:#f4f4f5;
  --zinc-50:#fafafa;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;color:var(--zinc-900);line-height:1.6;background:#fff;}
.mono{font-family:'JetBrains Mono',monospace;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
.container{max-width:1280px;margin:0 auto;padding:0 1rem;}
.icon{width:1.25rem;height:1.25rem;stroke-width:2;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}

/* Header */
header.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.8);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--zinc-100);
}
header.site-header.scrolled{background:rgba(255,255,255,.95);}
.header-inner{max-width:1280px;margin:0 auto;padding:0 1rem;height:5rem;display:flex;align-items:center;justify-content:space-between;}
.brand{display:flex;align-items:center;gap:0.5rem;}
.brand-icon{width:2.5rem;height:2.5rem;background:var(--zinc-900);display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0;}
.brand-icon .icon{color:#fff;}
.brand-text{display:flex;flex-direction:column;}
.brand-text strong{font-weight:800;font-size:1.1rem;letter-spacing:-0.02em;text-transform:uppercase;line-height:1.1;}
.brand-text span{font-size:0.6rem;text-transform:uppercase;color:var(--zinc-500);letter-spacing:0.2em;margin-top:-2px;text-decoration:underline;text-decoration-color:var(--zinc-900);text-underline-offset:2px;}
.desktop-nav{display:none;align-items:center;gap:2rem;}
@media(min-width:768px){.desktop-nav{display:flex;}}
.desktop-nav a{font-size:0.85rem;font-weight:500;color:var(--zinc-600);text-transform:uppercase;letter-spacing:0.05em;transition:color .2s;}
.desktop-nav a:hover{color:var(--zinc-900);}
.nav-sep{width:1px;height:1rem;background:var(--zinc-200);}
.lang-switcher{display:flex;gap:0.5rem;font-size:0.75rem;}
.lang-switcher a{padding:0.25rem 0.5rem;border:1px solid var(--zinc-300);transition:all .2s;font-family:'JetBrains Mono',monospace;}
.lang-switcher a:hover{border-color:var(--zinc-900);}
.lang-switcher a.active{background:var(--zinc-900);color:#fff;border-color:var(--zinc-900);}
.menu-toggle{display:flex;background:none;border:none;color:var(--zinc-900);cursor:pointer;padding:0.5rem;}
@media(min-width:768px){.menu-toggle{display:none;}}
.mobile-menu{display:none;flex-direction:column;gap:1rem;background:#fff;border-bottom:1px solid var(--zinc-100);padding:1rem;position:absolute;top:100%;left:0;right:0;}
.mobile-menu.open{display:flex;}
.mobile-menu a{font-size:1.1rem;font-weight:500;color:var(--zinc-900);padding:0.5rem 0;border-bottom:1px solid var(--zinc-50);}
.mobile-menu .lang-switcher{padding-top:1rem;}

/* Hero */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden;background:var(--zinc-950);}
.hero-bg{position:absolute;inset:0;z-index:0;}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4;filter:grayscale(1);}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right, var(--zinc-950) 0%, rgba(9,9,11,.8) 50%, transparent 100%);}
.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;}
.hero-inner{max-width:42rem;}
.hero-eyebrow{display:inline-block;padding:0.25rem 0.75rem;background:var(--zinc-800);color:var(--zinc-400);font-size:0.65rem;text-transform:uppercase;letter-spacing:0.3em;margin-bottom:1.5rem;border:1px solid var(--zinc-700);}
.hero h1{font-size:clamp(2.5rem,9vw,6rem);font-weight:800;color:#fff;line-height:0.95;letter-spacing:-0.03em;text-transform:uppercase;font-style:italic;transform:skewX(-10deg);margin-bottom:2rem;}
.hero p{font-size:1.25rem;color:var(--zinc-400);margin-bottom:2.5rem;line-height:1.7;font-weight:300;max-width:36rem;}
.hero-ctas{display:flex;flex-direction:column;gap:1rem;}
@media(min-width:480px){.hero-ctas{flex-direction:row;}}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:1rem 2rem;
  font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.15em;transition:all .2s;
  border:1px solid transparent;
}
.btn-primary{background:#fff;color:var(--zinc-900);}
.btn-primary:hover{background:var(--zinc-200);}
.btn-secondary{background:transparent;color:var(--zinc-300);border-color:var(--zinc-700);}
.btn-secondary:hover{background:var(--zinc-800);}

/* About */
.about{padding:6rem 0;background:#fff;}
.about-grid{display:grid;grid-template-columns:1fr;gap:5rem;align-items:center;}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;}}
.about-meta{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;}
.about-meta .line{height:1px;width:3rem;background:var(--zinc-900);}
.about-meta span{font-family:'JetBrains Mono',monospace;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--zinc-500);}
.about h2{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;letter-spacing:-0.03em;text-transform:uppercase;line-height:0.95;margin-bottom:2rem;}
.about-text{display:flex;flex-direction:column;gap:1.5rem;color:var(--zinc-600);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;}
.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding-top:1.5rem;border-top:1px solid var(--zinc-100);}
.about-stats strong{display:block;font-size:1.875rem;font-weight:800;letter-spacing:-0.03em;}
.about-stats span{font-family:'JetBrains Mono',monospace;font-size:0.65rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--zinc-500);}
.about-img-wrap{position:relative;}
.about-img{aspect-ratio:4/3;background:var(--zinc-100);position:relative;z-index:10;overflow:hidden;}
.about-img img{width:100%;height:100%;object-fit:cover;}
.about-accent{position:absolute;bottom:-2.5rem;right:-2.5rem;width:16rem;height:16rem;border:10px solid rgba(9,9,11,0.05);z-index:0;}
.about-badge{
  position:absolute;top:-1.5rem;left:-1.5rem;width:6rem;height:6rem;background:var(--zinc-900);z-index:20;
  display:flex;align-items:center;justify-content:center;padding:1rem;
}
.about-badge span{color:#fff;font-family:'JetBrains Mono',monospace;font-size:0.6rem;text-transform:uppercase;text-align:center;line-height:1.2;letter-spacing:-0.02em;}

/* Features */
.features{padding:6rem 0;background:var(--zinc-50);border-top:1px solid var(--zinc-100);border-bottom:1px solid var(--zinc-100);}
.features-head{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:4rem;}
@media(min-width:768px){.features-head{flex-direction:row;align-items:flex-end;}}
.features-head .eyebrow{font-family:'JetBrains Mono',monospace;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--zinc-500);margin-bottom:1rem;display:block;}
.features-head h2{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;letter-spacing:-0.03em;text-transform:uppercase;line-height:0.95;max-width:36rem;}
.features-head .bar{height:0.5rem;width:6rem;background:var(--zinc-900);flex-shrink:0;}
.features-grid{display:grid;grid-template-columns:1fr;gap:1rem;}
@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr);}}
.feature-card{
  background:#fff;padding:2rem;border:1px solid var(--zinc-100);display:flex;flex-direction:column;
  justify-content:space-between;aspect-ratio:1/1;transition:border-color .2s;
}
.feature-card:hover{border-color:var(--zinc-900);}
.feature-card .icon{width:2rem;height:2rem;color:var(--zinc-400);transition:color .2s;}
.feature-card:hover .icon{color:var(--zinc-900);}
.feature-card h3{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:-0.01em;margin-bottom:0.75rem;margin-top:1.5rem;}
.feature-card p{font-size:0.9rem;color:var(--zinc-500);line-height:1.7;}

/* Blog */
.blog{padding:6rem 0;background:#fff;}
.blog-head{margin-bottom:5rem;}
.blog-head .eyebrow{font-family:'JetBrains Mono',monospace;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--zinc-500);margin-bottom:1rem;display:block;}
.blog-head h2{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;letter-spacing:-0.03em;text-transform:uppercase;line-height:0.95;}
.blog-grid{display:grid;grid-template-columns:1fr;gap:3rem;}
@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr);}}
.blog-img{aspect-ratio:16/9;overflow:hidden;background:var(--zinc-100);filter:grayscale(1);transition:filter .7s;margin-bottom:1.5rem;}
.blog-card:hover .blog-img{filter:grayscale(0);}
.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s;}
.blog-card:hover .blog-img img{transform:scale(1.1);}
.blog-date{font-family:'JetBrains Mono',monospace;font-size:0.65rem;color:var(--zinc-400);text-transform:uppercase;letter-spacing:0.15em;display:block;margin-bottom:1rem;}
.blog-card h3{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem;}
.blog-card:hover h3{text-decoration:underline;text-underline-offset:4px;}
.blog-card p{color:var(--zinc-500);font-size:0.9rem;line-height:1.7;font-style:italic;margin-bottom:1rem;}
.blog-link{display:flex;align-items:center;gap:0.5rem;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.15em;color:var(--zinc-900);padding-top:0.5rem;border-bottom:1px solid transparent;width:fit-content;}
.blog-card:hover .blog-link{border-color:var(--zinc-900);}

/* Footer */
footer{background:var(--zinc-950);color:var(--zinc-400);padding:6rem 0 3rem;border-top:1px solid var(--zinc-800);}
.footer-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:6rem;}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr);}}
.footer-brand-col{display:flex;flex-direction:column;justify-content:space-between;}
@media(min-width:1024px){.footer-brand-col{grid-column:span 2;}}
.footer-brand{display:flex;align-items:center;gap:0.5rem;margin-bottom:1.5rem;}
.footer-brand-icon{width:2rem;height:2rem;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:2px;}
.footer-brand-icon .square{width:1rem;height:1rem;background:var(--zinc-900);transform:rotate(45deg);}
.footer-brand-text{display:flex;flex-direction:column;}
.footer-brand-text strong{color:#fff;font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:-0.02em;line-height:1.1;}
.footer-brand-text span{font-family:'JetBrains Mono',monospace;font-size:0.55rem;text-transform:uppercase;color:var(--zinc-500);letter-spacing:0.2em;margin-top:-2px;}
.footer-desc{max-width:24rem;margin-bottom:2rem;line-height:1.7;letter-spacing:-0.01em;}
.footer-socials{display:flex;gap:1rem;}
.footer-socials a{width:2.5rem;height:2.5rem;border:1px solid var(--zinc-800);display:flex;align-items:center;justify-content:center;transition:all .2s;}
.footer-socials a:hover{background:var(--zinc-800);color:#fff;}
.footer-col h4{color:#fff;font-family:'JetBrains Mono',monospace;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;border-bottom:1px solid var(--zinc-800);padding-bottom:1rem;margin-bottom:2rem;}
.footer-contact{display:flex;flex-direction:column;gap:1rem;font-size:0.9rem;}
.footer-contact .item{display:flex;align-items:flex-start;gap:1rem;}
.footer-contact .icon{color:var(--zinc-500);flex-shrink:0;margin-top:0.15rem;width:1rem;height:1rem;}
.footer-links{display:flex;flex-direction:column;gap:1rem;font-size:0.9rem;}
.footer-links a:hover{color:#fff;}
.footer-bottom{
  display:flex;flex-direction:column;gap:2rem;padding-top:3rem;border-top:1px solid var(--zinc-900);
  font-family:'JetBrains Mono',monospace;font-size:0.65rem;text-transform:uppercase;letter-spacing:0.2em;
  align-items:center;text-align:center;
}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;}}
.footer-cities{display:flex;gap:2rem;}
.footer-cities a:hover{color:#fff;}
