:root {
  --bg: #07111f;
  --bg-soft: #0b1828;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --text: #0c1728;
  --muted: #657187;
  --line: #dce4ef;
  --primary: #4f7cff;
  --primary-dark: #315fe4;
  --accent: #70f0be;
  --white: #fff;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 24px 70px rgba(9, 25, 48, .12);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--surface); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0; transition: .25s ease; color: #fff; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(7,17,31,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; letter-spacing: -.5px; }
.brand img { width: 38px; height: 38px; }
.brand strong { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; border-radius: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .2s; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 30px rgba(79,124,255,.25); }
.button-primary:hover { background: var(--primary-dark); box-shadow: 0 16px 34px rgba(79,124,255,.32); }
.button-ghost { border-color: var(--line); background: #fff; color: var(--text); }
.button-ghost:hover { border-color: #b9c7d9; }
.button-sm { min-height: 43px; padding: 0 18px; border-radius: 12px; }
.button-full { width: 100%; }
.hero { min-height: 790px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 25%, #15386d 0, transparent 34%), linear-gradient(140deg, #07111f 0%, #09182a 60%, #07111f 100%); padding-top: 145px; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 85%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .3; }
.hero-glow-one { width: 320px; height: 320px; background: #4f7cff; right: -120px; top: 160px; }
.hero-glow-two { width: 180px; height: 180px; background: #70f0be; left: -90px; bottom: 80px; opacity: .15; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 850; letter-spacing: .16em; color: var(--primary-dark); text-transform: uppercase; }
.hero .eyebrow { color: #a9c0ff; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(112,240,190,.12); }
.hero h1 { margin: 22px 0 23px; max-width: 740px; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: #adbbcd; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .button-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 32px; color: #c3cfdd; font-size: 13px; font-weight: 650; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 17px; height: 17px; stroke: var(--accent); fill: none; stroke-width: 2.4; }
.hero-visual { position: relative; padding: 36px 0 45px; }
.browser-card { background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.25); border-radius: 20px; box-shadow: 0 35px 90px rgba(0,0,0,.36); overflow: hidden; transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.browser-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #eef2f7; border-bottom: 1px solid #dde4ed; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c3ccd8; }
.browser-bar span { margin-left: 10px; width: 56%; padding: 5px 12px; background: #fff; color: #718095; border-radius: 8px; font-size: 9px; }
.browser-screen { padding: 21px; min-height: 410px; background: #fff; }
.mock-nav { display: flex; align-items: center; gap: 18px; color: #0b1729; font-size: 10px; }
.mock-nav b { margin-right: auto; color: #274cf0; }
.mock-nav span { width: 38px; height: 5px; background: #dce4ef; border-radius: 10px; }
.mock-nav button { width: 62px; height: 23px; border: 0; background: #234bef; border-radius: 7px; }
.mock-hero { margin-top: 28px; border-radius: 14px; padding: 35px; background: linear-gradient(135deg, #eff4ff, #e6fff7); color: #0c1728; display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; min-height: 215px; }
.mock-hero small { color: #234bef; font-size: 7px; font-weight: 800; }
.mock-hero h2 { margin: 8px 0 13px; max-width: 290px; font-size: 24px; line-height: 1.05; letter-spacing: -.04em; }
.mock-hero p { width: 85%; height: 6px; background: #cbd6e5; border-radius: 10px; margin: 7px 0; }
.mock-hero p:nth-of-type(2) { width: 60%; }
.mock-hero button { margin-top: 15px; width: 82px; height: 26px; border: 0; background: #254ef1; border-radius: 7px; }
.mock-art { position: relative; min-height: 150px; }
.mock-art i { position: absolute; border-radius: 18px; transform: rotate(12deg); }
.mock-art i:nth-child(1) { width: 105px; height: 105px; right: 10px; top: 25px; background: #4f7cff; }
.mock-art i:nth-child(2) { width: 70px; height: 70px; left: 5px; top: 4px; background: #70f0be; }
.mock-art i:nth-child(3) { width: 55px; height: 55px; left: 28px; bottom: 3px; background: #0b1729; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.mock-cards article { height: 86px; border-radius: 10px; background: #f0f3f8; border: 1px solid #e5eaf1; }
.metric-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 13px; background: rgba(8,22,39,.92); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.metric-card b { color: var(--accent); font-size: 20px; }
.metric-card span { font-size: 11px; color: #cfdae7; }
.metric-card svg { width: 24px; stroke: var(--accent); fill: none; stroke-width: 1.8; }
.metric-speed { left: -28px; bottom: 2px; }
.metric-mobile { right: -22px; top: 80px; }
.trust-strip { background: #0a1626; color: #aebacc; border-top: 1px solid rgba(255,255,255,.06); }
.trust-items { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); opacity: .6; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .process-copy h2, .faq-grid h2 { margin: 13px 0 0; max-width: 670px; font-size: clamp(36px, 5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.service-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { grid-row: span 2; min-height: 588px; display: flex; flex-direction: column; background: var(--bg); color: #fff; border-color: transparent; }
.service-card.featured p { color: #aab8c9; }
.service-card.featured ul { margin-top: auto; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #eef3ff; color: var(--primary); }
.service-card.featured .service-icon { background: rgba(112,240,190,.12); color: var(--accent); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.service-card > span { display: block; margin-top: 35px; color: #9aa8b9; font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 8px 0 12px; font-size: 22px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 35px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: 14px; color: #d8e2ed; }
.service-card li::before { content: "✓"; margin-right: 9px; color: var(--accent); }
.projects-section { background: var(--surface-soft); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid #e1e7ef; box-shadow: 0 10px 40px rgba(9,25,48,.06); }
.project-card.project-large { grid-column: 1 / -1; }
.project-image { position: relative; overflow: hidden; aspect-ratio: 16/10; background: #dde5ef; }
.project-large .project-image { aspect-ratio: 2.05/1; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-tag { position: absolute; left: 18px; top: 18px; padding: 8px 11px; color: #fff; background: rgba(7,17,31,.78); backdrop-filter: blur(10px); border-radius: 100px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.project-tag.real { background: #18a473; }
.project-info { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 27px 28px; }
.project-info small { color: var(--primary-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.project-info h3 { margin: 4px 0 5px; font-size: 24px; letter-spacing: -.035em; }
.project-info p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }
.round-link { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--bg); color: #fff; font-size: 21px; transition: transform .2s, background .2s; }
.round-link:hover { transform: rotate(-8deg) scale(1.05); background: var(--primary); }
.process-section { background: var(--bg); color: #fff; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-copy { position: sticky; top: 150px; align-self: start; }
.process-copy .eyebrow { color: #a9c0ff; }
.process-copy p { max-width: 450px; color: #aab8c9; }
.text-link { display: inline-flex; gap: 9px; margin-top: 25px; color: var(--accent); font-weight: 750; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { color: var(--accent); font-size: 12px; font-weight: 850; }
.process-list h3 { margin: -5px 0 9px; font-size: 22px; }
.process-list p { margin: 0; color: #9eacbe; }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.package-card.popular { transform: translateY(-14px); border: 2px solid var(--primary); box-shadow: 0 25px 70px rgba(79,124,255,.14); }
.popular-label { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 13px; border-radius: 100px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.package-card > span { color: var(--primary-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.package-card h3 { margin: 16px 0 10px; font-size: 28px; line-height: 1.1; letter-spacing: -.04em; }
.package-card > p { margin: 0; color: var(--muted); font-size: 14px; }
.package-card ul { margin: 30px 0; padding: 25px 0 0; list-style: none; border-top: 1px solid var(--line); display: grid; gap: 13px; color: #445167; font-size: 14px; }
.package-card li::before { content: "✓"; margin-right: 9px; color: #1fa575; font-weight: 900; }
.package-card .button { margin-top: auto; }
.faq-section { background: var(--surface-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion { border-top: 1px solid #cad4e1; }
.accordion-item { border-bottom: 1px solid #cad4e1; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; border: 0; background: transparent; color: var(--text); text-align: left; font-weight: 760; }
.accordion-item button i { position: relative; flex: 0 0 auto; width: 24px; height: 24px; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 5px; top: 11px; width: 14px; height: 2px; background: var(--primary); transition: transform .2s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-content { padding: 0 50px 24px 0; color: var(--muted); }
.accordion-content p { margin: 0; }
.contact-section { background: linear-gradient(135deg, #102541, #07111f); color: #fff; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: #244ddf; filter: blur(100px); opacity: .23; right: -170px; top: -220px; }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; position: relative; z-index: 1; }
.eyebrow.light { color: #a9c0ff; }
.contact-copy h2 { margin: 15px 0 18px; font-size: clamp(36px, 5vw, 53px); line-height: 1.07; letter-spacing: -.045em; }
.contact-copy > p { color: #aebccd; }
.contact-channels { display: grid; gap: 14px; margin-top: 36px; }
.contact-channels a { display: flex; flex-direction: column; gap: 2px; color: #fff; font-weight: 720; }
.contact-channels small { color: var(--accent); font-size: 10px; letter-spacing: .13em; }
.contact-form { padding: 33px; border-radius: var(--radius); background: #fff; color: var(--text); box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label:not(.check-label) { display: grid; gap: 8px; margin-bottom: 16px; color: #39465b; font-size: 12px; font-weight: 760; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d6dee9; border-radius: 11px; background: #f9fbfd; color: var(--text); outline: 0; padding: 13px 14px; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input, .contact-form select { height: 49px; }
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(79,124,255,.11); background: #fff; }
.check-label { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 18px; color: #6d788b; font-size: 11px; font-weight: 500; }
.check-label input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 10px 0 0; color: #8792a3; text-align: center; font-size: 10px; }
.site-footer { padding: 70px 0 25px; background: #050d18; color: #9eacbe; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 60px; padding-bottom: 50px; }
.footer-brand { color: #fff; margin-bottom: 15px; }
.footer-grid p { max-width: 360px; }
.footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.24); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 28px; fill: currentColor; }
.legal-page, .status-page { min-height: 80vh; padding-top: 160px; background: var(--surface-soft); }
.legal-shell, .status-card { max-width: 820px; padding: 48px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.legal-shell h1, .status-card h1 { margin: 12px 0 24px; font-size: clamp(36px, 5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.legal-shell h2 { margin-top: 32px; font-size: 22px; }
.legal-shell p, .status-card p { color: var(--muted); }
.legal-shell .button { margin-top: 18px; }
.status-card { text-align: center; margin-inline: auto; }
.status-card .hero-actions { justify-content: center; }
.status-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; font-size: 30px; font-weight: 850; }
.status-icon.success { color: #13865f; background: #ddf8ed; }
.status-icon.error { color: #bd3c3c; background: #fde8e8; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .hero-grid, .contact-shell { gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; min-height: 360px; grid-column: 1 / -1; }
  .process-grid { gap: 55px; }
  .packages-grid { gap: 14px; }
  .package-card { padding: 27px; }
}
@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .site-header { padding: 11px 0; background: #07111f; backdrop-filter: none; }
  .nav-toggle { display: block; position: relative; z-index: 1002; }
  .site-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 95px 28px 40px; background: #07111f; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; font-size: 25px; }
  .site-nav .button { margin-top: 20px; min-height: 55px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 145px 0 95px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p, .hero h1 { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(620px, 92%); margin-inline: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .projects-grid { gap: 18px; }
  .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-copy { position: static; }
  .packages-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .package-card { min-height: auto; }
  .package-card.popular { transform: none; order: -1; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-copy { text-align: center; }
  .contact-channels { max-width: 420px; margin-inline: auto; margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 18px; }
  .section { padding: 70px 0; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .browser-screen { padding: 12px; min-height: 310px; }
  .mock-hero { padding: 22px; min-height: 170px; }
  .mock-hero h2 { font-size: 18px; }
  .mock-art i:nth-child(1) { width: 75px; height: 75px; }
  .mock-art i:nth-child(2) { width: 48px; height: 48px; }
  .metric-mobile { right: -10px; top: 50px; }
  .metric-speed { left: -10px; }
  .trust-items { overflow: hidden; justify-content: flex-start; min-height: 65px; }
  .trust-items span { white-space: nowrap; }
  .section-heading h2, .process-copy h2, .faq-grid h2, .contact-copy h2 { font-size: 37px; }
  .services-grid, .projects-grid { grid-template-columns: 1fr; }
  .service-card.featured, .project-card.project-large { grid-column: auto; }
  .project-large .project-image, .project-image { aspect-ratio: 1.35 / 1; }
  .project-info { align-items: flex-end; padding: 21px; }
  .project-info h3 { font-size: 21px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-shell, .status-card { padding: 28px 22px; }
  .floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

/* ByteDestek v2: BT hizmetleri */
.it-home-section { background: #fff; }
.it-home-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.it-home-card { min-height: 330px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #f9fbfe); transition: transform .25s, box-shadow .25s, border-color .25s; }
.it-home-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.it-card-top { display: flex; align-items: center; justify-content: space-between; }
.it-card-top > span { color: #9aa8b9; font-size: 11px; font-weight: 850; }
.it-home-card h3 { margin: 24px 0 12px; font-size: 22px; line-height: 1.18; letter-spacing: -.03em; }
.it-home-card p { margin: 0; color: var(--muted); font-size: 14px; }
.it-home-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 28px; color: var(--primary-dark); font-size: 13px; font-weight: 800; }
.it-home-card > a span { transition: transform .2s; }
.it-home-card > a:hover span { transform: translateX(4px); }
.it-home-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding: 25px 27px; border-radius: var(--radius); background: var(--bg); color: #fff; }
.it-home-cta > div { display: grid; gap: 3px; }
.it-home-cta strong { font-size: 17px; }
.it-home-cta span { color: #9eacbe; font-size: 13px; }

.page-hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; color: #fff; padding-top: 145px; background: radial-gradient(circle at 78% 30%, #173e75 0, transparent 35%), linear-gradient(140deg, #07111f, #0a1b30 62%, #07111f); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 75px; }
.page-hero-copy h1 { margin: 20px 0 23px; max-width: 760px; font-size: clamp(47px, 5.5vw, 72px); line-height: 1.03; letter-spacing: -.055em; }
.page-hero-copy h1 em { color: var(--accent); font-style: normal; }
.page-hero-copy > p { max-width: 650px; margin: 0; color: #adbbcd; font-size: 18px; }
.page-hero .eyebrow { color: #a9c0ff; }
.page-hero .button-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; color: #8191a6; font-size: 12px; font-weight: 700; }
.breadcrumb a:hover { color: #fff; }

.it-network-visual { position: relative; padding: 35px 0 45px; }
.network-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(10, 27, 47, .88); box-shadow: 0 35px 90px rgba(0,0,0,.36); backdrop-filter: blur(16px); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.network-panel-head { height: 52px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); }
.network-panel-head > span { width: 8px; height: 8px; border-radius: 50%; background: #65768b; }
.network-panel-head b { margin-left: auto; color: #8798ad; font-size: 9px; letter-spacing: .14em; }
.network-map { position: relative; min-height: 380px; }
.network-node { position: absolute; z-index: 2; min-width: 82px; display: grid; justify-items: center; gap: 7px; color: #b9c7d7; font-size: 10px; font-weight: 750; }
.network-node svg { width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(112,240,190,.24); border-radius: 14px; background: #102946; fill: none; stroke: var(--accent); stroke-width: 1.7; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.node-core { left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 11px; }
.node-core svg { width: 68px; height: 68px; padding: 17px; border-color: rgba(79,124,255,.5); background: #244cbd; stroke: #fff; box-shadow: 0 0 0 12px rgba(79,124,255,.08), 0 18px 40px rgba(0,0,0,.3); }
.node-one { left: 11%; top: 16%; }
.node-two { right: 10%; top: 15%; }
.node-three { left: 12%; bottom: 13%; }
.node-four { right: 11%; bottom: 12%; }
.network-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 34%; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(79,124,255,.9), rgba(112,240,190,.16)); }
.network-line::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px rgba(112,240,190,.7); }
.line-one { transform: rotate(-145deg); }
.line-two { transform: rotate(-35deg); }
.line-three { transform: rotate(145deg); }
.line-four { transform: rotate(35deg); }
.network-status { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border-top: 1px solid rgba(255,255,255,.09); color: #aebccd; font-size: 11px; }
.network-status > div { display: flex; align-items: center; gap: 9px; }
.network-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(112,240,190,.1); }
.network-status strong { color: var(--accent); font-size: 9px; letter-spacing: .12em; }
.it-metric-one { left: -24px; bottom: 0; }
.it-metric-two { right: -20px; top: 80px; }

.it-detail-section { background: var(--surface-soft); }
.it-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.it-detail-card { scroll-margin-top: 110px; min-height: 455px; padding: 30px; border: 1px solid #e0e7f0; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 38px rgba(9,25,48,.045); transition: transform .25s, box-shadow .25s; }
.it-detail-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.it-detail-card > span { display: block; margin-top: 29px; color: #9aa8b9; font-size: 11px; font-weight: 850; }
.it-detail-card h2 { margin: 7px 0 12px; font-size: 24px; line-height: 1.18; letter-spacing: -.035em; }
.it-detail-card > p { margin: 0; color: var(--muted); font-size: 14px; }
.it-detail-card ul { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 10px; color: #455267; font-size: 13px; }
.it-detail-card li::before { content: "✓"; margin-right: 9px; color: #1fa575; font-weight: 900; }

.support-models-section { background: var(--bg); color: #fff; }
.support-models-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.support-models-copy { position: sticky; top: 140px; }
.support-models-copy .eyebrow { color: #a9c0ff; }
.support-models-copy h2 { margin: 14px 0 18px; font-size: clamp(36px, 5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.support-models-copy p { max-width: 480px; color: #9eacbe; }
.support-model-list { border-top: 1px solid rgba(255,255,255,.12); }
.support-model-list article { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.support-model-list article > span { color: var(--accent); font-size: 11px; font-weight: 850; }
.support-model-list h3 { margin: -5px 0 8px; font-size: 22px; }
.support-model-list p { margin: 0; color: #9eacbe; }

.common-issues-section { background: #fff; }
.common-issues-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, #f7f9fd, #edf5ff); }
.common-issues-shell h2 { margin: 12px 0 0; font-size: clamp(32px, 4vw, 45px); line-height: 1.08; letter-spacing: -.045em; }
.issue-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.issue-tags span { padding: 10px 13px; border: 1px solid #d7e2ee; border-radius: 100px; background: #fff; color: #455267; font-size: 12px; font-weight: 720; box-shadow: 0 7px 20px rgba(9,25,48,.04); }

@media (max-width: 1100px) {
  .it-home-grid { grid-template-columns: repeat(2, 1fr); }
  .it-detail-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .page-hero { min-height: auto; padding: 145px 0 95px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .page-hero-copy { text-align: center; }
  .page-hero-copy > p, .page-hero-copy h1 { margin-inline: auto; }
  .page-hero-copy .hero-actions, .page-hero-copy .hero-proof, .breadcrumb { justify-content: center; }
  .it-network-visual { width: min(620px, 92%); margin-inline: auto; }
  .support-models-grid, .common-issues-shell { grid-template-columns: 1fr; gap: 45px; }
  .support-models-copy { position: static; }
}
@media (max-width: 650px) {
  .it-home-grid, .it-detail-grid { grid-template-columns: 1fr; }
  .it-home-card { min-height: 290px; }
  .it-home-cta { align-items: stretch; flex-direction: column; }
  .it-home-cta .button { width: 100%; }
  .page-hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .page-hero-copy > p { font-size: 16px; }
  .page-hero-copy .hero-actions { flex-direction: column; }
  .page-hero-copy .hero-actions .button { width: 100%; }
  .page-hero-copy .hero-proof { display: grid; grid-template-columns: 1fr; text-align: left; }
  .network-map { min-height: 310px; }
  .network-node { min-width: 60px; font-size: 9px; }
  .network-node svg { width: 38px; height: 38px; padding: 9px; }
  .node-core svg { width: 58px; height: 58px; padding: 14px; }
  .node-one { left: 4%; }
  .node-two { right: 4%; }
  .node-three { left: 4%; }
  .node-four { right: 4%; }
  .it-metric-one { left: -10px; }
  .it-metric-two { right: -10px; top: 62px; }
  .it-detail-card { min-height: auto; padding: 25px; }
  .common-issues-shell { padding: 30px 22px; }
  .support-model-list article { grid-template-columns: 48px 1fr; }
}

/* ByteDestek v3: görsel BT alanları ve güvenli önbellek yenileme */
.it-home-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(79,124,255,.08), transparent 24%),
    radial-gradient(circle at 92% 78%, rgba(112,240,190,.09), transparent 26%),
    #fff;
}
.it-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.it-showcase-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  border: 1px solid #dce5ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(9,25,48,.07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.it-showcase-card:hover {
  transform: translateY(-6px);
  border-color: #cbd8e7;
  box-shadow: 0 26px 70px rgba(9,25,48,.13);
}
.it-showcase-media {
  min-height: 285px;
  overflow: hidden;
  background: #eef4fb;
}
.it-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
  transition: transform .45s ease;
}
.it-showcase-card:hover .it-showcase-media img { transform: scale(1.035); }
.it-showcase-content {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
}
.it-showcase-content > span {
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}
.it-showcase-content h3 {
  margin: 12px 0 11px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.it-showcase-content p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.it-showcase-content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: #183fca;
  font-size: 13px;
  font-weight: 820;
}
.it-showcase-content a b { transition: transform .2s ease; }
.it-showcase-content a:hover b { transform: translateX(5px); }

.it-page-hero { min-height: 800px; }
.it-hero-visual {
  position: relative;
  min-width: 0;
  padding: 20px 4px 42px;
}
.it-hero-frame {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: #091829;
  box-shadow: 0 38px 95px rgba(0,0,0,.38);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.it-hero-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 920 / 700;
  object-fit: cover;
}
.it-hero-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 170px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(8,22,39,.93);
  box-shadow: 0 18px 42px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}
.it-hero-badge strong { color: var(--accent); font-size: 21px; line-height: 1; }
.it-hero-badge span { color: #d4deea; font-size: 11px; font-weight: 680; }
.it-hero-badge-left { left: -24px; bottom: 2px; }
.it-hero-badge-right { right: -18px; top: 70px; }

.it-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.it-detail-card {
  scroll-margin-top: 110px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dde5ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 42px rgba(9,25,48,.06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.it-detail-card:hover {
  transform: translateY(-6px);
  border-color: #c8d5e5;
  box-shadow: 0 28px 72px rgba(9,25,48,.13);
}
.it-detail-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef4fb;
  border-bottom: 1px solid #e3e9f1;
}
.it-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.it-detail-card:hover .it-detail-media img { transform: scale(1.035); }
.it-detail-body { padding: 27px 27px 29px; }
.it-detail-body > span {
  display: block;
  margin: 0;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}
.it-detail-body h2 {
  margin: 9px 0 11px;
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: -.038em;
}
.it-detail-body > p {
  min-height: 68px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.it-detail-body ul {
  margin: 24px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  display: grid;
  gap: 9px;
  color: #455267;
  font-size: 13px;
}
.it-detail-body li::before {
  content: "✓";
  margin-right: 9px;
  color: #1fa575;
  font-weight: 900;
}

/* SVG'ler CSS gecikse bile sayfayı büyütmesin. */
.hero-proof svg,
.metric-card svg,
.service-icon svg,
.floating-whatsapp svg {
  flex: 0 0 auto;
  max-width: 100%;
}

@media (max-width: 1180px) {
  .it-showcase-card { grid-template-columns: 1fr; }
  .it-showcase-media, .it-showcase-media img { min-height: 235px; }
}
@media (max-width: 1100px) {
  .it-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .it-showcase-grid { grid-template-columns: 1fr; }
  .it-showcase-card { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .it-showcase-media, .it-showcase-media img { min-height: 280px; }
  .it-hero-visual { width: min(680px, 94%); margin-inline: auto; }
  .it-hero-frame { transform: none; }
}
@media (max-width: 650px) {
  .it-showcase-card { grid-template-columns: 1fr; border-radius: 20px; }
  .it-showcase-media, .it-showcase-media img { min-height: 0; aspect-ratio: 16 / 9; }
  .it-showcase-content { padding: 25px 22px 27px; }
  .it-showcase-content h3 { font-size: 23px; }
  .it-detail-grid { grid-template-columns: 1fr; }
  .it-detail-body { padding: 24px 22px 26px; }
  .it-detail-body > p { min-height: 0; }
  .it-hero-visual { width: 100%; padding: 10px 0 54px; }
  .it-hero-frame { border-radius: 20px; }
  .it-hero-badge { min-width: 145px; padding: 11px 13px; }
  .it-hero-badge-left { left: -5px; bottom: 7px; }
  .it-hero-badge-right { right: -5px; top: 38px; }
  .it-hero-badge strong { font-size: 18px; }
  .it-hero-badge span { font-size: 10px; }
}
