:root{--bg-dark: black;--hero-bg: radial-gradient(circle at center, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 1) 85%);--navbar-bg: rgba(0,0,0, 0.55);--bg-card: var(--hero-bg);--accent: #00d2ff;--text-main: #f8fafc;--text-muted: #94a3b8}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', system-ui, sans-serif;scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);line-height:1.6}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.hidden-honeypot{display:none !important;visibility:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0.9rem 8%;background:var(--navbar-bg);backdrop-filter:blur(12px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,0.05);gap:1.5rem}.logo{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0;line-height:0}.logo img{display:block;height:clamp(42px, 4.5vw, 56px) !important;width:auto !important;max-width:100%;object-fit:contain;align-self:center}.navbar nav{margin-left:auto}.nav-links{display:flex;list-style:none;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:500;transition:color 0.3s ease, opacity 0.3s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--text-main)}.menu-toggle{display:none}.nav-socials{display:flex;align-items:center;gap:0.9rem;flex-shrink:0}.nav-socials a{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;font-size:1.05rem;transition:color 0.3s ease, transform 0.3s ease, opacity 0.3s ease}.nav-socials a:hover,.nav-socials a:focus-visible{color:var(--accent);transform:translateY(-1px)}.hero{height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;background:var(--hero-bg)}.hero h1{font-size:2.8rem;margin-bottom:1.5rem;font-weight:800}.hero h1 span{color:var(--accent)}.hero p{max-width:600px;color:var(--text-muted);font-size:clamp(0.95rem, 2vw, 1.1rem);margin:0 auto 2.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}section{padding:6rem 8%}h2{font-size:2.5rem;text-align:center;margin-bottom:0.5rem}.subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem}.blog{background:var(--bg-dark)}.btn-primary,.btn-secondary{padding:0.8rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:0.3s ease}.btn-primary{background:var(--accent);color:var(--bg-dark)}.btn-primary:hover,.btn-primary:focus-visible{opacity:0.9}.btn-secondary{border:1px solid rgba(255,255,255,0.2);color:var(--text-main)}.btn-secondary:hover,.btn-secondary:focus-visible{background:rgba(255,255,255,0.05)}.btn-nav{background:transparent;border:2px solid var(--accent);padding:0.5rem 1.2rem;border-radius:4px;color:var(--accent) !important;transition:background 0.3s ease, color 0.3s ease, border-color 0.3s ease}.btn-nav:hover,.btn-nav:focus-visible{background:var(--accent);color:var(--bg-dark) !important}.btn-submit{background:var(--accent);color:var(--bg-dark);border:none;padding:1rem;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;transition:opacity 0.3s ease}.btn-submit:hover,.btn-submit:focus-visible{opacity:0.9}.card,.service-card,.portfolio-item,.post-card,.highlight-card{background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),var(--bg-card);border:1px solid rgba(255,255,255,0.08);border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,0.12);transition:transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.card:hover,.service-card:hover,.portfolio-item:hover,.post-card:hover,.highlight-card:hover{transform:translateY(-6px);border-color:rgba(0,210,255,0.22);box-shadow:0 16px 34px rgba(0,0,0,0.18);background:linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),var(--bg-card)}.about-section{padding:100px 20px;color:inherit;background:transparent}.about-container{max-width:1200px;margin:0 auto}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-eyebrow{display:inline-block;margin-bottom:14px;font-size:0.9rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:inherit;opacity:0.75}.about-title{margin:0 0 24px;font-size:var(--text-section-title);line-height:1.1;font-weight:800;color:inherit}.about-text{margin:0 auto 18px;max-width:none;font-size:1.05rem;line-height:1.8;color:inherit;opacity:0.88;text-align:left}.about-highlights{display:grid;grid-template-columns:1fr;gap:18px;max-width:900px;margin:0 auto}@media (max-width: 960px){.about-section{padding:72px 20px}}@media (max-width: 640px){.about-text{font-size:1rem;line-height:1.75}.highlight-card{padding:20px;border-radius:14px}}.grid-services{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem}.service-card{padding:3rem 2rem;text-align:left}.service-card .icon{font-size:2.5rem;margin-bottom:1.5rem;line-height:1;opacity:0.95}.service-card h3{margin-bottom:1rem;font-size:1.2rem;font-weight:700}.service-card p{color:var(--text-muted);line-height:1.7;margin:0;max-width:32ch;margin-inline:auto}.service-card p+p{margin-top:1rem}@media (max-width: 640px){.service-card{padding:2.25rem 1.5rem;border-radius:14px}.service-card .icon{font-size:2.2rem;margin-bottom:1.2rem}.service-card h3{font-size:1.1rem}}.grid-portfolio{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin-top:3rem}.portfolio-item{padding:4rem 2rem;text-align:center}.portfolio-item h4{margin-bottom:0.75rem;font-size:1.2rem;font-weight:700}.portfolio-item p{color:var(--text-muted);margin:0;line-height:1.7}.posts-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.post-card-link{display:block;height:100%;color:inherit;text-decoration:none}.post-card{padding:2rem;display:flex;flex-direction:column;height:100%;cursor:pointer;transition:transform 0.3s ease, box-shadow 0.3s ease}.post-card-link:hover .post-card,.post-card-link:focus-visible .post-card{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.12)}.post-card-link:focus-visible{outline:none}.post-card-link:focus-visible .post-card{outline:2px solid var(--accent);outline-offset:4px}.post-card-date{display:inline-block;color:var(--accent);font-size:0.8rem;margin-bottom:0.4rem}.post-card-title{margin:0.5rem 0 0.75rem;color:var(--text-main);transition:color 0.3s ease}.post-card-link:hover .post-card-title,.post-card-link:focus-visible .post-card-title{color:var(--accent)}.post-card-excerpt{color:var(--text-muted);font-size:0.95rem;line-height:1.7}.post-card-image{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-top:1rem;display:block}@media (max-width: 960px){.posts-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width: 640px){.posts-grid{grid-template-columns:1fr}}.post-page{padding:8rem 8%;max-width:800px;margin:0 auto}.post-container{width:100%}.post-back-link{display:inline-block;margin-bottom:2rem;color:var(--accent);text-decoration:none;font-weight:600;transition:opacity 0.3s ease}.post-back-link:hover,.post-back-link:focus-visible{opacity:0.85}.post-title{margin-top:2rem;font-size:3rem;line-height:1.2}.post-meta{color:var(--text-muted);margin-bottom:3rem}.post-featured-image{width:100%;max-height:500px;object-fit:cover;border-radius:16px;margin-bottom:2rem;display:block}.post-content>*+*{margin-top:1.25rem}.post-content h2,.post-content h3,.post-content h4{text-align:left;margin-top:2rem;margin-bottom:0.75rem}.post-content p,.post-content li{color:var(--text-main)}.post-content ul,.post-content ol{padding-left:1.5rem}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.post-content img{width:100%;height:auto;border-radius:10px;margin:1.5rem 0}.contact{background:var(--bg-dark)}.contact-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.95fr 1.05fr;gap:2rem;align-items:start}.contact-info-card,.contact-form-card{background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),var(--bg-card);border:1px solid rgba(255,255,255,0.08);border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,0.12);padding:2rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.contact-info-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.contact-details{display:grid;gap:1.5rem}.contact-item{display:flex;flex-direction:column;gap:0.35rem}.contact-label{font-size:0.8rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted)}.contact-link{color:var(--text-main);text-decoration:none;font-size:1.05rem;font-weight:600;transition:color 0.3s ease}.contact-link:hover,.contact-link:focus-visible{color:var(--accent)}.contact-text{color:var(--text-main);font-size:1.05rem;font-weight:500;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,0.1);border-radius:4px;color:white;font-size:1rem;box-sizing:border-box}.contact-form input[type="date"]{-webkit-appearance:none;appearance:none;min-height:56px;-webkit-min-logical-width:calc(100% - 16px)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}@media (max-width: 900px){.contact-layout{grid-template-columns:1fr}}footer{text-align:center;padding:2.5rem;color:var(--text-muted);font-size:0.9rem;border-top:1px solid rgba(255,255,255,0.05)}.audio-player-fixed{position:fixed;bottom:0;left:0;width:100%;background:#151c2c;backdrop-filter:blur(10px);color:#ffffff;padding:12px 8%;border-top:1px solid rgba(255,255,255,0.1);box-shadow:0 -4px 15px rgba(0,0,0,0.15);z-index:9999;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.audio-info{flex:1;margin-right:20px}.audio-fixed-title{font-size:0.9rem;font-weight:600;color:inherit;margin:0}.audio-fixed-subtitle{font-size:0.7rem;color:rgba(255,255,255,0.7);margin:0;text-transform:uppercase}.audio-player-fixed audio{width:100%;max-width:450px}@media (max-width: 1024px){.navbar{padding:1rem 5%;position:sticky}.logo img{height:32px;max-width:160px}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;z-index:1001;margin-left:auto}.menu-toggle .bar{width:100%;height:3px;background-color:var(--text-main);border-radius:2px;transition:all 0.3s ease-in-out}.navbar nav{margin-left:0}.nav-links{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:rgba(11,15,25,0.98);border-bottom:1px solid rgba(255,255,255,0.05);padding:2rem 5%;gap:1.5rem;box-shadow:0 10px 20px rgba(0,0,0,0.3);align-items:flex-end;text-align:right;opacity:0;transform:translateY(-20px);pointer-events:none;transition:all 0.3s ease-in-out}.menu-toggle[aria-expanded="true"]+nav .nav-links,.nav-links.active{opacity:1;transform:translateY(0);pointer-events:auto}.menu-toggle.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg);background-color:var(--accent)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg);background-color:var(--accent)}section{padding:4rem 5%}.hero h1{font-size:2rem}.hero p{font-size:1rem}}@media (min-width: 1025px){.menu-toggle{display:none}}@media (max-width: 600px){body{padding-bottom:140px}.audio-player-fixed{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:12px 16px}.audio-info{margin-right:0}.audio-player-fixed audio{max-width:100%}}
