:root {
  --bg: #ffffff;
  --bg-alt: #f5f9ff;
  --text: #0b2347;
  --muted: #5e7595;
  --primary: #2b7cff;
  --primary-600: #1f63cc;
  --primary-50: #eaf2ff;
  --accent: #2b7cff;
  --success: #21c17a;
  --shadow: 0 8px 30px rgba(20, 74, 150, 0.12);
  --radius: 14px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3 { margin: 0 0 12px; line-height: 1.25; }
h1 { font-size: 44px; letter-spacing: -0.02em; }
h2 { font-size: 32px; }
h3 { font-size: 22px; }
p { margin: 0 0 16px; color: var(--muted); }
.lead { font-size: 18px; color: #1a3b6b; }
.accent { color: var(--accent); }
.muted { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
  background: var(--primary);
  box-shadow: var(--shadow);
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 13px 20px; font-size: 16px; }
.btn-primary { background: var(--primary); }
.btn-primary:hover { background: var(--primary-600); }
.btn-outline { color: var(--primary); background: #fff; border-color: var(--primary); }
.btn-outline:hover { background: var(--primary-50); }
.btn-ghost { color: var(--primary); background: transparent; box-shadow: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.8);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid #e8eef9;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--primary), #6da8ff);
  color: #fff; font-weight: 800;
}
.brand-text { font-weight: 700; letter-spacing: .2px; }

.nav ul { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }
.nav a { color: var(--text); text-decoration: none; font-weight: 500; }
.nav a:hover { color: var(--primary); }

.nav-toggle { display: none; background: transparent; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; }

.header-cta { display: flex; gap: 10px; }

.hero { background: radial-gradient(1200px 400px at 20% -10%, #dcebff 0%, transparent 60%), var(--bg); padding: 60px 0 32px; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 40px; }
.trust-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #f0f6ff; color: #1f3f72; font-weight: 600; }
.cta-group { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 6px; }

.device-mockup { width: 100%; max-width: 420px; margin: 0 auto; background: #fff; border-radius: 24px; padding: 16px; box-shadow: var(--shadow); border: 1px solid #e6efff; }
.device-mockup .screen { height: 520px; border-radius: 18px; background: linear-gradient(180deg, #f7fbff, #fff); display: grid; place-items: center; }
.qr-card { width: 78%; background: #ffffff; border: 1px solid #e6efff; border-radius: 16px; padding: 18px; text-align: center; box-shadow: 0 8px 20px rgba(39,96,163,.08); }
.hero-icon-wrap { display: grid; place-items: center; margin-bottom: 12px; }
.hero-main-icon { width: 100px; height: 100px; color: var(--primary); background: currentColor; mask-size: cover; -webkit-mask-size: cover; }
.icon-menu-book { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M4 5a3 3 0 013-3h12v18H7a3 3 0 00-3 3V5zm5-1H7a1 1 0 00-1 1v13a3 3 0 012-1h10V4H9zm2 4h6v2h-6V8zm0 4h6v2h-6v-2z"/></svg>'); }
.qr { width: 140px; height: 140px; margin: 0 auto 12px; background: repeating-linear-gradient(45deg, #2b7cff 0 10px, #dcebff 10px 20px); border-radius: 8px; display: grid; place-items: center; }
.qr-icon { width: 48px; height: 48px; color: #ffffff; background: currentColor; mask-size: cover; -webkit-mask-size: cover; }
.icon-qr { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 3h8v8H3V3zm2 2v4h4V5H5zm6-2h8v8h-8V3zm2 2v4h4V5h-4zM3 13h8v8H3v-8zm2 2v4h4v-4H5zm10 0h2v2h-2v-2zm-2 2h2v2h-2v-2zm4 0h2v4h-2v-4zm-2 4h4v2h-4v-2z"/></svg>'); }
.qr-lines { width: 85%; height: 10px; margin: 0 auto 10px; background: linear-gradient(90deg, #e8f1ff 0 30%, #bdd6ff 30% 60%, #e8f1ff 60% 100%); border-radius: 6px; }
.qr-title { font-weight: 700; color: #1c3b6e; }
.qr-subtitle { color: var(--muted); font-size: 14px; }

.section { padding: 60px 0; }
.section-alt { background: var(--bg-alt); }
.section h2 { text-align: center; margin-bottom: 10px; }
.section-intro { text-align: center; max-width: 740px; margin: 0 auto 26px; }
.subheading { text-align: center; color: #183b68; margin: 10px 0 8px; }

.modules-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.module-card { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shot { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 10px; height: 180px; box-shadow: var(--shadow); display: grid; grid-template-rows: 24px 1fr; }
.shot-bar { background: linear-gradient(90deg, #eaf2ff 0 40%, #6da8ff 40% 42%, #eaf2ff 42% 100%); border-radius: 8px; }
.shot-rows { background: repeating-linear-gradient(180deg, #f1f6ff 0 16px, #dceaff 16px 17px); border-radius: 10px; }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-comparison { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); box-shadow: var(--shadow); }
.table-comparison th, .table-comparison td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #eaf2ff; }
.table-comparison thead th { background: #f3f8ff; color: #173b6b; }

.benefit-icon { width: 34px; height: 34px; border-radius: 10px; display: inline-block; background: var(--primary-50); color: var(--primary); margin-bottom: 0; mask-size: cover; -webkit-mask-size: cover; }
.icon-bolt { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M13 2L3 14h7l-1 8 10-12h-7l1-8z"/></svg>'); }
.icon-leaf { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M5 21c10 0 14-8 14-18-8 0-18 4-18 14 0 2 2 4 4 4z"/></svg>'); }
.icon-palette { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2a10 10 0 100 20 3 3 0 013-3h2a3 3 0 000-6h-1a2 2 0 110-4h-1a3 3 0 00-3-3zM6 9a2 2 0 110-4 2 2 0 010 4zm-2 6a2 2 0 110-4 2 2 0 010 4zm8 6a2 2 0 110-4 2 2 0 010 4zm6-12a2 2 0 110-4 2 2 0 010 4z"/></svg>'); }
.icon-chart { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 22h18v-2H3v2zM7 18h2v-7H7v7zm4 0h2V6h-2v12zm4 0h2V10h-2v8z"/></svg>'); }
.icon-sparkles { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M8 2l1.5 4.5L14 8l-4.5 1.5L8 14l-1.5-4.5L2 8l4.5-1.5L8 2zm10 4l1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3zm-4 8l1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3z"/></svg>'); }
.icon-lifebuoy { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 4a6 6 0 110 12A6 6 0 0112 6zm-8 6a8 8 0 011.5-4.7L6.8 8A6 6 0 006 12c0 1.1.3 2.2.8 3.2l-1.3.7A8 8 0 014 12zm16 0a8 8 0 01-1.5 4.7l-1.3-.7c.5-1 .8-2.1.8-3.2 0-1.1-.3-2.2-.8-3.2l1.3-.7A8 8 0 0120 12z"/></svg>'); }
.
.table-features { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.table-features th, .table-features td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #eaf2ff; vertical-align: top; }
.table-features thead th { background: #f3f8ff; color: #173b6b; position: sticky; top: 0; }
.table-features td.ico { width: 46px; }
.chip { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: 12px; }
.chip-good { background: #e8f7ee; color: #1f7a4e; }
.chip-strong { background: #e8f0ff; color: #234e9b; }
.chip-neutral { background: #f2f6fb; color: #2c3e57; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.industry-card { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }

.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tech-card { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: #21c17a; box-shadow: 0 0 0 4px #e6f8f0; }

.guarantee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guarantee-card { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); text-align: center; }

.callout { background: linear-gradient(180deg, #eaf2ff, #ffffff); }
.callout-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 10px; align-items: center; }
.callout-actions { display: flex; gap: 10px; justify-content: center; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 10px; }
.testimonial-card { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.testimonial-header { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: #eaf2ff; color: #1b3b6c; display: grid; place-items: center; font-weight: 800; }
.who { display: grid; }
.quote { color: #153a68; }
.meta { display: flex; gap: 8px; color: var(--muted); font-size: 12px; margin-top: 8px; }
.rating { display: flex; gap: 4px; margin: 4px 0 6px; }
.star { width: 16px; height: 16px; color: #ffb400; background: currentColor; mask-size: cover; -webkit-mask-size: cover; }
.icon-star { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2l3.1 6.3 7 .9-5.2 4.9 1.4 7-6.3-3.5L5.7 21l1.4-7L2 9.2l7-.9z"/></svg>'); }
.star.empty { color: #e0e7f8; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.feature-icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: #eaf2ff; color: var(--primary); margin-bottom: 10px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.price-card { position: relative; background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.price-card.highlighted { border-color: var(--primary); box-shadow: 0 12px 36px rgba(43,124,255,0.18); }
.ribbon { position: absolute; top: 14px; right: -8px; background: var(--primary); color: #fff; padding: 6px 10px; border-radius: 8px; font-size: 12px; box-shadow: var(--shadow); }
.price-original { color: #9aa9c3; text-decoration: line-through; font-weight: 600; }
.price-note { margin-top: -6px; margin-bottom: 6px; }
.price-badge { display: inline-block; font-size: 12px; background: #fff4e5; color: #9a5a00; padding: 4px 8px; border-radius: 999px; border: 1px solid #ffd9a6; }
.badge-green { background: #e9fbf1; color: #136c3a; border-color: #bdf1d2; }
.price-header h3 { margin-bottom: 4px; }
.price-tag { display: flex; align-items: baseline; gap: 6px; margin: 8px 0 10px; }
.price-tag .amount { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; }
.price-tag .currency { font-weight: 700; }
.price-tag .vat { color: var(--muted); font-size: 14px; }
.price-features { list-style: none; padding: 0; margin: 10px 0 14px; }
.price-features li { padding-left: 22px; position: relative; margin: 8px 0; }
.price-features li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: #2b7cff; box-shadow: 0 0 0 4px #eaf2ff; }
.price-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 8px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.step-index { width: 30px; height: 30px; border-radius: 8px; background: #eaf2ff; color: var(--primary); display: grid; place-items: center; font-weight: 800; margin-bottom: 8px; }

.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 10px; }
details { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 12px 14px; box-shadow: var(--shadow); }
details[open] { border-color: var(--primary); }
summary { cursor: pointer; font-weight: 700; color: #183457; }
.details-content { padding-top: 8px; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; align-items: start; }
.contact.single { grid-template-columns: 1fr; }
.contact-info { background: #fff; border: 1px solid #e6efff; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.contact-methods { list-style: none; padding: 0; margin: 12px 0 6px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.contact-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--text); text-decoration: none; padding: 10px 12px; border-radius: 10px; }
.contact-link:hover { background: #f0f6ff; }
.mini-note { font-size: 13px; color: var(--muted); margin-top: 8px; text-align: center; }

/* form kaldırıldı */

.site-footer { background: #0e2a52; color: #e7f0ff; padding: 24px 0; margin-top: 20px; }
.footer-inner { display: grid; place-items: center; }
.footer-note { color: #cfe1ff; text-align: center; }

.mobile-cta { position: fixed; bottom: calc(10px + env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); display: none; gap: 12px; background: rgba(255,255,255,0.9); border: 1px solid #e6efff; border-radius: 999px; box-shadow: var(--shadow); padding: 10px 12px; z-index: 60; }
.mobile-cta a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); padding: 8px 12px; border-radius: 999px; }
.mobile-cta a:hover { background: #f0f6ff; }

/* Icons */
.icon { width: 18px; height: 18px; display: inline-block; background: currentColor; mask-size: cover; -webkit-mask-size: cover; }
.icon-shield { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z"/></svg>'); }
.icon-clock { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 1a11 11 0 110 22 11 11 0 010-22zm1 6h-2v6l5 3 1-1-4-2V7z"/></svg>'); }
.icon-support { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2a9 9 0 00-9 9v3a3 3 0 003 3h1v-6H6a6 6 0 0112 0h-1v6h1a3 3 0 003-3v-3a9 9 0 00-9-9z"/></svg>'); }
.icon-rocket { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2c3 0 6 3 6 6 0 4-3 8-6 8s-6-4-6-8c0-3 3-6 6-6zm-3 12l-5 5 6-2 2-2-3-1zM15 14l3 1 2 2 2 6-5-5-2-4z"/></svg>'); }
.icon-lock { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M17 8V6a5 5 0 00-10 0v2H5v14h14V8h-2zm-8 0V6a3 3 0 016 0v2H9z"/></svg>'); }
.icon-cog { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 8a4 4 0 100 8 4 4 0 000-8zm9 4l2 2-2 2-2-2 2-2zM3 12l2-2 2 2-2 2-2-2z"/></svg>'); }
.icon-phone { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M6.6 10.8a15 15 0 006.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.5 2.7.8 4.1.8.7 0 1.3.6 1.3 1.3V22c0 .7-.6 1.3-1.3 1.3C10.2 23.3.7 13.8.7 1.3.7.6 1.3 0 2 0h4.9c.7 0 1.3.6 1.3 1.3 0 1.4.3 2.8.8 4.1.1.4 0 .9-.3 1.2l-2.1 2.2z"/></svg>'); }
.icon-headset { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2a9 9 0 00-9 9v6a3 3 0 003 3h2v-8H6a6 6 0 1112 0h-2v8h2a3 3 0 003-3v-6a9 9 0 00-9-9z"/></svg>'); }
.icon-check { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>'); }
.icon-wa { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2C6.5 2 2 6.2 2 11c0 2 .7 3.8 1.9 5.3L3 22l5.9-1.9c1.5.8 3.2 1.2 5.1 1.2 5.5 0 10-4.2 10-9s-4.5-10-10-10zm5.7 13.4c-.2.6-1.1 1-1.7 1.1-.5.1-1.2.2-3.5-.7-2.9-1.2-4.7-4.1-4.9-4.3-.1-.2-1.2-1.5-1.2-2.9s.7-2.1 1-2.4c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5.2.6.7 2 .8 2.2.1.2.1.4 0 .6-.1.2-.1.4-.3.6l-.4.5c-.1.1-.3.3-.1.6.2.3 1 1.6 2.3 2.6 1.6 1.1 2.6 1.5 3 .1.3-.4 1.1-1.4 1.4-1.8.3-.3.6-.3 1-.2.4.2 2.2 1 2.6 1.2.4.2.6.3.7.5.1.2.1.7 0 1z"/></svg>'); }
.icon-mail { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M2 4h20v16H2V4zm10 9L3.5 6.5h17L12 13z"/></svg>'); }
.icon-call { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M6.6 10.8a15 15 0 006.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.5 2.7.8 4.1.8.7 0 1.3.6 1.3 1.3V22c0 .7-.6 1.3-1.3 1.3C10.2 23.3.7 13.8.7 1.3.7.6 1.3 0 2 0h4.9c.7 0 1.3.6 1.3 1.3 0 1.4.3 2.8.8 4.1.1.4 0 .9-.3 1.2l-2.1 2.2z"/></svg>'); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero .lead { font-size: 16px; }
  .table-comparison, .table-features { min-width: 720px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-methods { grid-template-columns: 1fr 1fr; }
  .modules-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-grid { grid-template-columns: 1fr; }
  .callout-inner { grid-template-columns: 1fr; text-align: center; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  h1 { font-size: 34px; }
  .hero .lead { font-size: 15px; }
  .table-comparison, .table-features { min-width: 660px; font-size: 14px; }
  .table-comparison th, .table-comparison td, .table-features th, .table-features td { padding: 10px 8px; }
  .nav { display: none; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .mobile-cta { display: inline-flex; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .modules-grid, .gallery-grid, .industries-grid, .tech-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .contact-methods { grid-template-columns: 1fr; }
}

/* Very small devices */
@media (max-width: 414px) {
  h1 { font-size: 30px; }
  .btn-lg { padding: 11px 16px; font-size: 15px; }
  .cta-group { gap: 10px; }
  .hero-main-icon { width: 84px; height: 84px; }
}

@media (max-width: 360px) {
  h1 { font-size: 28px; }
  .btn, .btn-lg { padding: 10px 14px; font-size: 14px; }
  .brand-text { font-size: 15px; }
  .mobile-cta { gap: 10px; padding: 8px 10px; }
}


