body { color: var(--dark); overflow-x: hidden; }
.mono { font-family: 'JetBrains Mono', monospace; }

.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 16px; line-height: 1.2; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 560px; line-height: 1.7; }

/* HERO */
.hero { min-height: calc(100vh - 70px); padding: 120px 40px 80px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: var(--white); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background:radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37, 99, 235, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 40% at 90% 50%, rgba(79, 70, 229, 0.06) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; z-index: 0; background-image:linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%); }
/* Animated waveform */
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; z-index: 0; overflow: hidden; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-content { position: relative; z-index: 1; max-width: 860px; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(37, 99, 235, 0.07); border: 1px solid rgba(37, 99, 235, 0.18); border-radius: 100px; padding: 5px 14px; margin-bottom: 32px; font-size: 0.78rem; font-weight: 600; color: var(--blue); letter-spacing: 0.04em; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% {opacity: 1 } 50% {opacity: .4 } }

.hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.03em; color: var(--dark); margin-bottom: 24px; }
.hero h1 .grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.05rem; color: var(--slate); max-width: 600px; margin: 0 auto 40px; font-weight: 400; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-primary { background: var(--grad-orange); color: white; border: none; cursor: pointer; padding: 14px 28px; border-radius: 10px; font-size: 0.92rem; font-weight: 600; transition: all .2s; box-shadow: 0 4px 20px rgba(249,115,22,0.28); display: flex; align-items: center; gap: 8px; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(249,115,22, 0.4); }
.btn-secondary { background: var(--white); color: var(--dark); border: 1.5px solid var(--border); cursor: pointer; padding: 14px 28px; border-radius: 10px; font-size: 0.92rem; font-weight: 600; transition: all .2s; display: flex; align-items: center; gap: 8px; }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.hero-trust { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; font-size: 0.78rem; color: var(--muted); font-weight: 500; }
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.trust-sep { color: var(--border); }
/* SECTION COMMONS */
section { padding: 96px 40px; }
.section-inner { max-width: 1320px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 16px; line-height: 1.2; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 560px; line-height: 1.7; }
/* TRUST */
.trust-section { background: var(--light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 64px 16px; }
.trust-header { text-align: center; margin-bottom: 48px; }
.trust-header p { font-size: 0.85rem; color: var(--muted); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.logo-row { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; }
.logo-placeholder { height: 36px; border-radius: 6px; background: linear-gradient(90deg, #E5E7EB, #D1D5DB); display: flex; align-items: center; justify-content: center; padding: 0 24px; opacity: 0.6; font-size: 0.78rem; font-weight: 700; color: #9CA3AF; letter-spacing: 0.06em; min-width: 110px; }
.trust-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.trust-stat { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 12px; }
.trust-stat-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(37, 99, 235, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-stat-icon svg { width: 18px; height: 18px; color: var(--blue); }
.trust-stat-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--dark); }
.trust-stat-text span { font-size: 0.78rem; color: var(--muted); }
@media screen and (max-width:768px){
	.logo-row, .trust-stats{ gap: 20px; }
}


.lang-section { background-color: var(--bg1); padding: 90px 0; position: relative; overflow: hidden; }
.lang-section::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 700px; height: 400px; background: radial-gradient(ellipse at center, rgba(var(--accent-rgb), 0.07) 0%, transparent 70%); pointer-events: none; }
.lang-section-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; color: var(--primary); letter-spacing: -0.02em; line-height: 1.2; }
.lang-section-subtitle { color: var(--text-muted); font-size: 0.95rem; max-width: 440px; margin: 0 auto; line-height: 1.6; }
.lang-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 22px 16px 18px; text-align: center; transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; cursor: default; height: 100%; }
.lang-card:hover { border-color: rgba(var(--accent-rgb), 0.4); transform: translateY(-4px); box-shadow: 0 8px 28px rgba(var(--accent-rgb), 0.1); }
.lang-card-name { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.lang-card-region { font-size: 0.72rem; color: var(--text-muted); line-height: 1.4; min-height: 2.4em; display: flex; align-items: center; justify-content: center; }
.lang-code-badge { display: inline-block; margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; font-weight: 500; color: var(--accent); background: rgba(var(--accent-rgb), 0.08); border: 1px solid rgba(var(--accent-rgb), 0.15); border-radius: 50px; padding: 2px 10px; letter-spacing: 0.03em; }
.lang-grid-col { padding: 6px; }