/* CoreOps Site Template — Modern Silver/Gray */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --accent: #059669;
  --accent-dark: #047857;
  --accent-light: #ecfdf5;
  --green: #0d9e6c;
  --green-light: #ecfdf5;
  --text: #171717;
  --text-muted: #6b7280;
  --bg: #f5f5f7;
  --white: #fff;
  --border: #e5e5e7;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.04);
  --shadow: 0 4px 12px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.03);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.06), 0 4px 8px rgba(0,0,0,0.03);
}

body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
nav .logo { font-size: 1.25rem; font-weight: 700; color: var(--text); text-decoration: none; letter-spacing: -0.02em; }
nav .logo span { color: var(--accent); }
nav a.cta-sm { background: var(--accent); color: var(--white); padding: 10px 20px; border-radius: var(--radius-sm); text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: background 0.2s, transform 0.15s; }
nav a.cta-sm:hover { background: var(--accent-dark); transform: translateY(-1px); }

header { padding: 90px 0 80px; text-align: center; background: var(--white); border-bottom: 1px solid var(--border); }
header .badge { display: inline-flex; align-items: center; gap: 6px; background: var(--green-light); color: var(--green); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; border: 1px solid #a7f3d0; }
header h1 { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 16px; }
header p { font-size: 1.2rem; color: var(--text-muted); max-width: 600px; margin: 0 auto 36px; line-height: 1.7; }
header .cta { display: inline-block; background: var(--accent); color: var(--white); padding: 16px 36px; border-radius: var(--radius-sm); text-decoration: none; font-size: 1.05rem; font-weight: 600; box-shadow: 0 4px 14px rgba(0,0,0,0.15); transition: all 0.2s; }
header .cta:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

.trust { padding: 70px 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.trust h2 { text-align: center; font-size: 0.8rem; font-weight: 700; margin-bottom: 40px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.trust-grid { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.trust-item { text-align: center; max-width: 240px; }
.trust-item .icon { width: 48px; height: 48px; line-height: 48px; border-radius: 14px; font-size: 1.3rem; margin: 0 auto 14px; background: var(--white); box-shadow: var(--shadow-sm); }
.trust-item h3 { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.trust-item p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; }

.services { padding: 90px 0; background: var(--white); }
.services h2 { text-align: center; font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.services .sub { text-align: center; color: var(--text-muted); margin-bottom: 48px; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s, transform 0.2s; }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.service-card.featured { border: 2px solid var(--accent); box-shadow: 0 0 0 4px rgba(0,0,0,0.03); }
.service-card .badge { display: inline-block; background: var(--accent-light); color: var(--accent); font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 6px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.service-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.price { font-size: 1.6rem; font-weight: 800; margin-bottom: 2px; }
.price.free { color: var(--green); }
.duration { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 12px; }
.service-card p:last-child { color: var(--text-muted); font-size: 0.92rem; line-height: 1.55; }

.how-it-works { background: var(--bg); padding: 90px 0; border-top: 1px solid var(--border); }
.how-it-works h2 { text-align: center; font-size: 2rem; font-weight: 700; margin-bottom: 48px; }
.steps { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; }
.step { text-align: center; max-width: 260px; }
.step-number { width: 56px; height: 56px; line-height: 56px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: var(--white); border-radius: 16px; font-size: 1.3rem; font-weight: 700; margin: 0 auto 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.step h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.55; }

.about { padding: 90px 0; text-align: center; background: var(--white); }
.about h2 { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.about p { max-width: 640px; margin: 0 auto; color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; }

.cta-bottom { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: var(--white); padding: 90px 0; text-align: center; }
.cta-bottom h2 { font-size: 2rem; font-weight: 700; margin-bottom: 28px; }
.cta-bottom .cta { display: inline-block; background: var(--white); color: var(--accent); padding: 16px 36px; border-radius: var(--radius-sm); text-decoration: none; font-size: 1.05rem; font-weight: 600; transition: all 0.2s; }
.cta-bottom .cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

footer { background: #111; color: #9ca3af; padding: 40px 0 32px; text-align: center; font-size: 0.9rem; }
footer a { color: var(--white); text-decoration: none; }

@media (max-width: 640px) { header h1 { font-size: 2rem; } .trust-grid, .steps { flex-direction: column; align-items: center; gap: 32px; } .service-grid { grid-template-columns: 1fr; } }
