/* M-CSC Studio styles extracted from index.html */
:root {
  --bg: #070b14;
  --bg2: #0e1424;
  --txt: #e8eefc;
  --muted: #b9c4de;
  --primary: #7ea7ff;
  --primary-2: #a58bff;
  --stroke: rgba(255,255,255,0.14);
  --ok: #7ef3c5;
  --warn: #ffd37e;
  --max: 1140px;
  --radius: 20px;
  --card-1: rgba(14, 20, 32, 0.9);
  --card-2: rgba(10, 15, 26, 0.88);
  --card-border: rgba(175, 204, 255, 0.2);
  --card-shadow: 0 14px 30px rgba(2, 6, 14, 0.42);
  --safe-top: env(safe-area-inset-top, 0px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--txt);
  background:
    linear-gradient(158deg, rgba(4,10,24,0.8) 0%, rgba(12,14,40,0.74) 40%, rgba(22,10,48,0.7) 70%, rgba(4,10,22,0.86) 100%),
    radial-gradient(1150px 580px at 8% -10%, rgba(110,168,255,0.34), transparent 60%),
    radial-gradient(1000px 640px at 92% -14%, rgba(135,240,255,0.24), transparent 64%),
    radial-gradient(980px 580px at 50% 112%, rgba(136,92,255,0.28), transparent 68%),
    url("../../images/bg-tech.webp") center / cover no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed;
  line-height: 1.55;
  position: relative;
  min-height: 100vh;
}
body::after { content: ""; position: fixed; inset: 0; background: linear-gradient(160deg, rgba(5,8,18,0.28), rgba(5,8,18,0.5)); pointer-events: none; z-index: 0; }
nav, header, section, footer, .modal-backdrop { position: relative; z-index: 1; }
.wrap { width: min(var(--max), 92vw); margin-inline: auto; }
nav { position: sticky; top: 0; z-index: 40; padding-top: var(--safe-top); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); background: rgba(7,11,20,0.74); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--txt); font-size: 1.55rem; line-height: 1; }
.brand-main { font-weight: 900; letter-spacing: 0.7px; }
.brand-sub { font-weight: 500; letter-spacing: 0.02em; opacity: 0.9; }
.brand img { height: 34px; width: auto; object-fit: contain; filter: drop-shadow(0 4px 14px rgba(135,240,255,0.25)); }
.menu { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.menu a { color: var(--muted); text-decoration: none; font-size: 0.95rem; }
.menu a:hover { color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 16px; border-radius: 12px; border: 1px solid transparent; color: #031020; text-decoration: none; font-weight: 700; font-size: 0.95rem; line-height: 1.2; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 10px 30px rgba(102,170,255,0.3); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(102,170,255,0.36); }
.btn.btn-dark { color: #f2f7ff; border-color: rgba(158, 198, 246, 0.54); background: linear-gradient(135deg, #234486, #2f5bb3); box-shadow: 0 10px 28px rgba(10, 25, 66, 0.46), inset 0 1px 0 rgba(255,255,255,0.14); }
.btn.alt { background: rgba(18, 27, 44, 0.62); color: var(--txt); border-color: var(--stroke); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
header.hero { position: relative; padding: 78px 0 54px; overflow: hidden; isolation: isolate; }
.kicker { display: block; color: var(--ok); font-weight: 800; font-size: 1.18rem; letter-spacing: -0.01em; margin-bottom: 10px; }
.trust-banner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 0 0 14px; padding: 0; }
.trust-item { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.flag-bars { display: inline-flex; gap: 5px; align-items: center; }
.flag-bars span { display: block; width: 34px; height: 6px; border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.12); }
.flag-bars span:nth-child(1) { background: #121212; }
.flag-bars span:nth-child(2) { background: #df2c2c; }
.flag-bars span:nth-child(3) { background: #f0c634; }
.trust-divider { width: 1px; align-self: stretch; background: rgba(255,255,255,0.12); }
.trust-shield { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; color: #08111f; background: linear-gradient(135deg, #ffffff, #d8e7ff); box-shadow: 0 8px 20px rgba(180, 205, 255, 0.25); font-size: 0.95rem; }
h1 { margin: 0; font-size: clamp(2rem, 6vw, 3.8rem); line-height: 1.07; letter-spacing: -0.02em; max-width: 900px; }
.sub { max-width: 760px; color: var(--muted); margin-top: 18px; font-size: clamp(1rem, 1.9vw, 1.22rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
section { padding: 42px 0; }
section[id], header[id] { scroll-margin-top: calc(88px + var(--safe-top)); }
h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -0.015em; }
.section-lead { margin: 0 0 24px; color: var(--muted); max-width: 760px; }
.grid { display: grid; gap: 14px; grid-template-columns: repeat(12, minmax(0,1fr)); }
.card { grid-column: span 6; position: relative; isolation: isolate; background: linear-gradient(150deg, var(--card-1), var(--card-2)); border: 1px solid var(--card-border); border-radius: var(--radius); padding: 20px; backdrop-filter: blur(2px); box-shadow: var(--card-shadow); overflow: hidden; }
.card::before { content: ""; position: absolute; inset: -30% auto auto -10%; width: 170px; height: 170px; background: radial-gradient(circle, rgba(126,167,255,0.18), transparent 68%); pointer-events: none; z-index: -1; }
.card h3 { margin: 0 0 10px; font-size: 1.15rem; }
.card p, .card li { color: var(--muted); }
.card ul { margin: 0; padding-left: 18px; }
.faq-accordion { display: grid; gap: 12px; max-width: 920px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.faq-item { background: linear-gradient(150deg, var(--card-1), var(--card-2)); border: 1px solid var(--card-border); border-radius: 20px; box-shadow: var(--card-shadow); overflow: hidden; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; font-weight: 800; font-size: 1.02rem; color: #fff; }
.faq-question { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.faq-question::before { content: ""; flex: 0 0 auto; width: 26px; height: 26px; opacity: 1; background-repeat: no-repeat; background-position: center; background-size: 26px 26px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 500; color: #d9e7ff; background: rgba(126, 167, 255, 0.12); border: 1px solid rgba(173, 205, 255, 0.14); transition: transform 180ms ease, background 180ms ease; }
.faq-item[open] summary::after { content: '–'; transform: translateY(-1px); background: rgba(126, 243, 197, 0.12); }
.faq-answer { padding: 0 20px 18px; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-answer ul { margin: 0; padding-left: 18px; }
.faq-answer li + li { margin-top: 8px; }
.hero-panel { margin-top: 34px; display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 16px; }
.hero-copy { background: linear-gradient(150deg, rgba(15, 24, 40, 0.94), rgba(8, 14, 26, 0.88)); border: 1px solid rgba(179, 209, 255, 0.2); border-radius: 28px; padding: clamp(24px, 4vw, 34px); box-shadow: 0 18px 40px rgba(4, 10, 22, 0.45); }
.hero-copy strong { color: #fff; }
.stats { display: grid; gap: 12px; }
.stat { background: linear-gradient(150deg, rgba(15, 24, 40, 0.94), rgba(8, 14, 26, 0.88)); border: 1px solid rgba(179, 209, 255, 0.2); border-radius: 22px; padding: 20px; box-shadow: 0 18px 40px rgba(4, 10, 22, 0.45); }
.stat .value { font-size: 1.7rem; font-weight: 900; letter-spacing: -0.03em; margin-bottom: 6px; }
.accent-line { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 0.95rem; }
.pill { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); }
.offer-box { margin-top: 18px; background: linear-gradient(150deg, rgba(20, 33, 58, 0.92), rgba(9, 16, 30, 0.9)); border: 1px solid rgba(160, 200, 255, 0.24); border-radius: 24px; padding: 22px; box-shadow: 0 18px 40px rgba(4, 10, 22, 0.45); }
.offer-box h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.2rem; }
.price-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 18px; }
.price-card { display: flex; flex-direction: column; background: linear-gradient(150deg, rgba(15, 24, 40, 0.96), rgba(8, 14, 26, 0.92)); border: 1px solid rgba(179, 209, 255, 0.2); border-radius: 22px; padding: 22px; box-shadow: 0 18px 40px rgba(4, 10, 22, 0.45); }
.price-card.featured { border-color: rgba(126,167,255,0.5); box-shadow: 0 18px 44px rgba(47, 91, 179, 0.28); }
.price-card ul { flex: 1; list-style: none; padding-left: 0; margin: 0; }
.price-card li { position: relative; padding-left: 28px; text-align: left; }
.price-card li + li { margin-top: 10px; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 0.34em; width: 16px; height: 16px; border-radius: 999px; background: linear-gradient(135deg, rgba(126,167,255,0.22), rgba(126,243,197,0.18)), linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)); border: 1px solid rgba(164, 215, 255, 0.28); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.price-card li::after { content: ""; position: absolute; left: 6px; top: calc(0.34em + 2px); width: 4px; height: 8px; border-right: 2px solid #dff7ff; border-bottom: 2px solid #dff7ff; transform: rotate(45deg); opacity: 0.95; }
.price-card .btn { width: 100%; margin-top: 16px; }
.eyebrow { color: var(--ok); font-size: 1.14rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 2px; }
.price-card h3 { margin: 0 0 10px; font-size: 1.22rem; font-weight: 700; line-height: 1.15; }
.price { font-size: 2rem; font-weight: 900; letter-spacing: -0.04em; margin-bottom: 10px; }
.price small { color: var(--muted); font-size: 0.95rem; font-weight: 600; }
.mini-note { color: var(--warn); font-size: 0.95rem; margin-top: 10px; }
.steps { counter-reset: step; display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.step { position: relative; background: linear-gradient(150deg, rgba(14, 20, 32, 0.92), rgba(10, 15, 26, 0.88)); border: 1px solid rgba(175, 204, 255, 0.2); border-radius: 22px; padding: 22px; box-shadow: var(--card-shadow); }
.step h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; }
.step h3::before { counter-increment: step; content: counter(step); display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; flex: 0 0 34px; border-radius: 999px; font-weight: 900; color: #031020; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
footer { padding: 22px 0 36px; }
.footer-inner { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--muted); }
.legal-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.legal-links a, .legal-links button { color: var(--muted); text-decoration: none; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
.legal-links a:hover, .legal-links button:hover { color: #fff; }
.modal-backdrop { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(4, 8, 18, 0.76); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 90; }
.modal-backdrop.open { display: flex; }
.modal { width: min(760px, 100%); max-height: min(92vh, 980px); overflow: auto; background: linear-gradient(150deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 24, 0.96)); border: 1px solid rgba(175, 204, 255, 0.22); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); padding: 28px; }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.modal-head h2 { margin: 0 0 8px; }
.modal-close { width: 42px; min-width: 42px; height: 42px; aspect-ratio: 1 / 1; padding: 0; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: var(--txt); cursor: pointer; font-size: 1.2rem; box-sizing: border-box; }
form { display: grid; gap: 14px; }
label { display: block; margin-bottom: 8px; font-weight: 700; color: #fff; }
input, select, textarea { width: 100%; min-height: 52px; padding: 14px 15px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); color: var(--txt); font: inherit; outline: none; box-sizing: border-box; }
select { min-height: 52px; height: 52px; line-height: 1.2; padding-right: 44px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(232,238,252,0.78) 50%), linear-gradient(135deg, rgba(232,238,252,0.78) 50%, transparent 50%); background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
input::placeholder, textarea::placeholder { color: rgba(232,238,252,0.55); }
input:focus, select:focus, textarea:focus { border-color: rgba(126,167,255,0.65); box-shadow: 0 0 0 4px rgba(126,167,255,0.16); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.check { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 0.96rem; }
.check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.check a { color: #fff; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.success-box { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 18px); width: min(460px, calc(100vw - 32px)); padding: 16px 18px; border-radius: 18px; border: 1px solid rgba(126,243,197,0.3); background: linear-gradient(150deg, rgba(20, 54, 45, 0.96), rgba(13, 31, 27, 0.96)); color: #dffbf0; box-shadow: 0 22px 44px rgba(3, 10, 18, 0.4); text-align: center; z-index: 1200; opacity: 0; pointer-events: none; transition: opacity 0.28s ease, transform 0.28s ease; }
.success-box.show { opacity: 1; transform: translate(-50%, 0); }
.note { color: var(--muted); font-size: 0.95rem; }
.wizard-progress { margin: 0 0 18px; }
.wizard-progress-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 10px; color: var(--muted); font-size: 0.94rem; }
.wizard-progress strong { color: #fff; }
.wizard-bar { width: 100%; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.08); overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
.wizard-bar-fill { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(135deg, var(--primary), var(--primary-2)); transition: width 220ms ease; }
.wizard-step { display: none; min-height: 260px; padding: 6px 0 2px; animation: wizardFade 180ms ease; }
.wizard-step.active { display: block; }
.wizard-step h3 { margin: 0 0 10px; font-size: clamp(1.4rem, 2.6vw, 2rem); letter-spacing: -0.02em; }
.wizard-step p { margin: 0 0 18px; color: var(--muted); }
.wizard-answer { max-width: 100%; }
.wizard-answer textarea { min-height: 150px; resize: vertical; }
.wizard-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 10px; flex-wrap: wrap; }
.wizard-actions .right { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.wizard-meta { color: var(--muted); font-size: 0.92rem; }
.wizard-submit { display: none; }
.wizard-submit.show { display: inline-flex; }
@keyframes wizardFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) { .hero-panel, .price-grid, .steps, .faq-accordion { grid-template-columns: 1fr; } .card { grid-column: span 12; } }
@media (max-width: 760px) { .nav-inner { min-height: 62px; } .menu { display: none; } .form-grid { grid-template-columns: 1fr; } .modal { padding: 20px; border-radius: 22px; } .kicker { font-size: 1.22rem; } .trust-banner { display: flex; align-items: flex-start; gap: 12px; padding: 0; margin: 0 0 14px; } .trust-item { width: 100%; } .trust-divider { display: none; } .price-grid { gap: 16px; } .price-card { width: calc(100% - 18px); max-width: none; min-height: 0; text-align: center; align-items: stretch; justify-content: flex-start; margin-inline: auto; } .eyebrow { font-size: 1.18rem; } .price-card h3 { font-size: 1.12rem; margin: 0 0 10px; } .price { font-size: 2.35rem; line-height: 1.05; } .price small { display: block; margin-top: 8px; font-size: 0.92rem; } .price-card ul { width: fit-content; max-width: 100%; padding-left: 0; margin: 0 auto; text-align: left; } .price-card li { text-align: left; } body { background: linear-gradient(162deg, rgba(8,12,24,0.98) 0%, rgba(7,18,34,0.98) 28%, rgba(8,28,38,0.96) 50%, rgba(24,16,48,0.97) 78%, rgba(8,10,22,0.99) 100%), radial-gradient(1250px 740px at 4% -10%, rgba(92,166,255,0.22), transparent 60%), radial-gradient(1150px 700px at 100% 6%, rgba(140,102,255,0.18), transparent 62%), radial-gradient(1040px 680px at 50% 44%, rgba(82,241,198,0.11), transparent 68%), radial-gradient(980px 620px at 52% 108%, rgba(122,92,255,0.16), transparent 70%); background-attachment: scroll, scroll, scroll, scroll, scroll; background-repeat: no-repeat; background-size: auto, 145% 90%, 140% 88%, 135% 84%, 135% 86%; } body::after { background: linear-gradient(165deg, rgba(5,8,18,0.3), rgba(5,8,18,0.46)); } }
