/*
Theme Name: Securenetcom
Theme URI: https://securenetcom.com
Author: Securenetcom
Description: Professional cybersecurity website for Securenetcom — enterprise & embedded security, compliance, VAPT, and managed services.
Version: 1.1.0
License: GPL-2.0-or-later
Text Domain: securenetcom
*/

:root{
  --bg:#ffffff;
  --surface:#f5f7fa;
  --border:#e2e8f0;
  --text:#0f172a;
  --muted:#64748b;
  --brand:#0f1b3d;
  --brand-foreground:#ffffff;
  --accent:#3b6fa0;
  --accent-foreground:#ffffff;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-weight:600;letter-spacing:-0.02em;line-height:1.2;color:var(--text)}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}
h3{font-size:1.125rem}
p{color:var(--text)}

.container{max-width:1152px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{position:sticky;top:0;z-index:40;background:#ffffff;border-bottom:1px solid var(--border)}

.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}
.logo{display:flex;align-items:center;gap:8px}
.logo img.shield{height:48px;width:auto}
.logo img.wordmark{height:28px;width:auto}
.main-nav{display:none;gap:32px;align-items:center}
.main-nav a{font-size:14px;color:var(--muted);transition:color .15s}
.main-nav a:hover,.main-nav .current-menu-item a,.main-nav .current_page_item a{color:var(--text);font-weight:500}
.header-cta{display:none}
@media(min-width:768px){.main-nav,.header-cta{display:flex}}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:6px;font-size:14px;font-weight:500;background:var(--brand);color:var(--brand-foreground);border:1px solid var(--brand);cursor:pointer;transition:opacity .15s;line-height:1}
.btn:hover{opacity:.9}
.btn-lg{padding:14px 24px;font-size:15px}
.btn-accent{background:var(--accent);border-color:var(--accent);color:var(--accent-foreground)}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.25)}
.btn-outline:hover{background:rgba(255,255,255,.1)}

/* Hero */
.hero{position:relative;overflow:hidden;background:var(--brand);color:var(--brand-foreground)}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--brand),rgba(15,27,61,.9) 50%,rgba(15,27,61,.4))}
.hero-inner{position:relative;padding:96px 0;max-width:640px}
.hero h1{color:#fff}
.hero p{color:rgba(255,255,255,.75);font-size:1.125rem;margin-top:24px;max-width:560px}
.hero .ctas{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}

/* Standards */
.standards{background:rgba(245,247,250,.6);border-bottom:1px solid var(--border)}
.standards-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 40px;padding:24px;font-size:14px;color:var(--muted)}
.standards-inner .lead{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text)}
.standards-inner span.s{font-weight:500}

/* Sections */
.section{padding:80px 0}
.eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:12px}

/* Service grid */
.service-grid{margin-top:48px;display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:8px;overflow:hidden}
@media(min-width:640px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.service-grid{grid-template-columns:repeat(3,1fr)}}
.service-card{background:var(--bg);padding:32px}
.service-card .icon{width:40px;height:40px;border-radius:6px;background:var(--surface);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:18px}
.service-card h3{margin-bottom:8px}
.service-card p{font-size:14px;color:var(--muted)}
.service-card ul{margin-top:16px;list-style:none;font-size:14px}
.service-card ul li{position:relative;padding-left:14px;color:var(--muted);margin-bottom:8px}
.service-card ul li::before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:50%;background:var(--accent)}

/* Why us */
.why{background:rgba(245,247,250,.5);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.why-grid{display:grid;gap:48px;align-items:center}
@media(min-width:768px){.why-grid{grid-template-columns:1fr 1fr}}
.why ul{list-style:none;margin-top:24px}
.why ul li{padding-left:28px;position:relative;margin-bottom:12px;font-size:14px}
.why ul li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent);font-weight:700}
.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.stat{border:1px solid var(--border);border-radius:8px;padding:24px;background:var(--bg)}
.stat .k{font-size:1.875rem;font-weight:600;color:var(--brand)}
.stat .v{font-size:14px;color:var(--muted);margin-top:4px}

/* CTA block */
.cta-block{border-radius:16px;background:var(--brand);color:var(--brand-foreground);padding:56px 32px;text-align:center}
.cta-block h2{color:#fff}
.cta-block p{color:rgba(255,255,255,.75);margin:12px auto 0;max-width:560px}
.cta-block .btn-wrap{margin-top:32px}

/* Page header */
.page-header{padding:80px 0 40px;border-bottom:1px solid var(--border);background:var(--surface)}

/* Contact */
.contact-grid{display:grid;gap:48px}
@media(min-width:1024px){.contact-grid{grid-template-columns:2fr 3fr}}
.contact-info h3{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin:24px 0 12px}
.contact-info h3:first-child{margin-top:0}
.contact-info ul{list-style:none;font-size:14px}
.contact-info ul li{margin-bottom:12px;color:var(--muted)}
.contact-form{border:1px solid var(--border);border-radius:8px;padding:32px;background:var(--bg)}
.contact-form label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}
.contact-form input,.contact-form textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font:inherit;background:var(--bg);color:var(--text)}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(59,111,160,.15)}
.contact-form .row{display:grid;gap:20px;margin-bottom:20px}
@media(min-width:640px){.contact-form .row{grid-template-columns:1fr 1fr}}
.notice{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}
.notice-success{background:#dcfce7;color:#166534;border:1px solid #86efac}
.notice-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}

/* Prose */
.prose{max-width:768px;margin:0 auto;font-size:16px}
.prose p{margin-bottom:24px;color:var(--text)}
.prose p:last-child{margin-bottom:0}

/* Office cards */
.offices{display:grid;gap:16px;margin-top:48px}
@media(min-width:768px){.offices{grid-template-columns:1fr 1fr}}
.office{border:1px solid var(--border);border-radius:8px;padding:24px}
.office .label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:8px}
.office p{font-size:14px;color:var(--muted)}

/* Highlights/industries */
.two-col{display:grid;gap:48px}
@media(min-width:768px){.two-col{grid-template-columns:1fr 1fr}}
.highlights{list-style:none;margin-top:24px}
.highlights li{padding-left:28px;position:relative;margin-bottom:16px}
.highlights li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent);font-weight:700}
.industries{list-style:none;margin-top:24px;display:grid;gap:8px}
@media(min-width:640px){.industries{grid-template-columns:1fr 1fr}}
.industries li{border:1px solid var(--border);border-radius:6px;padding:8px 12px;font-size:14px;background:var(--surface)}

/* FAQ */
.faq{margin-top:24px;border-top:1px solid var(--border)}
.faq details{border-bottom:1px solid var(--border)}
.faq summary{padding:16px 0;cursor:pointer;font-weight:500;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::after{content:"+";font-size:20px;color:var(--muted)}
.faq details[open] summary::after{content:"−"}
.faq details p{padding:0 0 20px;color:var(--muted);font-size:14px}

/* Footer */
.site-footer{margin-top:96px;border-top:1px solid var(--border);background:rgba(245,247,250,.5)}
.footer-inner{padding:48px 0;display:grid;gap:40px}
@media(min-width:768px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}
.footer-brand{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:12px}
.footer-brand img{height:32px;width:auto}
.site-footer p,.site-footer li,.site-footer a{font-size:14px;color:var(--muted)}
.site-footer h4{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px}
.site-footer ul{list-style:none}
.site-footer ul li{margin-bottom:8px}
.site-footer a:hover{color:var(--text)}
.copy{border-top:1px solid var(--border);padding:24px 0;font-size:12px;color:var(--muted)}
