<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ShieldSec — Modern Cybersecurity Solutions</title>
<meta name="description" content="ShieldSec protects businesses with penetration testing, SOC monitoring, and compliance-ready security programs." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
</head>
<body>
<!-- Header -->
<header class="site-header">
<div class="container header-inner">
<a class="logo" href="#" aria-label="ShieldSec home">
<!-- Simple shield logo -->
<svg width="28" height="28" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 2l7 3v6c0 5-3.5 9-7 11-3.5-2-7-6-7-11V5l7-3z" fill="currentColor"/></svg>
<span>ShieldSec</span>
</a>
<nav class="nav" aria-label="primary">
<button class="nav-toggle" aria-expanded="false" aria-controls="nav-menu">
<span class="sr-only">Toggle navigation</span>
<!-- Hamburger -->
<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true"><path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/></svg>
</button>
<ul id="nav-menu" class="nav-menu">
<li><a href="#services">Services</a></li>
<li><a href="#why-us">Why Us</a></li>
<li><a href="#cases">Case Studies</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a class="btn btn-sm" href="#contact">Get a Quote</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero -->
<section class="hero">
<div class="container hero-inner">
<div class="hero-copy">
<h1>Modern cybersecurity for growing businesses</h1>
<p>From penetration testing to 24/7 SOC monitoring, ShieldSec helps you prevent breaches, meet compliance, and sleep better.</p>
<div class="hero-actions">
<a class="btn" href="#contact">Request Assessment</a>
<a class="btn btn-ghost" href="#services">Explore Services</a>
</div>
<div class="trust">
<span class="trust-badge">
<svg width="18" height="18" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 6L9 17l-5-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
ISO 27001-aligned
</span>
<span class="trust-badge">
<svg width="18" height="18" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 6L9 17l-5-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
GDPR-ready
</span>
<span class="trust-badge">
<svg width="18" height="18" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 6L9 17l-5-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
24/7 Support
</span>
</div>
</div>
<div class="hero-art" role="img" aria-label="Abstract shield visualization">
<div class="glow"></div>
<div class="shield"></div>
<div class="grid"></div>
</div>
</div>
</section>
<!-- Services -->
<section id="services" class="section">
<div class="container">
<h2 class="section-title">Services</h2>
<div class="cards">
<article class="card">
<div class="card-icon" aria-hidden="true">🛡️</div>
<h3>Penetration Testing</h3>
<p>Find critical vulnerabilities in web, mobile, and network environments with actionable remediation guidance.</p>
<ul class="list">
<li>OWASP-aligned methodology</li>
<li>Exploit proof-of-concepts</li>
<li>Executive & technical reports</li>
</ul>
</article>
<article class="card">
<div class="card-icon" aria-hidden="true">🛰️</div>
<h3>Managed Detection & Response</h3>
<p>24/7 SOC monitoring with rapid triage, threat hunting, and automated containment playbooks.</p>
<ul class="list">
<li>SIEM + EDR integration</li>
<li>Threat intelligence feeds</li>
<li>Incident postmortems</li>
</ul>
</article>
<article class="card">
<div class="card-icon" aria-hidden="true">📜</div>
<h3>Compliance & Training</h3>
<p>Streamline compliance and build a strong security culture with tailored workshops and policy kits.</p>
<ul class="list">
<li>ISO 27001, SOC 2, GDPR</li>
<li>Security awareness programs</li>
<li>Vendor risk management</li>
</ul>
</article>
</div>
</div>
</section>
<!-- Why Us -->
<section id="why-us" class="section muted">
<div class="container">
<h2 class="section-title">Why companies choose ShieldSec</h2>
<div class="features">
<div class="feature">
<h3>Outcome-focused</h3>
<p>We prioritize fixes that reduce real-world risk, not vanity scores.</p>
</div>
<div class="feature">
<h3>Transparent pricing</h3>
<p>Clear scopes and flat-rate packages. No surprises.</p>
</div>
<div class="feature">
<h3>Expert team</h3>
<p>Certified analysts and engineers with enterprise experience.</p>
</div>
</div>
</div>
</section>
<!-- Case Studies -->
<section id="cases" class="section">
<div class="container">
<h2 class="section-title">Recent case studies</h2>
<div class="timeline">
<div class="timeline-item">
<span class="dot" aria-hidden="true"></span>
<div>
<h3>FinTech SOC uplift</h3>
<p>Reduced mean time to contain by 63% with new EDR playbooks and tuning.</p>
</div>
</div>
<div class="timeline-item">
<span class="dot" aria-hidden="true"></span>
<div>
<h3>E-commerce pen test</h3>
<p>Found critical auth bypass; coordinated fix before peak season.</p>
</div>
</div>
<div class="timeline-item">
<span class="dot" aria-hidden="true"></span>
<div>
<h3>SMB compliance fast-track</h3>
<p>Achieved SOC 2 Type I in 10 weeks with policy kits and training.</p>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section id="faq" class="section muted">
<div class="container">
<h2 class="section-title">FAQ</h2>
<div class="accordion" data-accordion>
<button class="accordion-header" aria-expanded="false">
How quickly can you start?
<span class="chev" aria-hidden="true">▾</span>
</button>
<div class="accordion-panel">
<p>Most projects start within 1–2 weeks. Emergency response is available 24/7.</p>
</div>
<button class="accordion-header" aria-expanded="false">
Do you provide remediation help?
<span class="chev" aria-hidden="true">▾</span>
</button>
<div class="accordion-panel">
<p>Yes — we include prioritized fixes, code samples when relevant, and follow-up validation.</p>
</div>
<button class="accordion-header" aria-expanded="false">
Can you work with our existing tools?
<span class="chev" aria-hidden="true">▾</span>
</button>
<div class="accordion-panel">
<p>We integrate with major SIEM, EDR, ticketing, and cloud platforms.</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="section">
<div class="container">
<h2 class="section-title">Get a free security assessment</h2>
<form class="contact-form" data-form>
<div class="grid-2">
<label>
<span>Name</span>
<input type="text" name="name" placeholder="Jane Doe" required />
</label>
<label>
<span>Company</span>
<input type="text" name="company" placeholder="Acme Inc." required />
</label>
</div>
<label>
<span>Email</span>
<input type="email" name="email" placeholder="you@company.com" required />
</label>
<label>
<span>What do you need help with?</span>
<textarea name="message" rows="5" placeholder="Briefly describe your needs…" required></textarea>
</label>
<div class="form-footer">
<button class="btn" type="submit">Request assessment</button>
<p class="form-note" role="status" aria-live="polite"></p>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="container footer-inner">
<div class="footer-brand">
<span class="logo small" aria-hidden="true">
<svg width="22" height="22" viewBox="0 0 24 24"><path d="M12 2l7 3v6c0 5-3.5 9-7 11-3.5-2-7-6-7-11V5l7-3z" fill="currentColor"/></svg>
</span>
<strong>ShieldSec</strong>
<span class="muted-text">© <span id="year"></span> All rights reserved.</span>
</div>
<ul class="footer-links">
<li><a href="#services">Services</a></li>
<li><a href="#why-us">Why us</a></li>
<li><a href="#cases">Case studies</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</footer>
<script src="script.js" defer></script>
</body>
</html>