:root {
  --navy: #14202E;
  --navy-2: #1D2E42;
  --navy-3: #24384f;
  --steel: #34506E;
  --accent: #F26A1B;
  --accent-2: #FF8534;
  --accent-dark: #D2560E;
  --ink: #1B2430;
  --muted: #5E6A78;
  --line: #e6e8ec;
  --bg: #ffffff;
  --soft: #F4F6F9;
  --soft-2: #EBEFF4;
  --wa: #25d366;
  --radius: 12px;
  --shadow: 0 6px 20px rgba(20,32,46,0.08);
  --shadow-lg: 0 18px 48px rgba(20,32,46,0.16);
  --wrap: 1140px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: "Barlow", "Inter", sans-serif; line-height: 1.12; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: 78px 0; }
.section.soft { background: var(--soft); }
.section.dark { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; }
.section.dark h2 { color: #fff; }
.section.dark .lead { color: #cbd6e2; }
.eyebrow { color: var(--accent); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); display: inline-block; }
.center .eyebrow { justify-content: center; }
.section h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 14px; }
.section .lead { color: var(--muted); font-size: 1.08rem; max-width: 680px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo svg { width: 40px; height: 40px; flex-shrink: 0; }
.logo .lt { line-height: 1; }
.logo .lt b { display: block; font-family: "Barlow", sans-serif; font-weight: 800; font-size: 1.16rem; letter-spacing: 0.04em; color: var(--navy); text-transform: uppercase; }
.logo .lt span { display: block; font-size: 0.62rem; letter-spacing: 0.26em; color: var(--steel); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-tel { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.nav-tel svg { width: 17px; height: 17px; fill: var(--accent); }
.menu-btn { display: none; background: none; border: 1px solid var(--line); border-radius: 9px; padding: 7px 9px; cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; stroke: var(--navy); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 1rem; padding: 13px 24px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease; white-space: nowrap; }
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(242,106,27,0.28); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,0.3); }
.btn-wa:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn-wa svg { fill: #fff; }
.btn-ghost { background: transparent; color: var(--navy); border-color: #cfd6de; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-lg { padding: 16px 30px; font-size: 1.06rem; }

/* HERO */
.hero { position: relative; background: linear-gradient(160deg, #101b27 0%, var(--navy-2) 52%, var(--steel) 128%); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -30%; right: -10%; width: 60%; height: 140%; background: radial-gradient(closest-side, rgba(242,106,27,0.22), transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 26px); pointer-events: none; }
.hero-inner { max-width: var(--wrap); margin: 0 auto; padding: 68px 22px 72px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(242,106,27,0.16); border: 1px solid rgba(242,106,27,0.4); color: #ffd3b0; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.4rem); max-width: 16ch; }
.hero h1 .hl { color: var(--accent-2); }
.hero .sub { color: #cfd9e4; font-size: 1.16rem; margin-top: 18px; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.14); }
.hero-badge { display: flex; align-items: center; gap: 9px; color: #dbe4ee; font-weight: 600; font-size: 0.95rem; }
.hero-badge svg { width: 20px; height: 20px; stroke: var(--accent-2); flex-shrink: 0; }
.hero-art { position: relative; }
.hero-art .frame { background: linear-gradient(150deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.16); border-radius: 20px; padding: 26px; box-shadow: var(--shadow-lg); backdrop-filter: blur(4px); }
.hero-art img { width: 100%; height: 340px; object-fit: cover; border-radius: 12px; display: block; }
.hero-art .cap { margin-top: 14px; display: flex; justify-content: space-between; color: #b9c6d4; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; }
.hero-art .cap b { color: #fff; }

/* GLOBAL STRIP */
.globe { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.globe .g { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-weight: 600; box-shadow: var(--shadow); }
.globe .g b { color: var(--navy); }
.globe .g span { color: var(--muted); font-size: 0.85rem; }
.globe .flag { font-size: 1.25rem; line-height: 1; }

/* GRID / CARDS */
.grid { display: grid; gap: 20px; }
.grid.g3 { grid-template-columns: repeat(3, 1fr); }
.grid.g2 { grid-template-columns: repeat(2, 1fr); }
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .ico { width: 52px; height: 52px; border-radius: 13px; background: #FCEEE3; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card .ico svg { width: 27px; height: 27px; stroke: var(--accent); fill: none; }
.card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.98rem; }

/* TYPE CARD (image-forward, homepage products) */
.tcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.18s ease, box-shadow 0.18s ease; display: block; }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tcard .fig { position: relative; background: #0e1a24; overflow: hidden; }
.tcard .fig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(9,15,22,0.35)); pointer-events: none; }
.tcard .fig img { display: block; width: 100%; height: 180px; object-fit: cover; }
.tcard .tbody { padding: 18px 20px 22px; }
.tcard h3 { font-size: 1.16rem; margin-bottom: 6px; }
.tcard p { color: var(--muted); font-size: 0.94rem; }
.tcard .more { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 700; font-size: 0.9rem; margin-top: 12px; }

/* PRODUCT CARD (detailed) */
.pcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pcard .ptop { position: relative; padding: 0; background: #0e1a24; overflow: hidden; }
.pcard .ptop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(9,15,22,0.25)); }
.pcard .ptop img { display: block; width: 100%; max-width: none; height: 250px; object-fit: cover; }
.pcard .ptag { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--accent); color: #fff; font-weight: 700; font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.pcard .pbody { padding: 24px 26px 28px; }
.pcard h3 { font-size: 1.34rem; margin-bottom: 8px; }
.pcard p { color: var(--muted); font-size: 0.97rem; margin-bottom: 14px; }
.pcard ul { list-style: none; display: grid; gap: 7px; margin-bottom: 16px; }
.pcard li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.94rem; color: var(--ink); }
.pcard li svg { width: 17px; height: 17px; stroke: var(--accent); flex-shrink: 0; margin-top: 3px; }

/* SPEC TABLE */
.spectable { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin-top: 4px; }
.spectable th, .spectable td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.spectable th { color: var(--muted); font-weight: 600; background: var(--soft); width: 46%; }
.spectable td { color: var(--navy); font-weight: 600; }
.spectable tr:last-child th, .spectable tr:last-child td { border-bottom: none; }

/* CONSULTANCY STEPS */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px 24px; box-shadow: var(--shadow); }
.step .num { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(140deg, var(--accent), var(--accent-dark)); color: #fff; font-family: "Barlow", sans-serif; font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: 0 6px 14px rgba(242,106,27,0.3); }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.93rem; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 46px; right: -12px; width: 24px; height: 2px; background: repeating-linear-gradient(90deg, #cfd6de 0 5px, transparent 5px 9px); }

/* FEATURE ROW */
.frow { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.feat { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; box-shadow: var(--shadow); }
.section.soft .feat { background: #fff; }
.feat .fico { width: 46px; height: 46px; border-radius: 11px; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat .fico svg { width: 23px; height: 23px; stroke: var(--accent); fill: none; }
.feat h3 { font-size: 1.08rem; margin-bottom: 3px; }
.feat p { color: var(--muted); font-size: 0.92rem; }

/* SPLIT (text + image) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split .fig { border-radius: 20px; padding: 0; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; background: #0e1a24; min-height: 340px; }
.split .fig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(20,32,46,0.15), transparent 60%); pointer-events: none; }
.split .fig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* STATS */
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.stat { text-align: center; padding: 10px; }
.stat b { display: block; font-family: "Barlow", sans-serif; font-size: 2.4rem; color: var(--accent); line-height: 1; }
.stat span { color: var(--muted); font-weight: 600; font-size: 0.95rem; margin-top: 6px; display: block; }

/* CTA BANNER */
.cta-band { background: linear-gradient(135deg, var(--navy), var(--steel)); color: #fff; border-radius: 20px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -40%; right: -5%; width: 40%; height: 180%; background: radial-gradient(closest-side, rgba(242,106,27,0.25), transparent 70%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); }
.cta-band p { color: #cfd9e4; margin-top: 6px; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* FORM */
.form { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 7px; }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea { width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1px solid #d6dae0; border-radius: 10px; padding: 13px 14px; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(242,106,27,0.14); }
.field textarea { resize: vertical; min-height: 110px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form .err { color: #c0392b; font-size: 0.88rem; min-height: 1em; margin-top: 6px; }
.form .note { color: var(--muted); font-size: 0.85rem; margin-top: 10px; }

/* CONTACT CARDS */
.ccard { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow); transition: transform 0.15s ease; }
.ccard:hover { transform: translateY(-2px); }
.ccard .ci { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ccard .ci.wa { background: #e7f9ee; } .ccard .ci.wa svg { fill: var(--wa); }
.ccard .ci.tel { background: #FCEEE3; } .ccard .ci.tel svg { fill: var(--accent); }
.ccard .ci svg { width: 22px; height: 22px; }
.ccard .cl { font-size: 0.82rem; color: var(--muted); }
.ccard .cv { font-weight: 700; font-size: 1.08rem; color: var(--navy); }

/* PAGE HEADER */
.page-head { position: relative; background: linear-gradient(150deg, #101b27, var(--navy-2)); color: #fff; padding: 56px 0; overflow: hidden; }
.page-head::before { content: ""; position: absolute; top: -40%; right: -8%; width: 46%; height: 180%; background: radial-gradient(closest-side, rgba(242,106,27,0.2), transparent 70%); }
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 2.8rem); }
.page-head p { color: #cfd9e4; margin-top: 10px; max-width: 62ch; }
.crumbs { color: #9fb0c2; font-size: 0.88rem; margin-bottom: 12px; }
.crumbs a:hover { color: #fff; }

/* FOOTER */
.footer { background: var(--navy); color: #c6d0da; padding: 56px 0 26px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; letter-spacing: 0.02em; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 34px; }
.footer a:hover { color: #fff; }
.footer .fnav { display: grid; gap: 9px; }
.footer .offices { display: grid; gap: 10px; }
.footer .office { font-size: 0.92rem; }
.footer .office b { color: #fff; display: block; font-weight: 600; }
.footer .office span { color: #93a3b4; }
.foot-brand p { font-size: 0.94rem; margin-top: 12px; color: #a9b6c3; max-width: 34ch; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 0.85rem; color: #8698aa; }

/* FLOATING WHATSAPP */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,0.45); animation: pulse 2.4s infinite; }
.fab svg { width: 30px; height: 30px; fill: #fff; }
.fab:hover { transform: scale(1.06); }
@keyframes pulse { 0% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0); } }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-art { max-width: 460px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .split { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 900px) {
  .grid.g3, .grid.g4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { position: fixed; inset: 60px 0 auto 0; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 22px 18px; box-shadow: var(--shadow); transform: translateY(-140%); transition: transform 0.25s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-btn { display: block; }
  .nav-tel { display: none; }
  .grid.g3, .grid.g4, .grid.g2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .row2 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 30px; }
  .section { padding: 54px 0; }
}

/* SVG render inside photo frames (accurate profile fallback) */
.tcard .fig.svg { background: radial-gradient(120% 120% at 30% 20%, #2b4159, #16232f); }
.tcard .fig.svg::after { background: none; }
.tcard .fig.svg img { height: 180px; object-fit: contain; padding: 16px 18px; }
.pcard .ptop.svg { background: radial-gradient(120% 130% at 28% 18%, #2c4258, #14222e); }
.pcard .ptop.svg::after { background: none; }
.pcard .ptop.svg img { height: 250px; object-fit: contain; padding: 22px 26px; }

/* ===== PROFILE SPEC TABLES & DIAGRAMS (catalog) ===== */
.spec-layout { display: grid; grid-template-columns: minmax(240px, 0.8fr) 1.25fr; gap: 26px; align-items: start; }
.typeblock { margin-bottom: 44px; }
.typeblock .thead { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.typeblock .thead .chip { background: var(--accent); color: #fff; font-weight: 800; font-family: "Barlow",sans-serif; font-size: 0.8rem; letter-spacing: 0.04em; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; }
.typeblock .thead h3 { font-size: 1.4rem; }
.diagram { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; box-shadow: var(--shadow); text-align: center; position: sticky; top: 84px; }
.diagram img { width: 100%; max-width: 520px; margin: 0 auto; }
.diagram .dcap { color: var(--muted); font-size: 0.84rem; margin-top: 12px; line-height: 1.5; }
.diagram .dcap b { color: var(--navy); }
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); background: #fff; -webkit-overflow-scrolling: touch; }
.ptable { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 620px; }
.ptable thead th { background: var(--navy); color: #fff; font-weight: 600; padding: 11px 12px; text-align: right; font-size: 0.78rem; white-space: nowrap; }
.ptable thead th:first-child { text-align: left; }
.ptable thead th small { display: block; color: #9fb0c2; font-weight: 500; font-size: 0.9em; }
.ptable td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: right; color: var(--ink); white-space: nowrap; }
.ptable td:first-child { text-align: left; font-weight: 700; color: var(--navy); }
.ptable tbody tr:nth-child(even) { background: var(--soft); }
.ptable tbody tr:hover { background: #FCEEE3; }
.stdnote { color: var(--muted); font-size: 0.9rem; margin-top: 14px; }
.stdbadges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.stdbadges span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; font-weight: 600; font-size: 0.86rem; color: var(--navy); box-shadow: var(--shadow); }
.stdbadges span b { color: var(--accent); }

/* Technical info cards */
.techgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.techcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); }
.techcard .ti { width: 46px; height: 46px; border-radius: 12px; background: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.techcard .ti svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 2; }
.techcard h3 { font-size: 1.12rem; margin-bottom: 7px; }
.techcard p { color: var(--muted); font-size: 0.95rem; }

@media (max-width: 900px) {
  .spec-layout { grid-template-columns: 1fr; gap: 18px; }
  .diagram { position: static; }
  .techgrid { grid-template-columns: 1fr; }
}

/* ===== PROJECT BAND (full-width photo) ===== */
.projband { position: relative; background-color: #14202E; background-size: cover; background-position: center; color: #fff; overflow: hidden; }
.projband::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,24,34,0.9) 0%, rgba(14,24,34,0.62) 48%, rgba(14,24,34,0.12) 100%); }
.projband .wrap { position: relative; z-index: 1; padding: 88px 22px; }
.projband .eyebrow { color: var(--accent-2); }
.projband h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.4rem); max-width: 22ch; }
.projband p { color: #dbe4ee; max-width: 54ch; margin-top: 12px; font-size: 1.06rem; }
.projband .actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

/* application image card: light diagram panel variant */
.tcard .fig.lite { background: #dfe7ec; }
.tcard .fig.lite img { height: 180px; object-fit: contain; padding: 8px 12px; }

@media (max-width: 720px) {
  .projband .wrap { padding: 60px 22px; }
  .projband::after { background: linear-gradient(90deg, rgba(14,24,34,0.9), rgba(14,24,34,0.7)); }
}

/* ===== REFERANSLAR ===== */
.refgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.refcard { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.refcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.refcard .rtag { color: var(--accent); font-weight: 700; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.refcard h3 { font-size: 1.14rem; margin: 9px 0 10px; line-height: 1.25; }
.refcard .rclient { font-weight: 700; color: var(--navy); font-size: 0.98rem; }
.refcard .rloc { color: var(--muted); font-size: 0.9rem; margin-top: 6px; display: flex; align-items: center; gap: 6px; }
.refcard .rloc svg { width: 15px; height: 15px; fill: var(--accent); flex-shrink: 0; }
.reflogo-band { background: linear-gradient(135deg, var(--navy), var(--steel)); border-radius: 18px; padding: 30px 26px; margin-top: 34px; }
.reflogo-band .rl-title { color: #9fb0c2; text-align: center; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 20px; }
.reflogos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px 44px; }
.reflogos img { height: 44px; width: auto; filter: brightness(0) invert(1); opacity: 0.82; transition: opacity 0.2s ease; }
.reflogos img:hover { opacity: 1; }
.reflogos .lname { color: #d3dde8; font-family: "Barlow", sans-serif; font-weight: 700; font-size: 1.02rem; letter-spacing: 0.05em; text-transform: uppercase; opacity: 0.85; }
@media (max-width: 900px) { .refgrid { grid-template-columns: 1fr; } .reflogos { gap: 22px 30px; } .reflogos img { height: 38px; } }

/* ===== BLOG & ARTICLES ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blogcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.blogcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blogcard .bc-top { background: linear-gradient(135deg, var(--navy), var(--steel)); padding: 16px 20px; }
.blogcard .bc-cat { color: #fff; font-weight: 700; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(242,106,27,0.92); display: inline-block; padding: 4px 11px; border-radius: 999px; }
.blogcard .bc-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blogcard h3 { font-size: 1.1rem; margin-bottom: 8px; line-height: 1.3; }
.blogcard p { color: var(--muted); font-size: 0.93rem; flex: 1; }
.blogcard .bc-more { color: var(--accent); font-weight: 700; font-size: 0.9rem; margin-top: 14px; }

.article-wrap { padding: 52px 0 68px; }
.article { max-width: 768px; margin: 0 auto; }
.article .lead { font-size: 1.14rem; color: var(--muted); margin-bottom: 24px; line-height: 1.7; }
.article p { margin-bottom: 16px; line-height: 1.8; color: #28323f; }
.article h2 { font-size: 1.48rem; margin: 34px 0 12px; }
.article h3 { font-size: 1.16rem; margin: 24px 0 8px; }
.article ul, .article ol { margin: 0 0 18px 22px; }
.article li { margin-bottom: 8px; line-height: 1.7; color: #28323f; }
.article strong { color: var(--navy); }
.article .note { background: var(--soft); border-left: 3px solid var(--accent); border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 22px 0; font-size: 0.98rem; }
.artmeta { color: #9fb0c2; font-size: 0.9rem; margin-top: 12px; display: flex; gap: 16px; flex-wrap: wrap; }
.artcta { background: linear-gradient(135deg, var(--navy), var(--steel)); color: #fff; border-radius: 16px; padding: 30px; margin: 38px 0 8px; text-align: center; }
.artcta h3 { color: #fff; font-size: 1.32rem; margin-bottom: 8px; }
.artcta p { color: #cfd9e4; margin-bottom: 18px; }
.artcta .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.relcard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 15px 16px; box-shadow: var(--shadow); font-weight: 600; color: var(--navy); font-size: 0.94rem; line-height: 1.4; transition: border-color 0.15s ease; }
.relcard:hover { border-color: var(--accent); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } .related { grid-template-columns: 1fr; } }
