/* ===== BASE & RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; font-size: 16px; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #4a4a4a; background: #ffffff; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-title { font-size: 2.5rem; font-weight: 800; color: #1a1a1a; margin-bottom: 16px; position: relative; display: inline-block; }
.section-title::after { content: ''; display: block; width: 60px; height: 3px; background: #800020; margin: 16px auto 0; border-radius: 2px; }
.section-desc { font-size: 1.125rem; color: #4a4a4a; line-height: 1.7; }
.section-subtitle { font-size: 1.25rem; font-weight: 600; color: #2d2d2d; text-align: center; margin-bottom: 24px; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; border: none; text-decoration: none; }
.btn-primary { background: #e07c24; color: #ffffff; box-shadow: 0 4px 14px rgba(224, 124, 36, 0.3); }
.btn-primary:hover { background: #c96a1a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(224, 124, 36, 0.4); }
.btn-secondary { background: transparent; color: #1a1a1a; border: 2px solid #1a1a1a; }
.btn-secondary:hover { background: #1a1a1a; color: #ffffff; }
.btn-full { width: 100%; }

/* ===== NAVIGATION ===== */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); transition: all 0.3s ease; }
.site-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo .logo-img { height: 44px; width: auto; display: block; }
.nav-logo .logo-icon { width: 40px; height: 40px; }
.logo-text { font-size: 1.1rem; color: #1a1a1a; line-height: 1.2; }
.logo-text strong { font-weight: 800; }
.logo-region { color: #800020; font-weight: 500; font-size: 0.85rem; }
.nav-menu { display: flex; align-items: center; gap: 8px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 16px; color: #2d2d2d; font-size: 0.9rem; font-weight: 500; border-radius: 6px; transition: all 0.2s; }
.nav-links a:hover { color: #800020; background: rgba(128,0,32,0.04); }
.nav-cta { background: #e07c24; color: #fff !important; padding: 10px 24px; border-radius: 8px; font-size: 0.9rem; font-weight: 600; transition: all 0.3s; white-space: nowrap; }
.nav-cta:hover { background: #c96a1a; transform: translateY(-1px); }

/* Language Selector */
.lang-selector { position: relative; margin-left: 8px; }
.lang-current { display: flex; align-items: center; gap: 6px; padding: 6px 12px; background: #faf8f3; border: 1px solid rgba(0,0,0,0.08); border-radius: 6px; cursor: pointer; font-size: 0.85rem; font-weight: 500; color: #2d2d2d; font-family: inherit; }
.lang-flag { font-size: 1.1rem; }
.lang-arrow { width: 10px; height: 10px; transition: transform 0.2s; }
.lang-selector.open .lang-arrow { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: calc(100% + 6px); right: 0; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.2s; min-width: 160px; overflow: hidden; z-index: 100; }
.lang-selector.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-option { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 16px; border: none; background: none; cursor: pointer; font-size: 0.9rem; color: #2d2d2d; font-family: inherit; transition: background 0.15s; }
.lang-option:hover { background: #faf8f3; }
.lang-option.active { background: #faf8f3; font-weight: 600; }

/* Mobile Toggle */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #1a1a1a; border-radius: 2px; transition: all 0.3s; }

/* ===== HERO ===== */
.hero { padding: 140px 0 0; background: linear-gradient(135deg, #ffffff 0%, #faf8f3 100%); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-title { font-size: 3.25rem; font-weight: 900; color: #1a1a1a; line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.02em; }
.hero-subtitle { font-size: 1.125rem; color: #4a4a4a; line-height: 1.8; margin-bottom: 36px; max-width: 540px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero Visual / Configurator Mockup */
.hero-visual { display: flex; justify-content: center; align-items: center; }
.config-mockup { width: 100%; max-width: 480px; background: #ffffff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.04); overflow: hidden; }
.mockup-header { display: flex; gap: 6px; padding: 12px 16px; background: #f5f0e6; border-bottom: 1px solid rgba(0,0,0,0.06); }
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.mockup-dot:first-child { background: #e07c24; }
.mockup-dot:nth-child(2) { background: #d4a017; }
.mockup-body { display: grid; grid-template-columns: 100px 1fr; min-height: 280px; }
.mockup-sidebar { padding: 16px 12px; border-right: 1px solid rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 10px; }
.mockup-option { height: 28px; border-radius: 6px; background: #f0ece4; transition: all 0.3s; }
.mockup-option.active { background: linear-gradient(135deg, #e07c24, #800020); }
.mockup-preview { display: flex; align-items: center; justify-content: center; padding: 24px; }
.mockup-3d { perspective: 600px; }
.cube { width: 120px; height: 120px; position: relative; transform-style: preserve-3d; animation: rotateCube 12s infinite linear; }
@keyframes rotateCube {
    0% { transform: rotateX(-15deg) rotateY(0deg); }
    100% { transform: rotateX(-15deg) rotateY(360deg); }
}
.cube-face { position: absolute; width: 120px; height: 120px; border: 2px solid rgba(224,124,36,0.3); border-radius: 4px; }
.cube-face.front { background: rgba(224,124,36,0.08); transform: translateZ(60px); }
.cube-face.back { background: rgba(128,0,32,0.06); transform: rotateY(180deg) translateZ(60px); }
.cube-face.left { background: rgba(224,124,36,0.06); transform: rotateY(-90deg) translateZ(60px); }
.cube-face.right { background: rgba(128,0,32,0.08); transform: rotateY(90deg) translateZ(60px); }
.cube-face.top { background: rgba(212,160,23,0.1); transform: rotateX(90deg) translateZ(60px); }

/* Trust Bar */
.trust-bar { margin-top: 80px; padding: 40px 0; background: #faf8f3; border-top: 1px solid rgba(0,0,0,0.04); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-item { display: flex; flex-direction: column; gap: 6px; }
.trust-value { font-size: 1.75rem; font-weight: 800; color: #e07c24; display: flex; align-items: center; justify-content: center; gap: 6px; }
.trust-gdpr { color: #800020; }
.trust-label { font-size: 0.85rem; color: #4a4a4a; font-weight: 500; }

/* ===== TRUST LOGOS ===== */
.trust-logos { padding: 50px 0; background: #ffffff; text-align: center; }
.country-flags { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 16px; }
.country-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: #faf8f3; border-radius: 40px; font-size: 0.95rem; font-weight: 500; color: #2d2d2d; }
.flag { font-size: 1.2rem; }
.trust-note { color: #666; font-size: 0.9rem; margin-top: 16px; }

/* ===== CASE STUDIES ===== */
.case-studies { background: #faf8f3; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.case-card { background: #ffffff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 24px rgba(0,0,0,0.05); transition: all 0.3s ease; border: 1px solid rgba(0,0,0,0.04); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.case-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.case-icon { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(224,124,36,0.1), rgba(128,0,32,0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.case-icon svg { width: 24px; height: 24px; stroke: #e07c24; }
.case-tags { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.case-tag { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #800020; background: rgba(128,0,32,0.06); padding: 4px 10px; border-radius: 4px; }
.case-location { font-size: 0.8rem; color: #666; }
.case-title { font-size: 1.25rem; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; }
.case-detail { margin-bottom: 16px; }
.case-detail h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #800020; font-weight: 600; margin-bottom: 4px; }
.case-detail p { font-size: 0.95rem; color: #4a4a4a; }
.case-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; padding: 20px 0; border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); }
.result-item { text-align: center; display: flex; flex-direction: column; gap: 2px; }
.result-icon { font-size: 1.2rem; }
.result-value { font-size: 1.25rem; font-weight: 800; color: #e07c24; }
.result-desc { font-size: 0.75rem; color: #666; }
.case-quote { margin: 20px 0; padding: 16px; background: #faf8f3; border-left: 3px solid #800020; border-radius: 0 8px 8px 0; }
.case-quote p { font-size: 0.9rem; font-style: italic; color: #4a4a4a; margin-bottom: 6px; }
.case-quote cite { font-size: 0.8rem; color: #666; font-style: normal; }
.case-cta { display: inline-block; font-size: 0.9rem; font-weight: 600; color: #e07c24; margin-top: 16px; transition: color 0.2s; }
.case-cta:hover { color: #800020; }

/* ===== INDUSTRIES ===== */
.industries { background: #ffffff; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.industry-card { padding: 32px; background: #faf8f3; border-radius: 16px; transition: all 0.3s ease; border: 1px solid transparent; }
.industry-card:hover { background: #ffffff; border-color: rgba(224,124,36,0.2); box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-2px); }
.industry-icon { width: 52px; height: 52px; background: rgba(224,124,36,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.industry-icon svg { width: 26px; height: 26px; stroke: #e07c24; }
.industry-card h3 { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.industry-card p { font-size: 0.95rem; color: #4a4a4a; line-height: 1.6; }

/* ===== WHY US ===== */
.why-us { background: #faf8f3; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.benefit-card { padding: 32px; background: #ffffff; border-radius: 16px; border: 1px solid rgba(0,0,0,0.04); transition: all 0.3s; }
.benefit-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.benefit-icon { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(224,124,36,0.12), rgba(128,0,32,0.06)); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.benefit-icon svg { width: 24px; height: 24px; stroke: #e07c24; }
.benefit-card h3 { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.benefit-card p { font-size: 0.95rem; color: #4a4a4a; line-height: 1.6; }

/* ===== PROCESS / TIMELINE ===== */
.process { background: #ffffff; }
.timeline { max-width: 800px; margin: 0 auto; position: relative; }
.timeline::before { content: ''; position: absolute; left: 40px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #e07c24, #800020); }
.timeline-item { display: flex; gap: 32px; margin-bottom: 48px; position: relative; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-number { flex-shrink: 0; width: 80px; height: 80px; background: #ffffff; border: 2px solid #e07c24; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; color: #e07c24; position: relative; z-index: 2; }
.timeline-content { padding-top: 16px; }
.timeline-duration { display: inline-block; font-size: 0.8rem; font-weight: 600; color: #800020; background: rgba(128,0,32,0.06); padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; }
.timeline-content h3 { font-size: 1.25rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.timeline-content p { font-size: 0.95rem; color: #4a4a4a; line-height: 1.7; }

/* ===== PRICING ===== */
.pricing { background: #faf8f3; }
.pricing-card { max-width: 800px; margin: 0 auto; background: #ffffff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.04); }
.pricing-main { padding: 48px 48px 32px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.06); }
.pricing-amount { font-size: 3rem; font-weight: 900; color: #1a1a1a; margin-bottom: 8px; letter-spacing: -0.02em; }
.pricing-label { font-size: 1.1rem; color: #4a4a4a; font-weight: 500; margin-bottom: 12px; }
.pricing-note { font-size: 0.9rem; color: #666; margin-bottom: 20px; }
.pricing-timeline { display: inline-flex; align-items: center; gap: 8px; background: #faf8f3; padding: 10px 20px; border-radius: 8px; font-size: 0.95rem; font-weight: 500; color: #2d2d2d; }
.pricing-timeline svg { stroke: #e07c24; }
.pricing-features { padding: 32px 48px; }
.pricing-features h4 { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; }
.pricing-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pricing-list li { position: relative; padding-left: 28px; font-size: 0.95rem; color: #4a4a4a; }
.pricing-list li::before { content: '\2713'; position: absolute; left: 0; color: #e07c24; font-weight: 700; }
.pricing-payment { padding: 32px 48px; background: #faf8f3; border-top: 1px solid rgba(0,0,0,0.06); }
.pricing-payment h4 { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; text-align: center; }
.payment-steps { display: flex; align-items: center; justify-content: center; gap: 16px; }
.payment-step { text-align: center; }
.payment-pct { display: block; font-size: 1.75rem; font-weight: 800; color: #e07c24; }
.payment-step span:last-child { font-size: 0.85rem; color: #666; }
.payment-divider { width: 40px; height: 2px; background: linear-gradient(to right, #e07c24, #800020); }
.payment-retainer { text-align: center; }
.retainer-main { display: flex; flex-direction: column; gap: 8px; }
.retainer-label { font-size: 1.5rem; font-weight: 800; color: #e07c24; }
.retainer-note { font-size: 0.95rem; color: #4a4a4a; max-width: 500px; margin: 0 auto; line-height: 1.6; }

/* ===== ROI ===== */
.roi { background: #1a1a1a; padding: 80px 0; }
.roi .section-title { color: #ffffff; }
.roi .section-title::after { background: #e07c24; }
.roi-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; text-align: center; }
.roi-item { display: flex; flex-direction: column; gap: 8px; }
.roi-value { font-size: 2.5rem; font-weight: 900; color: #e07c24; }
.roi-label { font-size: 0.9rem; color: rgba(255,255,255,0.8); font-weight: 400; }

/* ===== CONTACT ===== */
.contact { background: #ffffff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; }
.contact-form-wrap { background: #faf8f3; padding: 40px; border-radius: 16px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.875rem; font-weight: 600; color: #2d2d2d; }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; font-size: 0.95rem; font-family: inherit; color: #1a1a1a; background: #ffffff; transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #e07c24; box-shadow: 0 0 0 3px rgba(224,124,36,0.1); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.85rem; color: #666; text-align: center; margin-top: 8px; }
.form-success { text-align: center; padding: 60px 20px; }
.form-success svg { stroke: #e07c24; margin-bottom: 16px; }
.form-success h3 { font-size: 1.5rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.form-success p { color: #4a4a4a; }

.contact-info { display: flex; flex-direction: column; gap: 24px; }
.info-card { background: #faf8f3; border-radius: 16px; padding: 32px; }
.info-card h4 { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; }
.info-list { display: flex; flex-direction: column; gap: 20px; }
.info-list li { display: flex; align-items: flex-start; gap: 14px; }
.info-list li svg { width: 22px; height: 22px; stroke: #e07c24; flex-shrink: 0; margin-top: 2px; }
.info-list li strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: #2d2d2d; margin-bottom: 2px; }
.info-list li a, .info-list li span { font-size: 0.95rem; color: #4a4a4a; }
.info-list li a:hover { color: #800020; }
.info-card-accent { background: linear-gradient(135deg, rgba(224,124,36,0.08), rgba(128,0,32,0.04)); display: flex; align-items: center; gap: 16px; }
.info-card-accent svg { stroke: #e07c24; flex-shrink: 0; }
.info-card-accent p { font-size: 0.95rem; color: #2d2d2d; font-weight: 500; }

/* ===== FOOTER ===== */
.site-footer { background: #1a1a1a; color: rgba(255,255,255,0.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand { }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-img { height: 40px; width: auto; display: block; }
.footer-logo .logo-icon { width: 36px; height: 36px; }
.logo-text-footer { font-size: 1rem; color: #ffffff; }
.logo-text-footer strong { font-weight: 700; }
.logo-text-footer span { color: #e07c24; font-weight: 400; font-size: 0.85rem; }
.footer-tagline { font-size: 0.9rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; line-height: 1.6; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-col h4 { font-size: 0.9rem; font-weight: 700; color: #ffffff; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.9rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: #e07c24; }
.footer-contact li { display: flex; align-items: center; gap: 10px; }
.footer-contact svg { width: 16px; height: 16px; stroke: #e07c24; flex-shrink: 0; }

.footer-bottom { padding: 24px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.footer-legal { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; }
.footer-legal a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-legal a:hover { color: #e07c24; }
.footer-sep { color: rgba(255,255,255,0.2); }
.footer-countries { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-lang { display: flex; gap: 4px; }
.footer-lang-btn { background: none; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.5); padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.footer-lang-btn:hover, .footer-lang-btn.active { background: rgba(224,124,36,0.15); border-color: #e07c24; color: #e07c24; }

/* ===== SCROLL ANIMATIONS ===== */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== TOAST ===== */
.toast { position: fixed; bottom: 24px; right: 24px; background: #1a1a1a; color: #fff; padding: 14px 24px; border-radius: 10px; font-size: 0.9rem; z-index: 9999; opacity: 0; transform: translateY(20px); transition: all 0.3s; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.toast.show { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero .container { grid-template-columns: 1fr; text-align: center; }
    .hero-subtitle { margin-left: auto; margin-right: auto; }
    .hero-ctas { justify-content: center; }
    .hero-visual { display: none; }
    .trust-items { grid-template-columns: repeat(2, 1fr); }
    .cases-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .industries-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .roi-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .section { padding: 70px 0; }
    .section-title { font-size: 2rem; }
    .hero { padding: 110px 0 0; }
    .hero-title { font-size: 2.25rem; }
    .nav-toggle { display: flex; }
    .nav-menu { position: fixed; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px 24px; border-bottom: 1px solid rgba(0,0,0,0.06); box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-110%); transition: transform 0.3s ease; z-index: 999; }
    .nav-menu.open { transform: translateY(0); }
    .nav-links { flex-direction: column; width: 100%; }
    .nav-links a { padding: 12px 0; width: 100%; }
    .lang-selector { margin-left: 0; width: 100%; }
    .lang-current { width: 100%; justify-content: center; }
    .nav-cta { width: 100%; text-align: center; margin-top: 8px; }
    .trust-items { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .industries-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .case-results { grid-template-columns: 1fr; }
    .roi-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .pricing-main, .pricing-features, .pricing-payment { padding: 28px 24px; }
    .pricing-amount { font-size: 2.25rem; }
    .payment-steps { flex-direction: column; gap: 12px; }
    .payment-divider { width: 2px; height: 20px; }
    .timeline::before { left: 24px; }
    .timeline-number { width: 48px; height: 48px; font-size: 1rem; }
    .roi-value { font-size: 2rem; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 1.85rem; }
    .hero-ctas { flex-direction: column; }
    .btn { padding: 12px 24px; width: 100%; }
    .trust-items { grid-template-columns: 1fr; }
    .country-flags { flex-direction: column; align-items: center; }
    .roi-grid { grid-template-columns: 1fr; }
}

/* ===== PRINT ===== */
@media print {
    .site-nav, .nav-toggle, .lang-selector, .toast { display: none !important; }
    .section { padding: 40px 0; }
    body { color: #000; }
}
