/* =========================================================
   ATECH CYBERSÉCURITÉ — Feuille de style principale
   Thème clair, couleurs de la marque (orange + cyan/bleu).
   Pour changer les couleurs : voir la section :root.
   ========================================================= */

:root {
  /* ----- Couleurs de la marque ----- */
  --orange:       #ee7f00;
  --orange-light: #f7a823;
  --cyan:         #15bdce;
  --blue:         #1f9cd7;
  --brand:        linear-gradient(135deg, var(--blue), var(--cyan));
  --brand-orange: linear-gradient(135deg, var(--orange), var(--orange-light));

  --ink:    #14202e;   /* titres / texte fort   */
  --body:   #51607a;   /* texte courant         */
  --bg:     #ffffff;   /* fond principal        */
  --soft:   #f4f6fb;   /* sections claires      */
  --soft-2: #eef2f8;
  --border: #e4e9f2;
  --dark:   #0f1b2d;   /* footer / sections sombres */

  --radius: 16px;
  --shadow: 0 18px 40px rgba(20,32,46,.10);
  --shadow-sm: 0 6px 18px rgba(20,32,46,.07);
  --maxw: 1180px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .2s; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; }
section { padding: 88px 0; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.bg-soft { background: var(--soft); }
.text-grad { background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-orange { color: var(--orange); }

/* ----------------- Boutons ----------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 28px; border-radius: 10px; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1.5px solid transparent; transition: transform .15s, box-shadow .2s, background .2s, color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand-orange); color: #fff; box-shadow: 0 10px 24px rgba(238,127,0,.28); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(238,127,0,.4); }
.btn-secondary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(31,156,215,.25); }
.btn-outline { background: transparent; border-color: var(--border); color: var(--ink); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-light { background: #fff; color: var(--ink); }

/* ----------------- Header / Nav ----------------- */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo-mark { height: 42px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1.04; font-weight: 800; font-size: 1.18rem; color: var(--ink); letter-spacing: 2px; }
.logo-text small { font-size: .5rem; font-weight: 600; letter-spacing: 2.5px; color: var(--body); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--body); font-weight: 500; font-size: 15px; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -27px; height: 3px; background: var(--brand-orange); border-radius: 3px; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: none; color: var(--ink); cursor: pointer; }

/* ----------------- Hero ----------------- */
.hero { position: relative; padding: 80px 0; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(50% 60% at 85% 0%, rgba(21,189,206,.12), transparent 60%),
    radial-gradient(45% 55% at 5% 30%, rgba(238,127,0,.10), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 20px; color: var(--ink); }
.hero p.lead { font-size: 1.12rem; max-width: 560px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-illustration {
  aspect-ratio: 4/3.4; border-radius: var(--radius); background: var(--brand);
  display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.hero-illustration::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 50%); }
.hero-illustration svg { width: 44%; height: auto; opacity: .92; }

/* ----------------- Hero carrousel ----------------- */
.hero-slider { position: relative; min-height: clamp(520px, 72vh, 660px); display: grid; align-items: center; overflow: hidden; }
.hero-slider .slides { position: absolute; inset: 0; z-index: 0; }
.hero-slider .slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.1s ease; }
.hero-slider .slide.active { opacity: 1; animation: kenburns 7s ease forwards; }
.hero-slider .overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(8,15,28,.93) 0%, rgba(8,15,28,.78) 42%, rgba(8,15,28,.40) 100%); }
.hero-slider-content { position: relative; z-index: 2; padding: 92px 24px; }
.hero-slider .eyebrow { color: var(--cyan); }
.hero-slider h1 { color: #fff; max-width: 760px; }
.hero-slider p.lead { color: rgba(255,255,255,.86); }
.hero-slider .btn-outline { border-color: rgba(255,255,255,.45); color: #fff; }
.hero-slider .btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-dots { position: absolute; bottom: 24px; left: 0; right: 0; z-index: 3; display: flex; gap: 9px; justify-content: center; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: all .3s; }
.hero-dots button.active { background: var(--cyan); width: 28px; border-radius: 5px; }
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.13); } }

/* image dans les vignettes boutique */
.product .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------- Trust band ----------------- */
.trust { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.trust .item { text-align: center; padding: 26px 14px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.trust .num { font-size: 2.3rem; font-weight: 800; color: var(--ink); }
.trust .num span { background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust .lbl { font-size: 14px; margin-top: 2px; }

/* ----------------- Section header ----------------- */
.sec-head { max-width: 660px; margin: 0 auto 54px; text-align: center; }
.sec-head .tag { color: var(--orange); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.sec-head h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin: 12px 0 14px; }
.sec-head p { font-size: 1.05rem; }
.sec-head.left { text-align: left; margin-left: 0; }

/* ----------------- Cards / services ----------------- */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card .icon { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: var(--soft); color: var(--blue); margin-bottom: 20px; }
.card .icon svg { width: 26px; height: 26px; }
.card.alt .icon { color: var(--orange); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.card p { font-size: 15px; }
.feat-list { margin-top: 16px; }
.feat-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; margin-bottom: 9px; color: var(--body); }
.feat-list li svg { width: 18px; height: 18px; color: var(--cyan); flex-shrink: 0; margin-top: 3px; }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--orange); font-weight: 600; font-size: 14px; }
.card-link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card-link svg { transform: translateX(4px); }

/* ----------------- Split / why ----------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-li { display: flex; gap: 16px; margin-bottom: 24px; }
.why-li .ic { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; background: var(--brand-orange); color: #fff; }
.why-li .ic svg { width: 22px; height: 22px; }
.why-li h4 { font-size: 1.05rem; margin-bottom: 3px; }
.why-li p { font-size: 14.5px; }
.media-box { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--brand); aspect-ratio: 1/1; display: grid; place-items: center; color: #fff; }
.media-box img { width: 100%; height: 100%; object-fit: cover; }
.media-box svg { width: 40%; }

/* ----------------- Timeline ----------------- */
.timeline { max-width: 760px; margin: 0 auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 70px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.tl-item { display: grid; grid-template-columns: 70px 1fr; gap: 26px; margin-bottom: 30px; position: relative; }
.tl-year { font-weight: 800; color: var(--orange); font-size: 1.05rem; text-align: right; padding-top: 14px; }
.tl-body { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 22px; box-shadow: var(--shadow-sm); position: relative; }
.tl-body::before { content: ""; position: absolute; left: -33px; top: 22px; width: 14px; height: 14px; border-radius: 50%; background: var(--brand-orange); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--border); }
.tl-body h3 { font-size: 1.1rem; margin-bottom: 5px; }
.tl-body p { font-size: 14.5px; }

/* ----------------- Process ----------------- */
.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.step { text-align: center; }
.step .n { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 800; font-size: 1.3rem; box-shadow: 0 10px 24px rgba(31,156,215,.3); }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { font-size: 14px; }

/* ----------------- Team ----------------- */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.member { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; text-align: center; transition: transform .2s, box-shadow .2s; }
.member:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.member .photo { height: 240px; background: var(--soft-2); display: grid; place-items: center; color: var(--blue); position: relative; overflow: hidden; }
.member .photo img { width: 100%; height: 100%; object-fit: cover; }
.member .photo .avatar { width: 90px; height: 90px; border-radius: 50%; background: var(--brand); display: grid; place-items: center; color: #fff; font-size: 2rem; font-weight: 800; }
.member .body { padding: 22px; }
.member h3 { font-size: 1.15rem; margin-bottom: 2px; }
.member .role { color: var(--orange); font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.member p { font-size: 14px; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; }
.badge { font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 100px; background: var(--soft); color: var(--blue); border: 1px solid var(--border); }

/* ----------------- Boutique ----------------- */
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.product:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product .thumb { height: 180px; background: var(--soft); display: grid; place-items: center; color: var(--blue); }
.product .thumb svg { width: 64px; height: 64px; }
.product .body { padding: 22px; }
.product .cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--orange); }
.product h3 { font-size: 1.1rem; margin: 8px 0; }
.product p { font-size: 14px; min-height: 40px; }
.product .row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.product .price { font-size: 1.15rem; font-weight: 800; color: var(--ink); }

/* ----------------- Blog ----------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.post { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post .cover { height: 190px; background: var(--brand); position: relative; display: grid; place-items: center; color: #fff; }
.post .cover img { width: 100%; height: 100%; object-fit: cover; }
.post .cat { position: absolute; top: 14px; left: 14px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 100px; }
.post .body { padding: 24px; }
.post .meta { display: flex; gap: 16px; font-size: 13px; color: var(--body); margin-bottom: 10px; }
.post .meta span { display: inline-flex; align-items: center; gap: 5px; }
.post .meta svg { width: 14px; height: 14px; }
.post h3 { font-size: 1.15rem; margin-bottom: 8px; }
.post p { font-size: 14.5px; }

/* ----------------- CTA band ----------------- */
.cta-band { background: var(--dark); border-radius: 22px; padding: 60px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(50% 120% at 80% 0%, rgba(21,189,206,.25), transparent 60%), radial-gradient(40% 100% at 10% 100%, rgba(238,127,0,.22), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: 2rem; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.8); margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ----------------- Forms / contact ----------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.info-card { display: flex; gap: 16px; margin-bottom: 22px; }
.info-card .ic { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; background: var(--soft); color: var(--blue); }
.info-card .ic svg { width: 22px; height: 22px; }
.info-card h4 { font-size: 15px; margin-bottom: 2px; }
.info-card p { font-size: 14.5px; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border-radius: 10px; font-size: 15px; font-family: inherit;
  background: var(--soft); border: 1.5px solid var(--border); color: var(--ink); transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 13px; margin-top: 14px; text-align: center; }
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 22px; font-size: 14px; }
.alert-ok { background: #e6f8f0; border: 1px solid #9be0c4; color: #0f7a52; }
.alert-err { background: #fdecec; border: 1px solid #f3b6b6; color: #b3261e; }

/* ----------------- Page hero (intérieures) ----------------- */
.page-hero { padding: 64px 0 36px; text-align: center; position: relative; }
.page-hero::before { content:""; position:absolute; inset:0; z-index:-1; background: radial-gradient(50% 90% at 50% 0%, rgba(31,156,215,.10), transparent 70%); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 14px; }
.page-hero p { max-width: 620px; margin: 0 auto; font-size: 1.1rem; }
.crumb { font-size: 14px; margin-bottom: 16px; }
.crumb a:hover { color: var(--orange); }

/* ----------------- Newsletter ----------------- */
.newsletter form { display: flex; gap: 12px; max-width: 480px; margin: 22px auto 0; }
.newsletter input { flex: 1; padding: 13px 16px; border-radius: 10px; border: 1.5px solid var(--border); background: #fff; font-size: 15px; font-family: inherit; }
.newsletter input:focus { outline: none; border-color: var(--blue); }

/* ----------------- Footer ----------------- */
.footer { background: var(--dark); color: rgba(255,255,255,.72); padding: 64px 0 28px; }
.footer h5 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 44px; }
.footer .logo-foot { font-size: 1.4rem; font-weight: 800; color: #fff; letter-spacing: 1px; }
.footer .logo-foot b { color: var(--orange); }
.footer .about p { font-size: 14.5px; margin: 16px 0; max-width: 330px; }
.footer ul li { margin-bottom: 11px; }
.footer ul li a { font-size: 14.5px; display: inline-flex; align-items: center; gap: 7px; }
.footer ul li a:hover { color: var(--cyan); }
.footer .contact-li { font-size: 14.5px; margin-bottom: 12px; display: flex; gap: 10px; }
.footer .contact-li svg { width: 18px; height: 18px; color: var(--cyan); flex-shrink: 0; }
.socials { display: flex; gap: 10px; margin-top: 6px; }
.socials a { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; }
.socials a:hover { background: var(--brand-orange); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 14px; }

/* ----------------- Responsive ----------------- */
/* --- Bascule du menu en burger (tablette + mobile) --- */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 76px; left: 0; right: 0; background: #fff; padding: 20px 24px; gap: 18px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); z-index: 99; }
  .nav-links.open a.active::after { display: none; }
  .nav-right .btn-outline { display: none; }
  .burger { display: block; }
}
@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .team-grid, .shop-grid, .blog-grid, .process { grid-template-columns: repeat(2,1fr); }
  .trust { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { order: -1; }
}
@media (max-width: 640px) {
  section { padding: 56px 0; }
  .grid-2, .grid-3, .grid-4, .team-grid, .shop-grid, .blog-grid, .process, .row-2 { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 22px; }
  .timeline::before { left: 8px; }
  .tl-item { grid-template-columns: 1fr; gap: 6px; padding-left: 30px; }
  .tl-year { text-align: left; padding-top: 0; }
  .tl-body::before { left: -26px; }
  .newsletter form { flex-direction: column; }
}

/* ----------------- Partenaires ----------------- */
.partners-group { margin-bottom: 38px; }
.partners-group:last-child { margin-bottom: 0; }
.partners-label { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.partners-label span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--body); white-space: nowrap; }
.partners-label::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); gap: 20px; }
.partner {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 28px 16px; background: #fff; border: 1px solid var(--border); border-radius: 16px;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.partner:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.partner .mono {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 1.1rem; letter-spacing: .5px;
  box-shadow: 0 8px 18px rgba(20,32,46,.14);
}
.partner.tech .mono   { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.partner.aca .mono    { background: linear-gradient(135deg, var(--orange), var(--orange-light)); }
.partner.client .mono { background: linear-gradient(135deg, #15a34a, #56d28a); }
.partner .pname { font-weight: 800; font-size: 1rem; color: var(--ink); text-align: center; line-height: 1.25; }
.partner .pcat { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--body); }

/* ----------------- Animations ----------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ----------------- Article (blog) ----------------- */
.article-wrap { max-width: 780px; margin: 0 auto; }
.article-back { display: inline-flex; align-items: center; gap: 7px; color: var(--orange); font-weight: 600; font-size: 14px; margin-bottom: 22px; }
.article-back svg { width: 16px; height: 16px; }
.article-cover { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); margin: 8px 0 36px; }
.article-body p { font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; }
.article-body h2 { font-size: 1.55rem; margin: 36px 0 14px; }
.article-body h3 { font-size: 1.2rem; margin: 26px 0 10px; }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 20px; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { margin-bottom: 10px; font-size: 1.05rem; line-height: 1.7; }
.article-body strong { color: var(--ink); }
.article-body blockquote { border-left: 4px solid var(--orange); background: var(--soft); padding: 16px 22px; border-radius: 8px; color: var(--ink); margin: 0 0 22px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--body); font-size: 14px; margin-top: 12px; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta svg { width: 15px; height: 15px; }
